X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=defaultPages%2FStyleSheet%2FDefault.xml;h=15be5133b44d92ba2c8bcb087678e258089a88c0;hb=5a3f557daf089aa68dc725e132befbc9c131dc2c;hp=f67bf2fd20095b2f412da71810c1b8c79d851f68;hpb=f4a4c275bf0afab9f4ed04158866830e20b93cae;p=Rakka.git diff --git a/defaultPages/StyleSheet/Default.xml b/defaultPages/StyleSheet/Default.xml index f67bf2f..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,6 +193,7 @@ table.pageEditor { margin-right: 5px; } .pageEditor input[type="text"], +.pageEditor input[type="password"], .pageEditor input[type="file"], .pageEditor textarea { width: 97%; @@ -198,6 +203,9 @@ table.pageEditor { width: 50%; margin-left: 1em; } +.pageEditor textarea { + height: 5em; +} .pageEditor textarea.summary { height: 5em; } @@ -422,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;