diff options
Diffstat (limited to 'js/io/workflow/save-as-dialog.reel/save-as-dialog.css')
-rw-r--r-- | js/io/workflow/save-as-dialog.reel/save-as-dialog.css | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/js/io/workflow/save-as-dialog.reel/save-as-dialog.css b/js/io/workflow/save-as-dialog.reel/save-as-dialog.css deleted file mode 100644 index 7082f485..00000000 --- a/js/io/workflow/save-as-dialog.reel/save-as-dialog.css +++ /dev/null | |||
@@ -1,66 +0,0 @@ | |||
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 | .saveAsDialog{ | ||
8 | font-size:12px; | ||
9 | width:450px; | ||
10 | height:150px; | ||
11 | padding-left: 15px; | ||
12 | padding-right: 15px; | ||
13 | background-color:#313131; | ||
14 | color: #ffffff; | ||
15 | } | ||
16 | |||
17 | .saveAsDialog .title{ | ||
18 | font-size:14px; | ||
19 | height:15px; | ||
20 | padding:5px; | ||
21 | text-align: center; | ||
22 | font-weight: bold; | ||
23 | color: #C1C1C1; | ||
24 | } | ||
25 | |||
26 | .saveAsDialog .locationSelection{ | ||
27 | border: 1px groove #000000; | ||
28 | overflow: auto; | ||
29 | height:38%; | ||
30 | padding: 15px; | ||
31 | background-color:#5f5f5f; | ||
32 | } | ||
33 | |||
34 | .saveAsDialog .newFileName{ | ||
35 | width:80%; | ||
36 | margin-left:5px; | ||
37 | } | ||
38 | |||
39 | .saveAsDialog .fileInputField .newFileDirectory{ | ||
40 | width: 80%; | ||
41 | } | ||
42 | |||
43 | .saveAsDialog .nameText{ | ||
44 | margin-right:10px; | ||
45 | } | ||
46 | |||
47 | .saveAsDialog .buttons{ | ||
48 | float:right; | ||
49 | margin-top: 10px; | ||
50 | } | ||
51 | |||
52 | .saveAsDialog .filename{ | ||
53 | margin-bottom: 10px; | ||
54 | } | ||
55 | |||
56 | .saveAsDialog .errorMsg{ | ||
57 | float:left; | ||
58 | margin-top: 7px; | ||
59 | } | ||
60 | .saveAsDialog .errorMsg span{ | ||
61 | color: #BF3B3B; | ||
62 | } | ||
63 | |||
64 | .saveAsDialog .fileInputField{ | ||
65 | margin-left:3px; | ||
66 | } \ No newline at end of file | ||