X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=defaultPages%2FStyleSheet%2FDefault.xml;h=9f4b8e75dfbf32bb3fce47a581c4f452a1f38bf4;hb=354a3b69406608a2570060bdbdbc65e83260c8ff;hp=d4f7fe5b50b7d196d0360437f52919502a0e069f;hpb=bc8616eec0bcac3102860c76f93ebfd0da24c2d6;p=Rakka.git diff --git a/defaultPages/StyleSheet/Default.xml b/defaultPages/StyleSheet/Default.xml index d4f7fe5..9f4b8e7 100644 --- a/defaultPages/StyleSheet/Default.xml +++ b/defaultPages/StyleSheet/Default.xml @@ -61,6 +61,10 @@ input[type="button"] { padding: 0px; } +td, th { + padding: 3px; +} + .title { padding: 5px 20px; } @@ -157,9 +161,6 @@ input[type="button"] { table.pageEditor { width: 100%; } -.pageEditor td, .pageEditor th { - padding: 3px; -} .pageEditor th { width: 6em; } @@ -174,6 +175,9 @@ table.pageEditor { .pageEditor input[type="radio"] { margin-right: 10px; } +.pageEditor input[type="checkbox"] { + margin-right: 5px; +} .pageEditor input[type="text"], .pageEditor input[type="file"], .pageEditor textarea { @@ -288,6 +292,13 @@ input[type="button"] { input[type="button"]:active { background-color: #999999; } +input[type="button"][disabled] { + border-color: #e5e5e5; + color: #b5b5b5; +} +input[type="button"][disabled]:active { + background-color: #f5f5f5; +} .header, .footer, .sideBar { background-color: #eeeeee;