X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/bf542e5c5ebf5c3df36601630414c8bdfffc7862..8fc3d8505b109795a205f4d48bceb3806f638291:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index c7a6ddee..c9835892 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -77,14 +77,34 @@ label { /* ========== */ /* = Panels = */ /* ========== */ +.panel-wrap { + position: relative; + overflow: hidden; +} + #left-panel-wrap { float: left; width: 8px; +} + + +/* Toolbars with select box to change panel contents*/ +.panel-toolbar { + height: 20px; + padding: 0 0 2px 0; + border-top: 1px solid #AAA; + border-bottom: 1px solid #AAA; + font-size: 12px; + line-height: 20px; + background-color: #DDD; + white-space: nowrap; overflow: hidden; } -#right-panel-wrap { - +.panel-toolbar label { + display: block; + float: left; + margin: 0 10px 0 2px; } /* Slider between panels */