From 5a8510b909768e092e75cadce7d9f371e15cff77 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Wed, 19 Sep 2012 17:22:04 -0400 Subject: [PATCH] remove gap on right side of show builder: part 3 --- airtime_mvc/public/js/airtime/showbuilder/main_builder.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/airtime_mvc/public/js/airtime/showbuilder/main_builder.js b/airtime_mvc/public/js/airtime/showbuilder/main_builder.js index 6e38afa3e..9f6047d9d 100644 --- a/airtime_mvc/public/js/airtime/showbuilder/main_builder.js +++ b/airtime_mvc/public/js/airtime/showbuilder/main_builder.js @@ -69,9 +69,9 @@ AIRTIME = (function(AIRTIME) { if ($lib.filter(':visible').length > 0) { - $lib.width(Math.floor(screenWidth * 0.49)); + $lib.width(Math.floor(screenWidth * 0.48)); - $builder.width(Math.floor(screenWidth * 0.49)) + $builder.width(Math.floor(screenWidth * 0.48)) .find("#sb_edit") .remove() .end() @@ -155,9 +155,9 @@ AIRTIME = (function(AIRTIME) { AIRTIME.showbuilder.resetTimestamp(); $lib.show() - .width(Math.floor(screenWidth * 0.49)); + .width(Math.floor(screenWidth * 0.48)); - $builder.width(Math.floor(screenWidth * 0.49)) + $builder.width(Math.floor(screenWidth * 0.48)) .find("#sb_edit") .remove() .end()