X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/9490c431ea46a6c3d9f1d348a5b525c0bd3b6359..9479037111e9b243268189874be167e6c445455f:/project/static/css/master.css?ds=sidebyside diff --git a/project/static/css/master.css b/project/static/css/master.css index d554a5f8..8bccbcc7 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -1,6 +1,6 @@ body { margin: 0; - font: 10pt Helvetica, Verdana, sans-serif; + font: 12px Helvetica, Verdana, sans-serif; overflow: hidden; background: #AAA; } @@ -381,6 +381,10 @@ text#commit-dialog-message { overflow: none; } +.panel-container select { + z-index: 1100; +} + .xmlview { height: 100%; } @@ -399,4 +403,14 @@ text#commit-dialog-message { top: auto; bottom: auto; height: 40px; -} \ No newline at end of file +} + +.buttontoolbarview { + display: block; + background-color: #CCC; +} + +.buttontoolbarview a { + color: #000; + text-decoration: none; +}