diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-21 05:35:09 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-21 05:35:09 +0000 |
commit | 666ed4e1ea7d7b7860e917c256479a26d4754b09 (patch) | |
tree | ee310a41e8840719192e375f2aaa7aefeea3184b /themes/classic | |
parent | 968cb2a2812e13a845b79672e7a0b49cc7a807fa (diff) | |
download | ampache-666ed4e1ea7d7b7860e917c256479a26d4754b09.tar.gz ampache-666ed4e1ea7d7b7860e917c256479a26d4754b09.tar.bz2 ampache-666ed4e1ea7d7b7860e917c256479a26d4754b09.zip |
fixed a visual issue with short album+artist names where the actions wrapped or floated into the wrong spot, not tested on ie yet
Diffstat (limited to 'themes/classic')
-rw-r--r-- | themes/classic/templates/default.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index c6e8f4b7..50483181 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -499,8 +499,9 @@ a.button{padding:1px 3px;} /* Specific to Info Boxes */
-.info-box .album_art {float:left;margin-right:10px;}
-#information_actions { margin-left:5px; font-size:0.7em; }
+.info-box { float:left;margin-right:10px; }
+.album_art { float:left; margin-right:10px; }
+#information_actions { margin-left:5px; font-size:0.7em; float:left; }
#information_actions h3 { font-size:1.2em; margin:0.2em; }
/* Specific boxes */
|