aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAnanya Sen2012-05-07 15:43:24 -0700
committerAnanya Sen2012-05-07 15:43:24 -0700
commitc51a1317a767dcd5dfded822815305d4330f4892 (patch)
tree9a04f0242bd3b7cd862fe0c610389276a564d6f7 /css
parent526e423e4a2734c2b139af23911e912452a4443f (diff)
downloadninja-c51a1317a767dcd5dfded822815305d4330f4892.tar.gz
removed incorrect id selector css for code view container since its breaking it.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'css')
-rwxr-xr-xcss/ninja.css8
1 files changed, 0 insertions, 8 deletions
diff --git a/css/ninja.css b/css/ninja.css
index 6a804e99..cd7a35ab 100755
--- a/css/ninja.css
+++ b/css/ninja.css
@@ -204,14 +204,6 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co
204 204
205.layoutCanvas { position: absolute; margin: 0px; border: none; padding: 0px; top: 0px; left: 0px; z-index: 4; } 205.layoutCanvas { position: absolute; margin: 0px; border: none; padding: 0px; top: 0px; left: 0px; z-index: 4; }
206 206
207#codeViewContainer { position: absolute; top: 0px; left: 0px; margin: 0px; padding: 0px; background: black; width: 100%; height: 100%; display: none; }
208
209#mainContent #codeMirror_1 { height: 100%; }
210
211#mainContent .CodeMirror { width: 100%; height: 100%; background: white; }
212
213#mainContent .CodeMirror-scroll { height: 100%; overflow: auto; }
214
215.montage-editor-frame { position: absolute; z-index: 7; top: 0; left: 0; display: none; -webkit-user-select: initial; } 207.montage-editor-frame { position: absolute; z-index: 7; top: 0; left: 0; display: none; -webkit-user-select: initial; }
216 208
217.montage-editor { padding: 0px; word-wrap: normal; } 209.montage-editor { padding: 0px; word-wrap: normal; }