From 01e7e2448bc58698fb5808d141c1a8a5dfbdaaf7 Mon Sep 17 00:00:00 2001 From: Jon Reid Date: Fri, 27 Jan 2012 16:15:38 -0800 Subject: Fixes to radio button base styles. Comment clean-up. --- _scss/imports/scss/_Stage.scss | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to '_scss/imports/scss/_Stage.scss') diff --git a/_scss/imports/scss/_Stage.scss b/_scss/imports/scss/_Stage.scss index a992b793..7b7db576 100644 --- a/_scss/imports/scss/_Stage.scss +++ b/_scss/imports/scss/_Stage.scss @@ -21,12 +21,12 @@ border-width: 1px; } -/* Used for the Iframe Version +// Used for the Iframe Version #mainStageIFrame { border: none; margin: 4px; } -*/ + @@ -44,14 +44,14 @@ } #pasteBoard { - /*position: relative;*/ + // position: relative; top: 0px; left: 0px; margin: 0px; padding: 0px; border: none; - /*overflow: scroll;*/ + // overflow: scroll; } @@ -86,21 +86,21 @@ } #stageParent { - /* we aren't entirely sure why this works but putting a slight opacity on this div - seems to keep the users content from breaking through the overlay canvas and eating mouse events - John Mayhew - */ + // we aren't entirely sure why this works but putting a slight opacity on this div + // seems to keep the users content from breaking through the overlay canvas and eating mouse events + // John Mayhew + z-index: 2; opacity: 0.99; - /*height: 1000px;*/ - /*width: 2000px;*/ + // height: 1000px; + // width: 2000px; position: absolute; margin: 0px; border: none; padding: 0px; top: 0px; left: 0px; - /*background-color: red;*/ + // background-color: red; } .global3DSettings { -- cgit v1.2.3