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.css70
1 files changed, 70 insertions, 0 deletions
diff --git a/node_modules/montage/ui/popup/popup.reel/popup.css b/node_modules/montage/ui/popup/popup.reel/popup.css
new file mode 100755
index 00000000..a0af52ba
--- /dev/null
+++ b/node_modules/montage/ui/popup/popup.reel/popup.css
@@ -0,0 +1,70 @@
1/* <copyright>
2 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
3 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5 </copyright> */
6/* these need to be moved to montage.css when that is created */
7.montage-hide {
8 display: none;
9}
10.clearfix:after {
11 visibility: hidden;
12 display: block;
13 font-size: 0;
14 content: " ";
15 clear: both;
16 height: 0;
17}
18
19
20.montage-off-left {
21 position: absolute;
22 top: 0px;
23 left: -10000px;
24}
25
26.montage-popup-modal-mask {
27 position: fixed;
28 background-color: #000;
29 left: 0;
30 top: 0;
31 right: 0;
32 bottom: 0;
33 opacity: 0.8;
34 z-index: 9000;
35}
36
37.montage-popup-container {
38 background-color: #fff;
39 border-radius: 5px;
40 border: 3px solid #000;
41
42}
43
44.montage-popup-noborder {
45 border: 0px;
46}
47
48.montage-modal {
49 border: 3px solid #ccc;
50}
51
52.montage-popup-container *:focus {
53 outline: none;
54}
55
56.montage-popup-wrapper {
57
58}
59
60.montage-popup-header {
61 background-color: whitesmoke;
62 border-bottom: 1px solid #eee;
63 padding: 5px 15px;
64}
65.montage-popup-footer {
66 background-color: whitesmoke;
67 padding: 10px 15px;
68 border-top: 1px solid #ddd;
69
70}