remove gap on right side of show builder: part 2

This commit is contained in:
Martin Konecny 2012-09-19 16:55:44 -04:00
parent a3b53ee3d3
commit 84ed03ffac
1 changed files with 4 additions and 4 deletions

View File

@ -69,9 +69,9 @@ AIRTIME = (function(AIRTIME) {
if ($lib.filter(':visible').length > 0) { if ($lib.filter(':visible').length > 0) {
$lib.width(Math.floor(screenWidth * 0.5)); $lib.width(Math.floor(screenWidth * 0.49));
$builder.width(Math.floor(screenWidth * 0.5)) $builder.width(Math.floor(screenWidth * 0.49))
.find("#sb_edit") .find("#sb_edit")
.remove() .remove()
.end() .end()
@ -155,9 +155,9 @@ AIRTIME = (function(AIRTIME) {
AIRTIME.showbuilder.resetTimestamp(); AIRTIME.showbuilder.resetTimestamp();
$lib.show() $lib.show()
.width(Math.floor(screenWidth * 0.5)); .width(Math.floor(screenWidth * 0.49));
$builder.width(Math.floor(screenWidth * 0.5)) $builder.width(Math.floor(screenWidth * 0.49))
.find("#sb_edit") .find("#sb_edit")
.remove() .remove()
.end() .end()