diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-06-02 21:38:19 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-06-02 21:38:19 +0200 |
commit | c0b15dfe0dce7c4603cc7ec7c19b5a6cf226dc95 (patch) | |
tree | e7024a0547d7857f4e74f5d870b8557301fdde91 /www-ssl/css | |
parent | d381f57951463a366b5264986a147ef5798ba205 (diff) |
user messages
Diffstat (limited to 'www-ssl/css')
-rw-r--r-- | www-ssl/css/base.css | 11 | ||||
-rw-r--r-- | www-ssl/css/style6.css | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/www-ssl/css/base.css b/www-ssl/css/base.css index 5731fec0..bfe050a5 100644 --- a/www-ssl/css/base.css +++ b/www-ssl/css/base.css @@ -128,3 +128,14 @@ td, th { .success { color: #090; } + +.notice { + background: #f0f0f0; + border: 2px solid #888; + margin: 10px; + padding: 10px; +} + +.new_message { + font-weight: bold; +} diff --git a/www-ssl/css/style6.css b/www-ssl/css/style6.css index 2272f598..8dc008e7 100644 --- a/www-ssl/css/style6.css +++ b/www-ssl/css/style6.css @@ -71,6 +71,6 @@ h4.menu { font-size : 6pt; } -h4, h1 { +h4, h1, th { background: #333E47; } |