diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/iconset.css | 6 | ||||
-rw-r--r-- | themes/default/theme.css | 9 |
2 files changed, 4 insertions, 11 deletions
diff --git a/themes/default/iconset.css b/themes/default/iconset.css index 3fd5fc22d..8c6d29039 100644 --- a/themes/default/iconset.css +++ b/themes/default/iconset.css @@ -28,11 +28,11 @@ .pwg-icon-arrow-n {background-position: 0 -26px} .pwg-icon-arrow-e {background-position: -26px -26px} -.pwg-icon-arrow-s {background-position: -52px -26px} +/*.pwg-icon-arrow-s {background-position: -52px -26px}*/ .pwg-icon-arrow-w {background-position: -78px -26px} -.pwg-icon-arrowstop-n {background-position: -104px -26px} +/*.pwg-icon-arrowstop-n {background-position: -104px -26px}*/ .pwg-icon-arrowstop-e {background-position: -130px -26px} -.pwg-icon-arrowstop-s {background-position: -156px -26px} +/*.pwg-icon-arrowstop-s {background-position: -156px -26px}*/ .pwg-icon-arrowstop-w {background-position: -182px -26px} .pwg-icon-close {background-position: 0 -52px} diff --git a/themes/default/theme.css b/themes/default/theme.css index 18f7d967a..c747da7ba 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -232,7 +232,6 @@ TD.calDayCellFull, TD.calDayCellEmpty { .thumbnailCategory .description H3 { text-align: left; - background: transparent; margin: 0; padding: 0.1em; font-size: 120%; @@ -499,11 +498,6 @@ FORM P { margin-bottom: 2em; } -FORM FIELDSET P { - margin-top: 1em; - margin-bottom: 0; -} - SELECT.categoryList { height: 20em; width: 500px; @@ -546,8 +540,7 @@ FIELDSET { margin: 0.5em 0; } -.filter FIELDSET * LABEL>INPUT, -.filter FIELDSET * LABEL>SELECT { +.filter FIELDSET * LABEL>INPUT { display: inline; vertical-align: top; margin: 0 0.5em 0 0; |