]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/StyleSheet/Default.xml
more configuration panels...
[Rakka.git] / defaultPages / StyleSheet / Default.xml
index 790b74ce88e4c28762cf5ffe1eb5ccd8df051c37..15be5133b44d92ba2c8bcb087678e258089a88c0 100644 (file)
@@ -168,6 +168,10 @@ option {
     padding: 1px;
 }
 
+table.configPanel {
+    width: 100%;
+}
+
 table.pageEditor {
     width: 100%;
 }
@@ -189,11 +193,19 @@ table.pageEditor {
     margin-right: 5px;
 }
 .pageEditor input[type="text"], 
+.pageEditor input[type="password"],
 .pageEditor input[type="file"],
 .pageEditor textarea {
     width: 97%;
     padding: 3px;
 }
+.pageEditor input.smallField {
+    width: 50%;
+    margin-left: 1em;
+}
+.pageEditor textarea {
+    height: 5em;
+}
 .pageEditor textarea.summary {
     height: 5em;
 }
@@ -356,6 +368,12 @@ input[type="button"][disabled]:active {
     color: #666666;
 }
 
+.searchResult .date {
+    font-size: 70%;
+    white-space: nowrap;
+    color: #666666;
+}
+
 .sideBar p {
     text-indent: 0;
 }
@@ -412,6 +430,7 @@ input[type="button"][disabled]:active {
 }
 
 .pageEditor input[type="text"],
+.pageEditor input[type="password"],
 .pageEditor input[type="file"],
 .pageEditor textarea {
     border-color: #dddddd #fafafa #fafafa #dddddd;