diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-17 00:34:02 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-17 00:34:02 -0400 |
| commit | e890d6d91db6d716beeb22c94d6bf0a9d88f1ef5 (patch) | |
| tree | 9891d77bbfaa7459783605b29906d3aa06ba5801 /static/css/admin.css | |
| parent | f43aa915a5b5268b7b05e2a3f15d128ee218ade5 (diff) | |
sostler prod commit
Diffstat (limited to 'static/css/admin.css')
| -rw-r--r-- | static/css/admin.css | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/static/css/admin.css b/static/css/admin.css index 10932e8..8aa758e 100644 --- a/static/css/admin.css +++ b/static/css/admin.css @@ -1,3 +1,4 @@ + .errorbox { border: 2px solid red; } @@ -12,4 +13,24 @@ color:red; } #adminmute a:hover{ color:blue; -}
\ No newline at end of file +} + +.msvDiv { + cursor: pointer; +} +.errorbox { + border: 2px solid red; +} +#adminmute{ +position:absolute; +color:red; +font-weight:bold; +top:0;left:5; +} +#adminmute a{ +color:red; +} +#adminmute a:hover{ +color:blue; +} + |
