diff options
author | Ananya Sen | 2012-05-08 12:15:44 -0700 |
---|---|---|
committer | Ananya Sen | 2012-05-08 12:15:44 -0700 |
commit | 810ba02f337d3b772ef4595452a97aeb8a140944 (patch) | |
tree | 8192a381e5703d3267b16d6e27fabdea0d425900 /scss/imports | |
parent | 8e7528f672900fb50bd624439261b4402e2fd883 (diff) | |
parent | 53747ce689ddcdc19e586b30d6f356b3b0539731 (diff) | |
download | ninja-810ba02f337d3b772ef4595452a97aeb8a140944.tar.gz |
Merge branch 'refs/heads/ninja-internal-master' into cut-copy-paste
Diffstat (limited to 'scss/imports')
-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; |