Fixed logging in FF. Scrolling should now magicly work.
[redakcja.git] / project / static / css / master.css
index 2e9e433..f2ca8c1 100644 (file)
@@ -120,6 +120,7 @@ label {
 /* contents */
 .panel-content {
        position: absolute;
+       overflow: auto;
        top: 22px; left: 0px; bottom:0px; right: 0px;
 }
 
@@ -263,6 +264,23 @@ label {
     cursor: default;
 }
 
+/* =========================== */
+/* = DublinCore Editor panel = */
+/* =========================== */
+.panel-dceditor {
+    padding: 10px;
+}
+
+.panel-dceditor label {
+    font-size: 12px;
+    margin-top: 10px;
+    color: #666;
+    font-weight: bold;
+}
+
+.panel-dceditor input, .panel-dceditor textarea {
+    width: 400px;
+}
 
 div.isection {
        margin: 1em auto;