aboutsummaryrefslogtreecommitdiff
path: root/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css')
-rwxr-xr-xjs/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css
index 10dd277d..8a3064c1 100755
--- a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css
+++ b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css
@@ -38,7 +38,7 @@ POSSIBILITY OF SUCH DAMAGE.
38 color:#ffffff; 38 color:#ffffff;
39 font-family: 'Droid Sans', sans-serif; 39 font-family: 'Droid Sans', sans-serif;
40 border-radius: 8px; 40 border-radius: 8px;
41 box-shadow: 0px 0px 8px rgba(0, 0, 0, .8); 41 box-shadow: 0px 0px 8px rgba(0, 0, 0, .8);
42} 42}
43 43
44.newfile .title{ 44.newfile .title{
@@ -47,8 +47,8 @@ POSSIBILITY OF SUCH DAMAGE.
47 padding:5px; 47 padding:5px;
48 text-align: center; 48 text-align: center;
49 text-transform: uppercase; 49 text-transform: uppercase;
50 font-weight: normal; 50 font-weight: normal;
51 text-shadow: 1px 1px 1px #000; 51 text-shadow: 1px 1px 1px #000;
52} 52}
53 53
54.newfile .container{ 54.newfile .container{
@@ -84,7 +84,7 @@ POSSIBILITY OF SUCH DAMAGE.
84 84
85.newfile .right-bottom{ 85.newfile .right-bottom{
86 border: 1px solid #000000; 86 border: 1px solid #000000;
87 border-left: none; 87 border-left: none;
88 overflow: auto; 88 overflow: auto;
89 height:42%; 89 height:42%;
90 padding: 15px; 90 padding: 15px;
@@ -95,8 +95,8 @@ POSSIBILITY OF SUCH DAMAGE.
95 padding:5px; 95 padding:5px;
96 text-align: center; 96 text-align: center;
97 text-transform: uppercase; 97 text-transform: uppercase;
98 font-weight: normal; 98 font-weight: normal;
99 text-shadow: 1px 1px 1px #000; 99 text-shadow: 1px 1px 1px #000;
100} 100}
101 101
102.newfile .buttons{ 102.newfile .buttons{
@@ -130,7 +130,7 @@ POSSIBILITY OF SUCH DAMAGE.
130} 130}
131 131
132.newfile .atreeItem { 132.newfile .atreeItem {
133 text-shadow: 1px 1px 1px #000; 133 text-shadow: 1px 1px 1px #000;
134} 134}
135 135
136.newfile .atreeItem .name{ 136.newfile .atreeItem .name{
@@ -163,13 +163,13 @@ POSSIBILITY OF SUCH DAMAGE.
163} 163}
164 164
165.newfile .buttons button { 165.newfile .buttons button {
166 float: left; 166 float: left;
167 width: 100px; 167 width: 100px;
168 margin-top: 3px; 168 margin-top: 3px;
169} 169}
170 170
171.newfile .okButton{ 171.newfile .okButton{
172 margin: 0px 18px 0px 8px; 172 margin: 0px 18px 0px 8px;
173 /* 173 /*
174margin-right:25px; 174margin-right:25px;
175 -webkit-box-align: center; 175 -webkit-box-align: center;