aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage-user/ui/popup/alert.reel/alert.css
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage-user/ui/popup/alert.reel/alert.css')
-rwxr-xr-xnode_modules/montage-user/ui/popup/alert.reel/alert.css67
1 files changed, 67 insertions, 0 deletions
diff --git a/node_modules/montage-user/ui/popup/alert.reel/alert.css b/node_modules/montage-user/ui/popup/alert.reel/alert.css
new file mode 100755
index 00000000..70df5033
--- /dev/null
+++ b/node_modules/montage-user/ui/popup/alert.reel/alert.css
@@ -0,0 +1,67 @@
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
7.montage-alert-dialog {
8 min-width: 300px;
9}
10.montage-alert-dialog .montage-alert-content {
11 font-size: 1.3em;
12 padding: 15px;
13
14}
15.montage-alert-dialog .montage-alert-actions {
16 float: right;
17}
18
19/*
20
21.montage-alert-dialog {
22 font-family: "AG Buch BQ Regular", "AG Buch BQ", Helvetica, Arial, sans-serif;
23 background-color: #333;
24 border: 1px solid #333;
25 border-radius: 5px;
26 margin: 0;
27 padding: 0px 3px;
28}
29
30.montage-alert-dialog .header {
31 height: 25px;
32 color: #fff;
33}
34
35.montage-alert-dialog .header h4 {
36 margin: 10px 0;
37 font-weight: normal;
38}
39
40.montage-alert-dialog .content {
41 text-align: center;
42 margin: 5px 0;
43 background-color: #e6e6e6;
44 padding: 10px;
45}
46
47.montage-alert-dialog .msg-container {
48 padding: 10px 0;
49 border-bottom: 1px solid #ccc;
50}
51
52.montage-alert-dialog .msg {
53 font-size: 18pt;
54 font-weight: normal;
55}
56
57.montage-alert-dialog .msg-detail {
58 font-size: 12pt;
59 font-weight: normal;
60 color: #cccccc;
61}
62
63.montage-alert-dialog .action-container {
64 padding: 10px 0;
65}
66*/
67