aboutsummaryrefslogtreecommitdiff
path: root/css/ninja.css
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-03 17:46:23 -0700
committerValerio Virgillito2012-05-03 17:46:23 -0700
commitf1f2e65712d7c5a163dd6fdbd8f5911555c3f377 (patch)
tree6c1b70e1642f09fc789ce5a3309feab98dc2f8a5 /css/ninja.css
parent2f21eb37a4e7afb4ba3273b3ec50964717448b2f (diff)
downloadninja-f1f2e65712d7c5a163dd6fdbd8f5911555c3f377.tar.gz
finishing to replace all id with data-montage-id
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'css/ninja.css')
-rwxr-xr-xcss/ninja.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/ninja.css b/css/ninja.css
index 7fa654bd..c1c09f5e 100755
--- a/css/ninja.css
+++ b/css/ninja.css
@@ -198,11 +198,11 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co
198 198
199#iframeContainer { position: absolute; top: 0px; left: 0px; margin: 0px; padding: 0px; width: 100%; height: 100%; overflow: scroll; background: gray; } 199#iframeContainer { position: absolute; top: 0px; left: 0px; margin: 0px; padding: 0px; width: 100%; height: 100%; overflow: scroll; background: gray; }
200 200
201#drawingCanvas { position: absolute; margin: 0px; border: none; padding: 0px; top: 0px; left: 0px; z-index: 6; } 201.drawingCanvas { position: absolute; margin: 0px; border: none; padding: 0px; top: 0px; left: 0px; z-index: 6; }
202 202
203#stageCanvas { position: absolute; margin: 0px; border: none; padding: 0px; top: 0px; left: 0px; z-index: 5; } 203.stageCanvas { position: absolute; margin: 0px; border: none; padding: 0px; top: 0px; left: 0px; z-index: 5; }
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; } 207#codeViewContainer { position: absolute; top: 0px; left: 0px; margin: 0px; padding: 0px; background: black; width: 100%; height: 100%; display: none; }
208 208