X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/71b07fe1928b04a218e062f01cca720863b9eeb9..333700b34cb944ab49d1c9243f7193d50d25ebd1:/project/static/css/toolbar.css diff --git a/project/static/css/toolbar.css b/project/static/css/toolbar.css index 03cb2d27..b5df66f3 100644 --- a/project/static/css/toolbar.css +++ b/project/static/css/toolbar.css @@ -1,66 +1,5 @@ -.toolbar { - overflow: hidden; - z-index: 100; - background: #AAA; - position: absolute; - top: 0px; left:0px; right: 0px; - height: auto; - padding: 2px; - margin: 0px; -} - -.toolbar p { - margin: 0px; - - padding: 0px; - padding-left: 0.5em; - - border: none; - background: #AAA; - font-size: 10px; - line-height: 12px; -} - -.toolbar div { - background: green; - margin: 0px; - padding: 0px; -} - -.toolbar-buttons-container { - background: #DDD; +.toolbar-buttons-container { padding-top: 2px; padding-bottom: 2px; } -.toolbar-buttons-container button { - background: #DDD; - border: none; - padding: 2px 0.5em; - background: #AAA; - font-family: Sans-Serif; -} - -.toolbar-buttons-container button:hover { - background: #EEE; -} - -.toolbar-buttons-container button:active { - background: yellow; -} - -.panel-toolbar-extra button { - background: inherit; -} - -.toolbar-tabs-container > p { - background: #CCC; -} - -.toolbar-tabs-container > p button { - background: #CCC; -} - -.toolbar-tabs-container button.active { - background: #DDD; -} \ No newline at end of file