From: moodler Date: Tue, 8 Feb 2005 17:11:28 +0000 (+0000) Subject: Styles for notify and notice stuff X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ac91569f91a1320043a57896a8440d1aa83c00e1;p=moodle.git Styles for notify and notice stuff --- diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 1dc029f890..db4d0867ed 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -70,6 +70,27 @@ th { .r1 { } +/* notification messages (can be good or bad) */ +.notifyproblem { + background-color:#FFFFFF; + color:#660000; + padding: 10px; + text-align:center; + border-style: solid; + border-width: 1px; + border-color: #000000; +} + +.notifysuccess { + background-color:#FFFFFF; + color:#006600; + padding: 10px; + text-align:center; + border-style: solid; + border-width: 1px; + border-color: #000000; +} + /* header styles */ diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index df9813f47d..5880aa4c5b 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -36,6 +36,10 @@ background:transparent; } +.continuebutton { + text-align: center; +} + /* general styles */ th { @@ -527,3 +531,8 @@ body#admin-modules .generaltablecell { padding-top: 1px; padding-bottom: 1px; } + +body#admin-blocks .generaltablecell { + padding-top: 1px; + padding-bottom: 1px; +} diff --git a/theme/standard/styles_moz.css b/theme/standard/styles_moz.css index 4314923e06..8dba94fe9e 100644 --- a/theme/standard/styles_moz.css +++ b/theme/standard/styles_moz.css @@ -3,6 +3,14 @@ -moz-border-radius:3px; } +.notifyproblem { + -moz-border-radius:10px; +} + +.notifysuccess { + -moz-border-radius:10px; +} + .sideblock { -moz-border-radius-bottomleft:20px; -moz-border-radius-bottomright:20px;