aboutsummaryrefslogtreecommitdiff
path: root/js/stage/stage-view.reel
diff options
context:
space:
mode:
authorAnanya Sen2012-04-24 16:45:47 -0700
committerAnanya Sen2012-04-24 16:45:47 -0700
commita7548b4c53de8f42cb5e0fb1c054eba6f7c45afb (patch)
treed41e74e4ad4c213af6f05cdc26ad747874d56a92 /js/stage/stage-view.reel
parenteab872829c14af251578f95c6f57509acbed660c (diff)
downloadninja-a7548b4c53de8f42cb5e0fb1c054eba6f7c45afb.tar.gz
IKNINJA-1529 : zooming such that cursor position can be calculated accurately
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/stage/stage-view.reel')
-rwxr-xr-xjs/stage/stage-view.reel/stage-view.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/stage/stage-view.reel/stage-view.css b/js/stage/stage-view.reel/stage-view.css
index b86c197a..10f80476 100755
--- a/js/stage/stage-view.reel/stage-view.css
+++ b/js/stage/stage-view.reel/stage-view.css
@@ -18,7 +18,7 @@
18} 18}
19 19
20.codeViewContainer>div{ 20.codeViewContainer>div{
21 width:2050px;/*to prevent scrolling of editor container in the middle of the page for short files*/ 21 width:2500px;/*to prevent scrolling of editor container in the middle of the page for short files*/
22} 22}
23 23
24/* OLD CSS for reference 24/* OLD CSS for reference