aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAnanya Sen2012-04-23 12:33:24 -0700
committerAnanya Sen2012-04-23 12:33:24 -0700
commitc3a0bdb0af1db149efb86b1a8f6b14cb695831cf (patch)
treeb93ba2ba1a3a3bdbd7b49173b1f44831333b711d /js
parent6e2d8c8b7e981de2a7ede45d707614307e811cad (diff)
downloadninja-c3a0bdb0af1db149efb86b1a8f6b14cb695831cf.tar.gz
fixed ugly scroll coming in the middle of the page for a short file
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js')
-rwxr-xr-xjs/stage/stage-view.reel/stage-view.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/stage/stage-view.reel/stage-view.css b/js/stage/stage-view.reel/stage-view.css
index 4cf5b2ab..2fc8fd15 100755
--- a/js/stage/stage-view.reel/stage-view.css
+++ b/js/stage/stage-view.reel/stage-view.css
@@ -17,6 +17,10 @@
17 cursor:text; 17 cursor:text;
18} 18}
19 19
20.codeViewContainer>div{
21 width:2050px;/*to prevent scrolling of editor container in the middle of the page for short files*/
22}
23
20/* OLD CSS for reference 24/* OLD CSS for reference
21#mainContent #codeMirror_1 { 25#mainContent #codeMirror_1 {
22 height:100%; 26 height:100%;