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