X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Rakka.git;a=blobdiff_plain;f=defaultPages%2FStyleSheet%2FDefault.xml;h=15be5133b44d92ba2c8bcb087678e258089a88c0;hp=790b74ce88e4c28762cf5ffe1eb5ccd8df051c37;hb=5a3f557daf089aa68dc725e132befbc9c131dc2c;hpb=fb86cb6941e466fd43ce45338024c79d0fdb33a2 diff --git a/defaultPages/StyleSheet/Default.xml b/defaultPages/StyleSheet/Default.xml index 790b74c..15be513 100644 --- a/defaultPages/StyleSheet/Default.xml +++ b/defaultPages/StyleSheet/Default.xml @@ -168,6 +168,10 @@ option { padding: 1px; } +table.configPanel { + width: 100%; +} + table.pageEditor { width: 100%; } @@ -189,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; } @@ -356,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; } @@ -412,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;