diff options
author | Jose Antonio Marquez | 2012-02-14 20:48:40 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-14 20:48:40 -0800 |
commit | 68ce64a5a2f4a71b54d33916aaf1d57161302425 (patch) | |
tree | b0fe3c0adb7434206fd79dfd6174994546a8d5c4 /js/components/ui/FilePicker/pickerNavigator.reel | |
parent | 93c8f327d662a7693d1d6ca050a0efd15ebc18ed (diff) | |
download | ninja-68ce64a5a2f4a71b54d33916aaf1d57161302425.tar.gz |
Reverting text/html document classes and setting up MVC folder structure
Setting up the folder structure for the proposed set up for documents in Ninja. Reverted to have a temp HTML/Text document class. Tweak some UI for file pickers.
Diffstat (limited to 'js/components/ui/FilePicker/pickerNavigator.reel')
-rw-r--r-- | js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.css b/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.css index 9c85c6b5..796c283f 100644 --- a/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.css +++ b/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.css | |||
@@ -6,7 +6,7 @@ | |||
6 | 6 | ||
7 | .picker{ | 7 | .picker{ |
8 | font-size:12px; | 8 | font-size:12px; |
9 | width:510px; | 9 | width:523px; |
10 | height:500px; | 10 | height:500px; |
11 | padding-top:15px; | 11 | padding-top:15px; |
12 | padding-left:15px; | 12 | padding-left:15px; |
@@ -53,6 +53,7 @@ | |||
53 | height:75%; | 53 | height:75%; |
54 | width:auto; | 54 | width:auto; |
55 | border-right: none; | 55 | border-right: none; |
56 | margin: 8px 0px 0px 8px; | ||
56 | } | 57 | } |
57 | 58 | ||
58 | .picker .right-bottom{ | 59 | .picker .right-bottom{ |