diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 04:50:44 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 04:50:44 +0000 |
commit | 944876181cdd3fa1d44e517d6c103fd2ec3a8783 (patch) | |
tree | 037dc146b120457edd24a4de6292b49a34a532a8 /theme/base/css | |
parent | 3c18ad46ae5151a30d08f669f2e4271f7a3009ec (diff) |
NoticeOver styles
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index b58a5b09c..b039dc110 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -36,7 +36,7 @@ input, textarea, select, option { padding:4px; font-family:sans-serif; font-size:1em; --moz-border:radius:4px; +-moz-border-radius:4px; } select, option { padding-bottom:0; @@ -47,7 +47,7 @@ padding:11px; input:focus, textarea:focus, select:focus { border-width:2px; border-style: solid; --moz-border:radius:4px; +-moz-border-radius:4px; } caption { font-weight:bold; @@ -611,6 +611,9 @@ border-top:1px dashed #D1D9E4; list-style-type:none; /*margin-bottom:11px;*/ } +.notices li.over { +background-color:#fcfcfc; +} /* NOTICES */ @@ -786,11 +789,9 @@ display:none; .notice-options form input.submit { display:block; border:0; -border-bottom-width:1px; -border-bottom-style:dotted; padding-left:20px; - } + .notice-options .reply a { text-decoration:none; } |