diff --git a/data/interfaces/default/css/style.css b/data/interfaces/default/css/style.css index acdcc96f..54a2bc7c 100644 --- a/data/interfaces/default/css/style.css +++ b/data/interfaces/default/css/style.css @@ -1297,6 +1297,7 @@ div#artistheader h2 a { clear: both; } #album_table th#albumname, +#album_table th#artistname, #upcoming_table th#artistname, #wanted_table th#artistname { min-width: 150px; @@ -1319,6 +1320,7 @@ div#artistheader h2 a { vertical-align: middle; } #album_table td#albumname, +#album_table td#artistname, #album_table td#reldate, #album_table td#type, #track_table td#duration, diff --git a/data/interfaces/default/manage.html b/data/interfaces/default/manage.html index 3b13794a..ed62e445 100644 --- a/data/interfaces/default/manage.html +++ b/data/interfaces/default/manage.html @@ -6,6 +6,7 @@ <%def name="headerIncludes()">