]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/StyleSheet/Default.xml
hexdumping
[Rakka.git] / defaultPages / StyleSheet / Default.xml
index 6b5f536b5da6fa01c6e11c8ce7023c2442f68aac..06b84e8358e692f9560dedadab1e0f20b49c1f08 100644 (file)
@@ -193,6 +193,7 @@ table.pageEditor {
     margin-right: 5px;
 }
 .pageEditor input[type="text"], 
+.pageEditor input[type="password"],
 .pageEditor input[type="file"],
 .pageEditor textarea {
     width: 97%;
@@ -211,6 +212,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;
 }
@@ -429,6 +436,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;