X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/82d463191442b0931e0c51c0cf4c2ef1383b400b..3b370c78b8ac967a56be8321bbd88618a52aa017:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index c31c4fee..8b971142 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -5,7 +5,7 @@ body { } #breadcrumbs { - padding: 5px 10px; + padding: 2px 10px; background-color: #CDCDCD; border-bottom: 1px solid #858585; } @@ -74,82 +74,95 @@ label { overflow-y: scroll; } -#images-wrap { -/* width: 0px;*/ - height: 480px; - border-right: 1px solid #999; - overflow-y: scroll; - overflow-x: hidden; - background-color: #fff; - float: left; +/* ========== */ +/* = Panels = */ +/* ========== */ +.panel-wrap { + overflow: hidden; } -#sidebar { +#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; } -#toggle-sidebar { +.panel-toolbar label { + display: block; + float: left; + margin: 0 10px 0 2px; +} + +/* Slider between panels */ +#slider { + border-left: 1px solid #999; + border-right: 1px solid #999; background-color: #DDD; - width: 7px; + width: 8px; height: 100%; float: left; } -#toggle-sidebar:hover { +#slider:hover { background-color: #999; - cursor: ew-resize; + cursor: col-resize; } -#status-bar { - border-top: 1px solid #999; - background-color: #EEE; - padding: 2px 10px; -} - -.errorlist { - color: red; - margin: 0 20px 0 0; - padding: 0; - float: left; +/* ================= */ +/* = Gallery panel = */ +/* ================= */ +.images-wrap, .htmleditor { + overflow-x: hidden; + overflow-y: scroll; } -.errorlist:before { - content: ''; - clear: both; -} -p { - margin: 0; -} +/* ==================== */ +/* = XML Editor panel = */ +/* ==================== */ -.image-box { - border-top: 1px solid #DDD; +#toolbar { + height: 48px; + overflow: hidden; } -#toolbar, #toolbar ol { +#toolbar, #toolbar ol, #sidebar-toolbar, #sidebar-toolbar ol { +/* overflow: hidden;*/ display: block; margin: 0; padding: 0; background-color: #CCC; - border-bottom: 1px solid #AAA; + border-top: 1px solid #AAA; } -#toolbar { +#sidebar-toolbar { + width: 0; +} + +#sidebar-toolbar, #sidebar-toolbar ol { overflow: hidden; - width: 400%; } -#toolbar-tabs li { +#sidebar-tabs li, #toolbar-tabs li { font-size: 14px; display: block; float: left; - margin: 4px 4px 0 0; + margin: 4px 0 -1px 4px; padding: 2px 10px 0 10px; - border-left: 1px solid #EEE; - border-right: 1px solid #AAA; - margin-bottom: -1px; + background-color: #CCC; border: 1px solid #AAA; border-radius-topleft: 8px; border-radius-topright: 8px; @@ -159,7 +172,13 @@ p { -webkit-border-top-right-radius: 8px; } -#toolbar-tabs li:hover, #toolbar-tabs li.active { +#sidebar-tabs, #toolbar-tabs { + height: 21px; + z-index: 1000; +/* overflow: hidden;*/ +} + +#sidebar-tabs li:hover, #sidebar-tabs li.active, #toolbar-tabs li:hover, #toolbar-tabs li.active { cursor: default; background-color: #EEE; border-bottom: 1px solid #EEE; @@ -167,6 +186,7 @@ p { #toolbar-buttons { background-color: #EEE; + border-bottom: 1px solid #AAA; } #toolbar-buttons li {