X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/eee32b1483a26a3faa9ad19beb32cfd57aca6c4b..bc45c0b826b50a6d5f472d0ebcbe92bb1b5a68c4:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index bbd98155..84a91294 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -4,10 +4,21 @@ body { overflow: hidden; } -#breadcrumbs { - padding: 2px 10px; +#header { + position: relative; + padding: 2px 0.5em; background-color: #CDCDCD; - border-bottom: 1px solid #858585; + border-bottom: 1px solid black; + clear: both; +} + +#header #breadcrumbs { + +} + +#header #login_info { + position: absolute; + right: 1em; } ul { @@ -141,12 +152,14 @@ label { /* Slider between panels */ .panel-wrap .panel-slider { - position: absolute; + position: absolute; - top: 0px; bottom: 0px; right: 0px; width: 6px; + top: 0px; bottom: 0px; right: 0px; width: 6px; border-left: 1px solid #999; border-right: 1px solid #999; + border-top: none; + border-bottom: none; } .panel-wrap .panel-slider:hover { @@ -238,3 +251,18 @@ label { color: #FFF; cursor: default; } + + +div.isection { + margin: 1em auto; + border: 1px solid black; + padding: 0.5em 2em; + background: #9f9ffa; + + width: 60%; +} + +div.isection p { + margin: 0.5em 1em; +} +