diff --git a/app/assets/stylesheets/lib/filemanager.css b/app/assets/stylesheets/lib/filemanager.css index 036924c6..2cae212e 100644 --- a/app/assets/stylesheets/lib/filemanager.css +++ b/app/assets/stylesheets/lib/filemanager.css @@ -4,11 +4,32 @@ body > section { #panel_l { width: 80%; } +#panel_l .control-label { + margin-right: 10px; +} +#panel_l .controls { + margin-left: 0; +} #panel_r { width: 18%; padding-left: 2%; } +#panel_r .control-label { + float: none; + display: block; + text-align: center; +} .nav-pills { margin-bottom: 0; padding: 20px 20px 0; +} +.preview-area { + margin-bottom: 10px; +} +.input-area .control-label { + width: auto; +} +#filemanager .preview-area { + margin-bottom: 0; + text-align: center; } \ No newline at end of file diff --git a/app/views/admin/assets/index.html.erb b/app/views/admin/assets/index.html.erb index 8fcdf52c..ec622250 100644 --- a/app/views/admin/assets/index.html.erb +++ b/app/views/admin/assets/index.html.erb @@ -215,13 +215,21 @@
- +
+ +
- Search Box : - +
+
+ +
+ +
+
+