aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage-user/ui/popup/confirm.reel/confirm.css
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage-user/ui/popup/confirm.reel/confirm.css')
-rwxr-xr-xnode_modules/montage-user/ui/popup/confirm.reel/confirm.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/node_modules/montage-user/ui/popup/confirm.reel/confirm.css b/node_modules/montage-user/ui/popup/confirm.reel/confirm.css
new file mode 100755
index 00000000..959cf719
--- /dev/null
+++ b/node_modules/montage-user/ui/popup/confirm.reel/confirm.css
@@ -0,0 +1,17 @@
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-confirm-dialog {
8 min-width: 300px;
9 }
10 .montage-confirm-dialog .montage-confirm-content {
11 font-size: 1.3em;
12 padding: 15px;
13 }
14 .montage-confirm-dialog .montage-confirm-actions {
15 float: right;
16 }
17