diff --git a/CHANGES.md b/CHANGES.md index 494250b3..a671f681 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -### 0.x.x (2014-10-29 xx:xx:xx UTC) +### 0.x.x (2014-11-01 xx:xx:xx UTC) * Add Bootstrap for UI features * Change UI to resize fluidly on different display sizes, fixes the issue where top menu items would disappear on smaller screens. @@ -43,6 +43,8 @@ * Fix "Subtitle Language" drop down font colour when entering text on the Subtitles Search settings * Add confirmation dialogs back in that were missed due to new UI changes * Fix the home page from failing to load if a show status contains nothing +* Fix and repositioned show_message on display show to use bootstrap styling +* Remove commented out html from display show accidently left in during UI changes ### 0.2.1 (2014-10-22 06:41:00 UTC) diff --git a/gui/slick/css/dark.css b/gui/slick/css/dark.css index 5ab86223..97fa0836 100644 --- a/gui/slick/css/dark.css +++ b/gui/slick/css/dark.css @@ -2460,6 +2460,11 @@ pre { border-color: #111; } +.alert { + padding: 10px; + text-align: center; +} + /* ======================================================================= input sizing (for config pages) ========================================================================== */ diff --git a/gui/slick/css/light.css b/gui/slick/css/light.css index 6fee266f..666b6ea2 100644 --- a/gui/slick/css/light.css +++ b/gui/slick/css/light.css @@ -2429,6 +2429,11 @@ pre { border-color: #ccc; } +.alert { + padding: 10px; + text-align: center; +} + /* ======================================================================= input sizing (for config pages) ========================================================================== */ diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css index 0a911d90..14757d81 100644 --- a/gui/slick/css/style.css +++ b/gui/slick/css/style.css @@ -2502,6 +2502,11 @@ pre { border: 1px solid; } +.alert { + padding: 10px; + text-align: center; +} + /* ======================================================================= input sizing (for config pages) ========================================================================== */ diff --git a/gui/slick/interfaces/default/displayShow.tmpl b/gui/slick/interfaces/default/displayShow.tmpl index 016e7b2a..c6e89ae9 100644 --- a/gui/slick/interfaces/default/displayShow.tmpl +++ b/gui/slick/interfaces/default/displayShow.tmpl @@ -15,10 +15,6 @@ -#if $show_message: -
$show_message

-#end if - @@ -139,50 +135,14 @@ #end if -
+ +#if $show_message: +
+ $show_message +
+#end if