diff options
author | hwc487 | 2012-05-08 15:54:15 -0700 |
---|---|---|
committer | hwc487 | 2012-05-08 15:54:15 -0700 |
commit | 7af54816bb6311421f976661d07b7776d5cd37c9 (patch) | |
tree | fd5b734778b01a9c938b0094b8dd7291f6648d3d /scss | |
parent | 91a9e02bff0397ec9b1f55fdf61cef72eb0d8a0f (diff) | |
parent | d220c02e246b30509b28a47fa04916ca2b8122e4 (diff) | |
download | ninja-7af54816bb6311421f976661d07b7776d5cd37c9.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into 3DBugs
Diffstat (limited to 'scss')
-rw-r--r-- | scss/imports/scss/_Stage.scss | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/scss/imports/scss/_Stage.scss b/scss/imports/scss/_Stage.scss index 4644e3ba..ed8d0656 100644 --- a/scss/imports/scss/_Stage.scss +++ b/scss/imports/scss/_Stage.scss | |||
@@ -164,33 +164,6 @@ | |||
164 | z-index: 4; | 164 | z-index: 4; |
165 | } | 165 | } |
166 | 166 | ||
167 | #codeViewContainer { | ||
168 | position: absolute; | ||
169 | top: 0px; | ||
170 | left: 0px; | ||
171 | margin: 0px; | ||
172 | padding: 0px; | ||
173 | background: $color-app-bg; | ||
174 | width:100%; | ||
175 | height:100%; | ||
176 | display:none; | ||
177 | } | ||
178 | |||
179 | #mainContent #codeMirror_1 { | ||
180 | height:100%; | ||
181 | } | ||
182 | |||
183 | #mainContent .CodeMirror { | ||
184 | width: 100%; | ||
185 | height: 100%; | ||
186 | background: white; | ||
187 | } | ||
188 | |||
189 | #mainContent .CodeMirror-scroll { | ||
190 | height: 100%; | ||
191 | overflow: auto; | ||
192 | } | ||
193 | |||
194 | .montage-editor-frame { | 167 | .montage-editor-frame { |
195 | position:absolute; | 168 | position:absolute; |
196 | z-index:7; | 169 | z-index:7; |