summaryrefslogtreecommitdiffstats
path: root/themes/classic/templates/default.css
diff options
context:
space:
mode:
authornf <nf@ampache>2007-07-14 11:36:37 +0000
committernf <nf@ampache>2007-07-14 11:36:37 +0000
commit538e79b2666daa4eb0bb9bb6f83ae0186ac089ea (patch)
tree0109c1efd5c40c3b61f5ca16a5cbba967fc7359a /themes/classic/templates/default.css
parent6a929af1bf1953b74471220e22df22321b71630d (diff)
downloadampache-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/classic/templates/default.css')
-rw-r--r--themes/classic/templates/default.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index 6d4d2992..05a7329c 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -311,7 +311,7 @@ h3#content_title span {
.np_row {
padding: 3px 0;
}
-.np_cell {
+.np_cell, .np_cell_left, .np_cell_m, .np_cell_right {
margin: 10px;
}
@@ -648,3 +648,11 @@ table.tabledata {}
.display {}
+.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