aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/popup/popup.reel/popup.css
diff options
context:
space:
mode:
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}