* Readonly document view.
[redakcja.git] / platforma / static / css / master.css
index 5f3fe96..ae74266 100644 (file)
@@ -43,10 +43,14 @@ body {
     overflow: hidden;
 }
 
+#editor.readonly .editor {
+       right: 0px;
+}
+
 #html-view {
     overflow: auto;
     position: absolute;
-    top: 30px;
+    top: 33px;
     bottom: 0;
     left: 0;
     right: 0;
@@ -226,6 +230,7 @@ p { margin: 0;}
     height: 100%;
     width: 100%;
 }
+
 #content {
     height: 100%;
     width: 100%;
@@ -283,8 +288,10 @@ p { margin: 0;}
 
 img.tabclose {
        padding-left: 8px;
-       width: 10px;
-       height: 10px;
+       width: 16px;
+       height: 16px;   
+       vertical-align: middle;
+       vertical-align: text-bottom;
 }