aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/popup/alert.reel/alert.css
blob: 6dee8b6a86486da4ea39006e442dd06fee2f8bf8 (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
/* <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> */
 
.montage-alert-dialog {
    min-width: 300px;
} 
.montage-alert-dialog .montage-alert-content {
    font-size: 1.3em;
    padding: 15px;
    
}
.montage-alert-dialog .montage-alert-actions {
    float: right;
}

/*
 
.montage-alert-dialog {
    font-family: "AG Buch BQ Regular", "AG Buch BQ", Helvetica, Arial, sans-serif;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 5px;
    margin: 0;
    padding: 0px 3px;
}

.montage-alert-dialog .header {
    height: 25px;
    color: #fff;
}

.montage-alert-dialog .header h4 {
    margin: 10px 0;
    font-weight: normal;
}

.montage-alert-dialog .content {
    text-align: center;
    margin: 5px 0;
    background-color: #e6e6e6;
    padding: 10px;
}

.montage-alert-dialog .msg-container {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.montage-alert-dialog .msg {
    font-size: 18pt;
    font-weight: normal;
}

.montage-alert-dialog .msg-detail {
    font-size: 12pt;
    font-weight: normal;
    color: #cccccc;
}

.montage-alert-dialog .action-container {
    padding: 10px 0;
}
*/