aboutsummaryrefslogtreecommitdiff
path: root/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css
diff options
context:
space:
mode:
authorValerio Virgillito2012-07-09 14:35:44 -0700
committerValerio Virgillito2012-07-09 14:35:44 -0700
commit84b3327bd92faafab7954b5eb64c7abe24a3fe13 (patch)
tree3f56cbed2f08c5a81ea79eaf0bcb9bd031d8a627 /js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css
parentc0a42c56f768a873ba637f5b86d5f6a84d4a3312 (diff)
parent40c6eb2c06b34f65a74d59ef9687251952858bab (diff)
downloadninja-84b3327bd92faafab7954b5eb64c7abe24a3fe13.tar.gz
Merge branch 'normalize' of https://github.com/kriskowal/ninja-internal
Conflicts: js/components/gradientpicker.reel/gradientpicker.js js/components/tools-properties/text-properties.reel/text-properties.js js/document/views/base.js js/document/views/design.js js/helper-classes/3D/StageLine.js js/helper-classes/3D/draw-utils.js js/lib/drawing/world.js js/lib/geom/circle.js js/lib/geom/line.js js/lib/geom/rectangle.js js/lib/geom/shape-primitive.js js/lib/rdge/materials/bump-metal-material.js js/lib/rdge/materials/flag-material.js js/lib/rdge/materials/fly-material.js js/lib/rdge/materials/julia-material.js js/lib/rdge/materials/keleidoscope-material.js js/lib/rdge/materials/mandel-material.js js/lib/rdge/materials/material.js js/lib/rdge/materials/plasma-material.js js/lib/rdge/materials/pulse-material.js js/lib/rdge/materials/radial-gradient-material.js js/lib/rdge/materials/taper-material.js js/lib/rdge/materials/twist-vert-material.js js/lib/rdge/materials/water-material.js js/panels/Materials/materials-library-panel.reel/materials-library-panel.html js/panels/Materials/materials-library-panel.reel/materials-library-panel.js js/panels/Materials/materials-popup.reel/materials-popup.html js/panels/Materials/materials-popup.reel/materials-popup.js js/tools/LineTool.js Signed-off-by: Valerio Virgillito <valerio@motorola.com>
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;