- Dopracowanie dopasowywania paneli Platformy Redakcyjnej do
[redakcja.git] / project / static / css / master.css
index a80c82b..aeb1f09 100644 (file)
@@ -1,6 +1,7 @@
 body {
     margin: 0;
     font: 100%/1.5 Georgia, Verdana, sans-serif;
+    overflow: hidden;
 }
 
 #breadcrumbs {
@@ -62,29 +63,43 @@ label {
     display: block;
 }
 
-textarea {
+#text_id {
     width: 480px;
     height: 480px;
-    padding: 5px 10px;
 }
 
 #file-text {
     padding: 5px 10px;
     overflow-x: hidden;
     overflow-y: scroll;
-    width: 480px;
-    height: 480px;
-    border: 1px solid #999;
 }
 
-#images {
-    float: left;
+#images-wrap {
     width: 480px;
     height: 480px;
-    border: 1px solid #999;
-    padding: 5px 10px;
+    border-right: 1px solid #999;
     overflow-y: scroll;
     overflow-x: hidden;
+    background-color: #fff;
+    float: left;
+}
+
+#sidebar {
+    float: left;
+    width: 488px;
+}
+
+#toggle-sidebar {
+    background-color: #999;
+    width: 7px;
+    height: 100%;
+    float: left;
+}
+
+#status-bar {
+    border-top: 1px solid #999;
+    background-color: #EEE;
+    padding: 2px 10px;
 }
 
 .errorlist {
@@ -98,6 +113,7 @@ textarea {
     content: '';
     clear: both;
 }
+
 p { 
     margin: 0;
 }
\ No newline at end of file