X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=defaultPages%2FStyleSheet%2FDefault.xml;h=f67bf2fd20095b2f412da71810c1b8c79d851f68;hb=49b4f4696b29862524792bcc610dd09aa93c187c;hp=cdcc83a2916fb38e818f01dd763d9a7ab6c4b10c;hpb=8d621fced0d1b3f66d38b16cd732fd2342622c5d;p=Rakka.git diff --git a/defaultPages/StyleSheet/Default.xml b/defaultPages/StyleSheet/Default.xml index cdcc83a..f67bf2f 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; } @@ -190,6 +194,10 @@ table.pageEditor { width: 97%; padding: 3px; } +.pageEditor input.smallField { + width: 50%; + margin-left: 1em; +} .pageEditor textarea.summary { height: 5em; } @@ -352,6 +360,12 @@ input[type="button"][disabled]:active { color: #666666; } +.searchResult .date { + font-size: 70%; + white-space: nowrap; + color: #666666; +} + .sideBar p { text-indent: 0; }