aboutsummaryrefslogtreecommitdiff
path: root/_scss/imports/scss/_Stage.scss
diff options
context:
space:
mode:
authorJon Reid2012-01-27 16:15:38 -0800
committerJon Reid2012-01-27 16:15:38 -0800
commit01e7e2448bc58698fb5808d141c1a8a5dfbdaaf7 (patch)
treeb3aa97b366917eabf21a9da539c3c6034270248c /_scss/imports/scss/_Stage.scss
parent35cd86dab6e77f358a1a6cf75825f6bc3f6032fe (diff)
downloadninja-01e7e2448bc58698fb5808d141c1a8a5dfbdaaf7.tar.gz
Fixes to radio button base styles. Comment clean-up.
Diffstat (limited to '_scss/imports/scss/_Stage.scss')
-rw-r--r--_scss/imports/scss/_Stage.scss22
1 files changed, 11 insertions, 11 deletions
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 @@
21 border-width: 1px; 21 border-width: 1px;
22} 22}
23 23
24/* Used for the Iframe Version 24// Used for the Iframe Version
25#mainStageIFrame { 25#mainStageIFrame {
26 border: none; 26 border: none;
27 margin: 4px; 27 margin: 4px;
28} 28}
29*/ 29
30 30
31 31
32 32
@@ -44,14 +44,14 @@
44} 44}
45 45
46#pasteBoard { 46#pasteBoard {
47 /*position: relative;*/ 47 // position: relative;
48 top: 0px; 48 top: 0px;
49 left: 0px; 49 left: 0px;
50 margin: 0px; 50 margin: 0px;
51 padding: 0px; 51 padding: 0px;
52 border: none; 52 border: none;
53 53
54 /*overflow: scroll;*/ 54 // overflow: scroll;
55} 55}
56 56
57 57
@@ -86,21 +86,21 @@
86} 86}
87 87
88#stageParent { 88#stageParent {
89 /* we aren't entirely sure why this works but putting a slight opacity on this div 89 // we aren't entirely sure why this works but putting a slight opacity on this div
90 seems to keep the users content from breaking through the overlay canvas and eating mouse events 90 // seems to keep the users content from breaking through the overlay canvas and eating mouse events
91 John Mayhew 91 // John Mayhew
92 */ 92
93 z-index: 2; 93 z-index: 2;
94 opacity: 0.99; 94 opacity: 0.99;
95 /*height: 1000px;*/ 95 // height: 1000px;
96 /*width: 2000px;*/ 96 // width: 2000px;
97 position: absolute; 97 position: absolute;
98 margin: 0px; 98 margin: 0px;
99 border: none; 99 border: none;
100 padding: 0px; 100 padding: 0px;
101 top: 0px; 101 top: 0px;
102 left: 0px; 102 left: 0px;
103 /*background-color: red;*/ 103 // background-color: red;
104} 104}
105 105
106.global3DSettings { 106.global3DSettings {