diff options
| author | timb <timb@mb.local> | 2010-04-13 02:41:46 -0700 |
|---|---|---|
| committer | timb <timb@mb.local> | 2010-04-13 02:41:46 -0700 |
| commit | 3bd50c842e97efe87e885c3b28ad270ea390f598 (patch) | |
| tree | 9f48722998f3a187980b3ae337d629faf61dfb46 /static/css/admin.css | |
| parent | c04b95ccd49a8899f7cd00224c7a2e0f7cb12e7b (diff) | |
| parent | d1d6436be3cc29d5ae47f6d129980c382365584b (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
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 |
