X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=defaultPages%2FStyleSheet%2FDefault.xml;h=06b84e8358e692f9560dedadab1e0f20b49c1f08;hb=9c2fc861f3ed609ebb4d0f135aea38ca055bbea8;hp=cdcc83a2916fb38e818f01dd763d9a7ab6c4b10c;hpb=8d621fced0d1b3f66d38b16cd732fd2342622c5d;p=Rakka.git diff --git a/defaultPages/StyleSheet/Default.xml b/defaultPages/StyleSheet/Default.xml index cdcc83a..06b84e8 100644 --- a/defaultPages/StyleSheet/Default.xml +++ b/defaultPages/StyleSheet/Default.xml @@ -65,6 +65,10 @@ td, th { padding: 3px; } +option { + padding: 3px 3px 1px 3px; +} + .title { padding: 5px 20px; } @@ -164,6 +168,10 @@ td, th { padding: 1px; } +table.configPanel { + width: 100%; +} + table.pageEditor { width: 100%; } @@ -185,17 +193,31 @@ 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; } .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; } @@ -352,6 +374,12 @@ input[type="button"][disabled]:active { color: #666666; } +.searchResult .date { + font-size: 70%; + white-space: nowrap; + color: #666666; +} + .sideBar p { text-indent: 0; } @@ -408,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;