diff options
author | nf <nf@ampache> | 2007-07-14 11:36:37 +0000 |
---|---|---|
committer | nf <nf@ampache> | 2007-07-14 11:36:37 +0000 |
commit | 538e79b2666daa4eb0bb9bb6f83ae0186ac089ea (patch) | |
tree | 0109c1efd5c40c3b61f5ca16a5cbba967fc7359a /themes/burgundy | |
parent | 6a929af1bf1953b74471220e22df22321b71630d (diff) | |
download | ampache-538e79b2666daa4eb0bb9bb6f83ae0186ac089ea.tar.gz ampache-538e79b2666daa4eb0bb9bb6f83ae0186ac089ea.tar.bz2 ampache-538e79b2666daa4eb0bb9bb6f83ae0186ac089ea.zip |
Added classes to show_localplay_status.inc and updated all themes for compatibility.
Added show_object_rating_static.inc (supplied by andy90) and modified rating.lib for this to work
Removed obsolete patches from cleandy themes.
Fixed a tiny css bug in StoneBlue theme.
Fixed horizontal menu in Burgundy theme (explicit height in #sidebar li)
Diffstat (limited to 'themes/burgundy')
-rw-r--r-- | themes/burgundy/templates/default.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/themes/burgundy/templates/default.css b/themes/burgundy/templates/default.css index c9d337ed..348651a4 100644 --- a/themes/burgundy/templates/default.css +++ b/themes/burgundy/templates/default.css @@ -293,6 +293,7 @@ div#Header{ position: relative; width: 12em; width: /**/10.5em; /* Only IE5.5 can't see this */ + height: 12px; /*fixed by the_foster*/ margin: 0; padding: .5em 0 .5em 1em; border-bottom: 1px solid #8B8B8B; @@ -483,7 +484,7 @@ margin-right:5em; padding-top: 3px; padding-bottom: 3px; } -.np_cell { +.np_cell, .np_cell_left, .np_cell_m, .np_cell_right { margin: 10px; } #tablist { @@ -612,3 +613,11 @@ li.current-rating{ z-index: 1; } +.lp_box_ctrl { + text-align: center; /*for compatibility, may be controlled by themers now*/ +/* padding-top: 5px; */ +} +.lp_box_vol { + text-align: center; /*for compatibility, may be controlled by themers now*/ +/* padding-left: 7px; */ +}
\ No newline at end of file |