From e1f37fbb83e66a55b5de0002118cbf03093d0b42 Mon Sep 17 00:00:00 2001 From: doskir Date: Sun, 30 Sep 2012 23:50:29 +0200 Subject: [PATCH] Fix css so the main page looks like it used to again --- data/interfaces/default/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/interfaces/default/css/style.css b/data/interfaces/default/css/style.css index 635eb14b..bdf88d89 100644 --- a/data/interfaces/default/css/style.css +++ b/data/interfaces/default/css/style.css @@ -871,12 +871,14 @@ div#artistheader h2 a { #artist_table th#name { min-width: 200px; text-align: left; + width:200px; } #artist_table th#album { min-width: 300px; text-align: left; } -#artist_table th#albumart{ +#artist_table th#albumart, +#artist_table th#status{ width:50px; } @@ -886,6 +888,7 @@ div#artistheader h2 a { min-width: 50px; text-align: left; } + #artist_table th#have { text-align: center; } @@ -900,6 +903,7 @@ div#artistheader h2 a { text-align: left; vertical-align: middle; } + #artist_table td#album { min-width: 300px; text-align: left;