From 3a8a1dd042a12a890b1c5b74fb7d06f169b11442 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Fri, 11 May 2012 18:05:54 +0530 Subject: [PATCH] Few minor changes: moved 'Artist is Currently Being Loaded' text underneath the artist name & changed the vip server link to blue :-) --- data/interfaces/default/artist.html | 8 ++++---- data/interfaces/default/config.html | 4 ++-- data/interfaces/default/css/style.css | 6 ++++++ 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/data/interfaces/default/artist.html b/data/interfaces/default/artist.html index 2232df6e..5423d783 100644 --- a/data/interfaces/default/artist.html +++ b/data/interfaces/default/artist.html @@ -34,11 +34,11 @@ loading %endif ${artist['ArtistName']} + %if artist['Status'] == 'Loading': +

(Album information for this artist is currently being loaded)

+ %endif -
- %if artist['Status'] == 'Loading': -

(Album information for this artist is currently being loaded)

- %endif +
diff --git a/data/interfaces/default/config.html b/data/interfaces/default/config.html index 7bf380a8..21b5f72b 100644 --- a/data/interfaces/default/config.html +++ b/data/interfaces/default/config.html @@ -599,8 +599,8 @@
- - Get an Account +
+ Get an Account!
diff --git a/data/interfaces/default/css/style.css b/data/interfaces/default/css/style.css index 15296d1f..1f02fa38 100644 --- a/data/interfaces/default/css/style.css +++ b/data/interfaces/default/css/style.css @@ -720,6 +720,12 @@ div#searchbar .mini-icon { margin-left: 6px; margin-top: 6px; } +a#vipserver { + margin-left: 100px; + color: blue; + size: 95%; + font-weight: bold; +} .configtable legend { font-size: 16px; font-weight: bold;