From 17c2ec2fd4bfa8281e1d41c0f7998d608c0a7907 Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Tue, 8 Sep 2015 15:25:28 -0400 Subject: [PATCH] Fix responsiveness bugs --- .../application/views/scripts/playlist/playlist.phtml | 4 ++-- .../application/views/scripts/playlist/smart-block.phtml | 4 ++-- airtime_mvc/public/css/dashboard.css | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/airtime_mvc/application/views/scripts/playlist/playlist.phtml b/airtime_mvc/application/views/scripts/playlist/playlist.phtml index f27b82dbd..c7b490455 100644 --- a/airtime_mvc/application/views/scripts/playlist/playlist.phtml +++ b/airtime_mvc/application/views/scripts/playlist/playlist.phtml @@ -43,8 +43,8 @@ if (isset($this->obj)) {
-
- "> + diff --git a/airtime_mvc/application/views/scripts/playlist/smart-block.phtml b/airtime_mvc/application/views/scripts/playlist/smart-block.phtml index 8fe4da304..e4a5d6553 100644 --- a/airtime_mvc/application/views/scripts/playlist/smart-block.phtml +++ b/airtime_mvc/application/views/scripts/playlist/smart-block.phtml @@ -51,8 +51,8 @@ if (isset($this->obj)) {
form->getElement('shuffle_button');?>
-
- "> + diff --git a/airtime_mvc/public/css/dashboard.css b/airtime_mvc/public/css/dashboard.css index 3bcfddfcc..bbed8ad01 100644 --- a/airtime_mvc/public/css/dashboard.css +++ b/airtime_mvc/public/css/dashboard.css @@ -23,13 +23,13 @@ @media screen and (max-width: 1600px) { #library_display_wrapper button:not(.dropdown-toggle):not(.btn-new) > span, - #show_builder button:not(.dropdown-toggle):not(.btn-new) > span, - #show_builder #sb_submit > span { + #show_builder_table_wrapper button:not(.dropdown-toggle):not(.btn-new) > span, + #show_builder_table_wrapper #sb_submit > span { display: none; } #library_display_wrapper button:not(.dropdown-toggle):not(.btn-new) > i, - #show_builder button:not(.dropdown-toggle):not(.btn-new) > i, - #show_builder #sb_submit > i { + #show_builder_table_wrapper button:not(.dropdown-toggle):not(.btn-new) > i, + #show_builder_table_wrapper #sb_submit > i { margin-right: 0 !important; } }