aboutsummaryrefslogtreecommitdiff
path: root/js/io/ui/new-file-dialog/new-file-location.reel
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-02-13 22:39:28 -0800
committerJose Antonio Marquez2012-02-13 22:39:28 -0800
commit5b6c62b7164cbde2845a3f7af810568e5ba53a6a (patch)
tree48237b0fd7286359aa7e585a6c144cc7fed1a43b /js/io/ui/new-file-dialog/new-file-location.reel
parent64f54ffcebf09c570972b91ea5fdb7fe7654e622 (diff)
downloadninja-5b6c62b7164cbde2845a3f7af810568e5ba53a6a.tar.gz
File IO UI tweaks
Making minor tweaks to the UI for file IO, will need to make much more at a later time.
Diffstat (limited to 'js/io/ui/new-file-dialog/new-file-location.reel')
-rwxr-xr-xjs/io/ui/new-file-dialog/new-file-location.reel/new-file-location.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.css b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.css
index 092ca626..e79082a6 100755
--- a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.css
+++ b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.css
@@ -7,11 +7,13 @@
7.newfileLocation .newFileName{ 7.newfileLocation .newFileName{
8 width:65%; 8 width:65%;
9 margin-left:5px; 9 margin-left:5px;
10 text-shadow: 1px 1px 1px #000;
10} 11}
11 12
12.newfileLocation .newFileDirectory{ 13.newfileLocation .newFileDirectory{
13 width:70%; 14 width:70%;
14 margin-left:5px; 15 margin-left:5px;
16 text-shadow: 1px 1px 1px #000;
15} 17}
16 18
17.newfileLocation .templateSelection{ 19.newfileLocation .templateSelection{
@@ -32,6 +34,7 @@
32.newfileLocation .locationSelection{ 34.newfileLocation .locationSelection{
33 float:left; 35 float:left;
34 width:75%; 36 width:75%;
37 text-shadow: 1px 1px 1px #000;
35} 38}
36 39
37.newfileLocation .locationSelection div{ 40.newfileLocation .locationSelection div{
@@ -41,6 +44,7 @@
41.newfileLocation .locationSelection input{ 44.newfileLocation .locationSelection input{
42 margin-left: 5px; 45 margin-left: 5px;
43 white-space: nowrap; 46 white-space: nowrap;
47 text-shadow: 1px 1px 1px #333;
44} 48}
45 49
46.newfileLocation .templatePx{ 50.newfileLocation .templatePx{
@@ -50,6 +54,7 @@
50 54
51.newfileLocation .nameText{ 55.newfileLocation .nameText{
52 margin-right:28px; 56 margin-right:28px;
57 text-shadow: 1px 1px 1px #000;
53} 58}
54 59
55.newfileLocation .hottextunit{ 60.newfileLocation .hottextunit{
@@ -58,5 +63,6 @@
58} 63}
59 64
60.newfileLocation .fileExtension{ 65.newfileLocation .fileExtension{
61 color:#d7d7d7; 66 color:#FFF;
67 text-shadow: 1px 1px 1px #000;
62} 68}