X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Rakka.git;a=blobdiff_plain;f=defaultPages%2FStyleSheet%2FDefault.xml;h=15be5133b44d92ba2c8bcb087678e258089a88c0;hp=cdcc83a2916fb38e818f01dd763d9a7ab6c4b10c;hb=5a3f557daf089aa68dc725e132befbc9c131dc2c;hpb=8d621fced0d1b3f66d38b16cd732fd2342622c5d diff --git a/defaultPages/StyleSheet/Default.xml b/defaultPages/StyleSheet/Default.xml index cdcc83a..15be513 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,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; } @@ -352,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; } @@ -408,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;