diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-27 02:38:04 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-27 02:38:04 +0000 |
commit | 9d5967348fbcedc0ce5f9172e3922e0cdb0536d2 (patch) | |
tree | dd1caf093c0ee0ac2c63ca479a0fe534f77efec2 /themes/classic/templates | |
parent | 185630d92c74356946a2a0fe19748b41c9ba57de (diff) | |
download | ampache-9d5967348fbcedc0ce5f9172e3922e0cdb0536d2.tar.gz ampache-9d5967348fbcedc0ce5f9172e3922e0cdb0536d2.tar.bz2 ampache-9d5967348fbcedc0ce5f9172e3922e0cdb0536d2.zip |
fixed advanced random, tweaked some css a tad and fixed a few other minor typos
Diffstat (limited to 'themes/classic/templates')
-rw-r--r-- | themes/classic/templates/default.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index f3450010..3d80a449 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -128,6 +128,12 @@ input { font-weight:bold; background: #d0d0d0; } +.smallbutton:active { + border-bottom:1px solid #f0f0f0; + border-right:1px solid #f0f0f0; + border-top:1px solid #a0a0a0; + border-left:1px solid #a0a0a0; +} a.smallbutton { text-decoration:none; padding:1px 2px; @@ -459,8 +465,7 @@ h3#content_title span { } .info-box { background: #f7f7f7; - /*float:left; - clear:left;*/ + /*float:left;*/ } .box-title { border-bottom: solid 1px #000; |