diff options
author | pb1dft <pb1dft@ampache> | 2006-10-18 00:07:54 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-10-18 00:07:54 +0000 |
commit | 498c5f9811fd2e59f06793d09f04787d5bcb6fdd (patch) | |
tree | f9c0c044a894bebc42d6d160ad24224c9ff52fda /templates/default.css | |
parent | 39e8556985b3242b75ccfde1c74e67fc4f006ded (diff) | |
download | ampache-498c5f9811fd2e59f06793d09f04787d5bcb6fdd.tar.gz ampache-498c5f9811fd2e59f06793d09f04787d5bcb6fdd.tar.bz2 ampache-498c5f9811fd2e59f06793d09f04787d5bcb6fdd.zip |
added stylesheet mod for user online/offline
Diffstat (limited to 'templates/default.css')
-rw-r--r-- | templates/default.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/default.css b/templates/default.css index 86e27c8b..186e8912 100644 --- a/templates/default.css +++ b/templates/default.css @@ -68,6 +68,17 @@ td { font-family: Verdana, Helvetica, sans-serif; font-size: 12px; } +.user_online { +background-color: green; +} +.user_offline { +background-color: #7f0000; +} +.user_disabled { +background-color: gray; +} + +/* End Online/Offline Style */ th { padding-right: 10px; } @@ -637,6 +648,7 @@ li.current-rating{ } + /* TV Page Related Styles */ #tv_control { float:left; |