From ff930549db33af4a1b800fe5bc79ebd345ba4e3a Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Wed, 19 Aug 2015 11:32:41 -0400 Subject: [PATCH 1/2] Fix broken sortable placeholders --- airtime_mvc/public/css/_showbuilder.css | 10 +++++----- airtime_mvc/public/js/airtime/library/spl.js | 3 --- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/airtime_mvc/public/css/_showbuilder.css b/airtime_mvc/public/css/_showbuilder.css index 99ee4436c..1b0e9d342 100644 --- a/airtime_mvc/public/css/_showbuilder.css +++ b/airtime_mvc/public/css/_showbuilder.css @@ -108,6 +108,10 @@ div.ColVis_collectionBackground { } @media screen and (max-width: 1475px) { + .wrapper { + -webkit-flex-flow: column !important; + flex-flow: column !important; + } .content-pane { height: auto !important; width: 100% !important; @@ -532,10 +536,6 @@ li.ui-state-default { margin: 4px 0; padding: 0; - - display: flex; - flex-direction: column; - justify-content: center; } .spl_sortable .list-item-container { @@ -695,7 +695,7 @@ th.library_checkbox { position: fixed !important; } -/* Since the z-index gets applied dynamically to the */ +/* Since the z-index gets applied dynamically */ #ui-datepicker-div { z-index: 1000 !important; } diff --git a/airtime_mvc/public/js/airtime/library/spl.js b/airtime_mvc/public/js/airtime/library/spl.js index ad4aa3995..ebfed5ffd 100644 --- a/airtime_mvc/public/js/airtime/library/spl.js +++ b/airtime_mvc/public/js/airtime/library/spl.js @@ -12,10 +12,7 @@ var AIRTIME = (function(AIRTIME){ viewport, $lib, $pl, - $togglePl = $(""), widgetHeight, - resizeTimeout, - width, $tabCount = 0, $openTabs = {}; From 0471d4bbdbdb40f06dd52726819cbccba98b32b8 Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Wed, 19 Aug 2015 11:47:13 -0400 Subject: [PATCH 2/2] Tweaked text shadow on usability hints --- airtime_mvc/public/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index efc999591..cf3c31655 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -3589,7 +3589,7 @@ button.btn-icon-text > i.icon-white { background-color: #ff611f; color: white; font-size: 14px; - text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2); + text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1); z-index: 99; /* Need to be above elements like the shows in the calendar! */ /*margin: 5px 10px;*/