Weryfikacja podczas zapisu XML i DC. TODO: DC jeszcze nie dziaƂa tak jak powinno.
[redakcja.git] / project / static / css / master.css
index 3f5741c..841467e 100644 (file)
@@ -35,6 +35,7 @@ body {
     top: 2.4em; left: 0px; right: 0px; bottom: 0px;
     overflow: auto;    
     background-color: white;
+    padding: 0.2em 1em;
 }
 
 ul {
@@ -352,12 +353,13 @@ div.isection p {
 #message-box {
     position: fixed;
     top: 2px;
-    left: 40%;   
+    left: 35%;
+    width: 33%;  
 }
 
 .msg-error, .msg-success, .msg-warning {
     overflow: hidden;
-    padding: 0.1em 0.2em;
+    padding: 0.1em 0.5em;
     text-align: center;
     border: 1px solid;
     -moz-border-radius: 8px;
@@ -366,13 +368,15 @@ div.isection p {
     line-height: 11pt;
     display: none;
 
-    width: 200px;
+    width: 100%;
 }
 
 
 .msg-error {
     background-color: red;
     border-color: red;
+    color: white;
+    font-weight: bold;
 }
 
 .msg-success {
@@ -382,6 +386,37 @@ div.isection p {
 
 .msg-warning {
     background-color: yellow;
-    border-color: yellow;
-    
+    border-color: yellow;   
 }
+
+
+/*
+ * Object list table
+ */
+ table.object-list {
+    border-top: 2px solid black;
+    border-left: 2px solid black;
+    border-right: 1px solid black;
+    border-bottom: 1px solid black;
+    width: 60%;
+    margin: auto;
+ }
+
+
+ table.object-list td, table.object-list th {
+     border-bottom: 1px solid black;
+     border-right: 1px solid black;
+     padding: 0.2em 0.5em;
+ }
+
+ table.object-list th {
+     text-align: center;
+     background-color: #8080d0;
+     font-size: 120%
+ }
+
+ table.object-list td.page-navigation {
+     position: relative;
+     text-align: center;
+     background-color: #CCC;
+ }