From 648ee61ae84216d0236e0dbc211addc13b2cfa3a Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:52:06 -0700 Subject: Expand tabs --- .../new-file-options-navigator.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css') 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..1ea9fab5 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. color:#ffffff; font-family: 'Droid Sans', sans-serif; border-radius: 8px; - box-shadow: 0px 0px 8px rgba(0, 0, 0, .8); + box-shadow: 0px 0px 8px rgba(0, 0, 0, .8); } .newfile .title{ @@ -47,8 +47,8 @@ POSSIBILITY OF SUCH DAMAGE. padding:5px; text-align: center; text-transform: uppercase; - font-weight: normal; - text-shadow: 1px 1px 1px #000; + font-weight: normal; + text-shadow: 1px 1px 1px #000; } .newfile .container{ @@ -84,7 +84,7 @@ POSSIBILITY OF SUCH DAMAGE. .newfile .right-bottom{ border: 1px solid #000000; - border-left: none; + border-left: none; overflow: auto; height:42%; padding: 15px; @@ -95,8 +95,8 @@ POSSIBILITY OF SUCH DAMAGE. padding:5px; text-align: center; text-transform: uppercase; - font-weight: normal; - text-shadow: 1px 1px 1px #000; + font-weight: normal; + text-shadow: 1px 1px 1px #000; } .newfile .buttons{ @@ -130,7 +130,7 @@ POSSIBILITY OF SUCH DAMAGE. } .newfile .atreeItem { - text-shadow: 1px 1px 1px #000; + text-shadow: 1px 1px 1px #000; } .newfile .atreeItem .name{ @@ -163,13 +163,13 @@ POSSIBILITY OF SUCH DAMAGE. } .newfile .buttons button { - float: left; - width: 100px; - margin-top: 3px; + float: left; + width: 100px; + margin-top: 3px; } .newfile .okButton{ - margin: 0px 18px 0px 8px; + margin: 0px 18px 0px 8px; /* margin-right:25px; -webkit-box-align: center; -- cgit v1.2.3 From 6803c0abd279fcb640c38b3881b751bab982cbe0 Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 12:42:16 -0700 Subject: Remove trailing spaces --- .../new-file-options-navigator.reel/new-file-options-navigator.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css') 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 1ea9fab5..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 @@ -169,7 +169,7 @@ POSSIBILITY OF SUCH DAMAGE. } .newfile .okButton{ - margin: 0px 18px 0px 8px; + margin: 0px 18px 0px 8px; /* margin-right:25px; -webkit-box-align: center; -- cgit v1.2.3