]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/StyleSheet/Default.xml
misc changes
[Rakka.git] / defaultPages / StyleSheet / Default.xml
index 6b5f536b5da6fa01c6e11c8ce7023c2442f68aac..5f2126aaf4d2dfb685bdc57016daeaff93b34d08 100644 (file)
@@ -93,6 +93,10 @@ option {
     margin: 5px 0px;
 }
 
+.body * + h2 {
+    margin-top: 20px;
+}
+
 .body ul, .body ol {
     list-style-position: inside;
     margin: 0 0 0.8em 0;
@@ -175,6 +179,9 @@ table.configPanel {
 table.pageEditor {
     width: 100%;
 }
+table.pageEditor td {
+    text-align: center;
+}
 .pageEditor th {
     width: 6em;
 }
@@ -193,6 +200,7 @@ table.pageEditor {
     margin-right: 5px;
 }
 .pageEditor input[type="text"], 
+.pageEditor input[type="password"],
 .pageEditor input[type="file"],
 .pageEditor textarea {
     width: 97%;
@@ -211,6 +219,12 @@ table.pageEditor {
 .pageEditor textarea.source {
     height: 30em;
 }
+.pageEditor textarea.hexDump {
+    font-size: 70%;
+    font-family: monospace;
+    white-space: pre;
+    height: 10em;
+}
 .pageEditor input[type="button"] {
     margin: 0 2px;
 }
@@ -269,6 +283,7 @@ th, td {
 th {
     background-color: #eeeeee;
     font-weight: bold;
+    text-align: center;
 }
 td {
     background-color: #fafafa;
@@ -429,6 +444,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;