Zmiana nazwy project -> platforma.
[redakcja.git] / project / static / css / toolbar.css
diff --git a/project/static/css/toolbar.css b/project/static/css/toolbar.css
deleted file mode 100644 (file)
index 4eddaad..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-/* .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;
-    padding-top: 2px;
-    padding-bottom: 2px;
-}
-
-.toolbar-buttons-container a {
-    background: #DDD;
-    border: none;
-    padding: 2px 0.5em;
-    background: #AAA;
-    font-family: Sans-Serif;
-    color: #000;
-    text-decoration: none;
-}
-
-.toolbar-buttons-container a:hover {
-    background: #EEE;
-}
-
-.toolbar-buttons-container a:active {
-    background: yellow;
-}
-
-.panel-toolbar-extra a {
-    background: inherit;    
-}
-
-.toolbar-tabs-container a {
-    background: #CCC;
-}
-
-.toolbar-tabs-container a.active {
-    background: #DDD;
-}
\ No newline at end of file