diff options
author | Ananya Sen | 2012-02-15 10:54:14 -0800 |
---|---|---|
committer | Ananya Sen | 2012-02-15 10:54:14 -0800 |
commit | e2b97c951a9a5a0c4ff831d44fdd82177cbd82ad (patch) | |
tree | c208938eabfe85e33ccbbceb9f66ad780f70f62a /css | |
parent | aead95ce4b2571356701229567bfde73d54bed93 (diff) | |
download | ninja-e2b97c951a9a5a0c4ff831d44fdd82177cbd82ad.tar.gz |
Revert "Revert "Reverting text/html document classes and setting up MVC folder structure""
This reverts commit 9048cd50bf5e0a418d1d95498bb593961f72db36.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'css')
-rwxr-xr-x | css/ninja.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/css/ninja.css b/css/ninja.css index d22cfc22..0be30434 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -174,6 +174,8 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co | |||
174 | 174 | ||
175 | #documentBar { height: 25px; width: 1000px; position: relative; overflow: hidden; color: white; } | 175 | #documentBar { height: 25px; width: 1000px; position: relative; overflow: hidden; color: white; } |
176 | 176 | ||
177 | .montage-popup-modal-mask { opacity: 1; background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.8) 80%); } | ||
178 | |||
177 | #middleDocArea { -webkit-box-orient: horizontal; -moz-box-orient: horizontal; box-orient: horizontal; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; margin: 1px; margin-bottom: 3px; border-style: solid; border-width: 1px; } | 179 | #middleDocArea { -webkit-box-orient: horizontal; -moz-box-orient: horizontal; box-orient: horizontal; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; margin: 1px; margin-bottom: 3px; border-style: solid; border-width: 1px; } |
178 | 180 | ||
179 | #mainStageIFrame { border: none; margin: 4px; } | 181 | #mainStageIFrame { border: none; margin: 4px; } |