X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3c0f69b2b4d62eaeb05403edc7b4c171622edc9a..71b07fe1928b04a218e062f01cca720863b9eeb9:/project/static/css/toolbar.css diff --git a/project/static/css/toolbar.css b/project/static/css/toolbar.css index aba534fe..03cb2d27 100644 --- a/project/static/css/toolbar.css +++ b/project/static/css/toolbar.css @@ -4,112 +4,63 @@ background: #AAA; position: absolute; top: 0px; left:0px; right: 0px; - height: 40pt; - padding: 1pt; - margin: 0pt; + height: auto; + padding: 2px; + margin: 0px; } .toolbar p { - margin: 0pt; + margin: 0px; - padding: 0pt; + padding: 0px; padding-left: 0.5em; border: none; background: #AAA; - font-size: 10pt; - line-height: 12pt; -} - -.toolbar button { - border: none; - padding: 2pt 0.5em; - background: #AAA; + font-size: 10px; + line-height: 12px; } .toolbar div { background: green; - margin: 0pt; - padding: 0pt; -} - -.toolbar-tabs-container button.active { - background: #DDD; + margin: 0px; + padding: 0px; } -.toolbar-button-groups-container p { +.toolbar-buttons-container { background: #DDD; - padding-top: 2pt; - padding-bottom: 2pt; + padding-top: 2px; + padding-bottom: 2px; } -.toolbar-button-groups-container button { +.toolbar-buttons-container button { background: #DDD; + border: none; + padding: 2px 0.5em; + background: #AAA; + font-family: Sans-Serif; } -.toolbar-button-groups-container button:hover { +.toolbar-buttons-container button:hover { background: #EEE; } -.toolbar-button-groups-container button:active { +.toolbar-buttons-container button:active { background: yellow; } -/* -.toolbar, .toolbar ol { - display: block; - margin: 0; - padding: 0; - background-color: #CCC; - border-top: 1px solid #AAA; +.panel-toolbar-extra button { + background: inherit; } -.toolbar-tabs li { - font-size: 14px; - display: block; - float: left; - margin: 4px 0 -1px 4px; - padding: 2px 10px 0 10px; - background-color: #CCC; - border: 1px solid #AAA; - border-radius-topleft: 8px; - border-radius-topright: 8px; - -moz-border-radius-topleft: 8px; - -moz-border-radius-topright: 8px; - -webkit-border-top-left-radius: 8px; - -webkit-border-top-right-radius: 8px; +.toolbar-tabs-container > p { + background: #CCC; } -.toolbar-tabs { - height: 21px; +.toolbar-tabs-container > p button { + background: #CCC; } -.toolbar-tabs li:hover, .toolbar-tabs li.active { - cursor: default; - background-color: #EEE; - border-bottom: 1px solid #EEE; -} - -.toolbar-buttons { - background-color: #EEE; - border-bottom: 1px solid #AAA; - z-index: 71; -} - -.toolbar-buttons li { - display: block; - font-size: 12px; - padding: 1px 8px; - margin: 4px; - border-radius: 10px; - -moz-border-radius: 10px; - -webkit-border-radius: 8px; - float: left; -} - -.toolbar-buttons li:hover { - background-color: #777; - color: #FFF; - cursor: default; -} */ - +.toolbar-tabs-container button.active { + background: #DDD; +} \ No newline at end of file