diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-12 14:23:00 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-12 14:23:00 -0400 |
| commit | 63b137218d6192a4e8cf43cb884090cfa700a571 (patch) | |
| tree | ed5855c880a5a9b6a5b872f41755c081b9513e83 /static/css/admin.css | |
| parent | 05ef02bd2907f4e3ce1b72d6d84d1a2b3acc94c1 (diff) | |
sostler prod commit
Diffstat (limited to 'static/css/admin.css')
| -rw-r--r-- | static/css/admin.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/css/admin.css b/static/css/admin.css index f04af5d..10932e8 100644 --- a/static/css/admin.css +++ b/static/css/admin.css @@ -1,3 +1,15 @@ .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; }
\ No newline at end of file |
