aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/popup/popup.reel/popup.css
diff options
context:
space:
mode:
authorArmen Kesablyan2012-02-07 16:55:34 -0800
committerArmen Kesablyan2012-02-07 16:55:34 -0800
commit10f0ad4c15f090b2d0d50d11e4c7aaf291e9eb0e (patch)
tree12b31910a3c7c7fa2ee0b26d8aaa611710e139a5 /node_modules/montage/ui/popup/popup.reel/popup.css
parent7f8730c3add146f1ba107e6fc22d1f5a8348ed8b (diff)
parent668510892537eaaeb2e11520831d87b44b2489b7 (diff)
downloadninja-10f0ad4c15f090b2d0d50d11e4c7aaf291e9eb0e.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into text-tool
Conflicts: _scss/compass_app_log.txt css/ninja.css
Diffstat (limited to 'node_modules/montage/ui/popup/popup.reel/popup.css')
-rwxr-xr-xnode_modules/montage/ui/popup/popup.reel/popup.css15
1 files changed, 7 insertions, 8 deletions
diff --git a/node_modules/montage/ui/popup/popup.reel/popup.css b/node_modules/montage/ui/popup/popup.reel/popup.css
index a0af52ba..4597d8ac 100755
--- a/node_modules/montage/ui/popup/popup.reel/popup.css
+++ b/node_modules/montage/ui/popup/popup.reel/popup.css
@@ -4,7 +4,7 @@
4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. 4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5 </copyright> */ 5 </copyright> */
6/* these need to be moved to montage.css when that is created */ 6/* these need to be moved to montage.css when that is created */
7.montage-hide { 7.montage-invisible {
8 display: none; 8 display: none;
9} 9}
10.clearfix:after { 10.clearfix:after {
@@ -15,7 +15,7 @@
15 clear: both; 15 clear: both;
16 height: 0; 16 height: 0;
17} 17}
18 18
19 19
20.montage-off-left { 20.montage-off-left {
21 position: absolute; 21 position: absolute;
@@ -25,20 +25,19 @@
25 25
26.montage-popup-modal-mask { 26.montage-popup-modal-mask {
27 position: fixed; 27 position: fixed;
28 background-color: #000;
29 left: 0; 28 left: 0;
30 top: 0; 29 top: 0;
31 right: 0; 30 right: 0;
32 bottom: 0; 31 bottom: 0;
32 background-color: #000;
33 opacity: 0.8; 33 opacity: 0.8;
34 z-index: 9000;
35} 34}
36 35
37.montage-popup-container { 36.montage-popup-container {
38 background-color: #fff; 37 background-color: #fff;
39 border-radius: 5px; 38 border-radius: 5px;
40 border: 3px solid #000; 39 border: 3px solid #000;
41 40
42} 41}
43 42
44.montage-popup-noborder { 43.montage-popup-noborder {
@@ -53,8 +52,8 @@
53 outline: none; 52 outline: none;
54} 53}
55 54
56.montage-popup-wrapper { 55.montage-popup-wrapper {
57 56
58} 57}
59 58
60.montage-popup-header { 59.montage-popup-header {
@@ -66,5 +65,5 @@
66 background-color: whitesmoke; 65 background-color: whitesmoke;
67 padding: 10px 15px; 66 padding: 10px 15px;
68 border-top: 1px solid #ddd; 67 border-top: 1px solid #ddd;
69 68
70} 69}