]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/StyleSheet/Default.xml
more configuration panels...
[Rakka.git] / defaultPages / StyleSheet / Default.xml
index f67bf2fd20095b2f412da71810c1b8c79d851f68..15be5133b44d92ba2c8bcb087678e258089a88c0 100644 (file)
@@ -168,6 +168,10 @@ option {
     padding: 1px;
 }
 
+table.configPanel {
+    width: 100%;
+}
+
 table.pageEditor {
     width: 100%;
 }
@@ -189,6 +193,7 @@ table.pageEditor {
     margin-right: 5px;
 }
 .pageEditor input[type="text"], 
+.pageEditor input[type="password"],
 .pageEditor input[type="file"],
 .pageEditor textarea {
     width: 97%;
@@ -198,6 +203,9 @@ table.pageEditor {
     width: 50%;
     margin-left: 1em;
 }
+.pageEditor textarea {
+    height: 5em;
+}
 .pageEditor textarea.summary {
     height: 5em;
 }
@@ -422,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;