aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/popup/popup.reel/popup.css
blob: a0af52ba5380e133b2c3fd746d17a860ec039218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/* <copyright>
 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
 (c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
 </copyright> */
/* these need to be moved to montage.css when that is created */
.montage-hide {
    display: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	

.montage-off-left {
    position: absolute;
    top: 0px;
    left: -10000px;
}

.montage-popup-modal-mask {
    position: fixed;
    background-color: #000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    z-index: 9000;
}

.montage-popup-container {
    background-color: #fff;
    border-radius: 5px;
    border: 3px solid #000;
    
}

.montage-popup-noborder {
    border: 0px;
}

.montage-modal {
    border: 3px solid #ccc;
}

.montage-popup-container *:focus {
    outline: none;
}

.montage-popup-wrapper {    
    
}

.montage-popup-header {
    background-color: whitesmoke;
    border-bottom: 1px solid #eee;
    padding: 5px 15px;
}
.montage-popup-footer {
    background-color: whitesmoke;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    
}