From 8f0e576f99fc156b14a380bc5ac2e289654c7e97 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 31 Jan 2014 19:02:25 +0200 Subject: [PATCH] Files Manager Improvements - Bootstrap: fileinput.js v3.0.0-p7 #94 --- plugins/box/filesmanager/css/style.css | 11 ++++++++ .../filesmanager/views/backend/index.view.php | 25 ++++++++++--------- 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/plugins/box/filesmanager/css/style.css b/plugins/box/filesmanager/css/style.css index cb0f5bf..653f7e4 100644 --- a/plugins/box/filesmanager/css/style.css +++ b/plugins/box/filesmanager/css/style.css @@ -43,3 +43,14 @@ .upload-file-pholder { padding-top: 5px; } + +.file-size-max-upload { + color: #ccc; + text-decoration: none; +} + +.file-size-max-upload:hover { + color: #ccc; + cursor: default; + text-decoration: none; +} \ No newline at end of file diff --git a/plugins/box/filesmanager/views/backend/index.view.php b/plugins/box/filesmanager/views/backend/index.view.php index 610712f..c5127c4 100755 --- a/plugins/box/filesmanager/views/backend/index.view.php +++ b/plugins/box/filesmanager/views/backend/index.view.php @@ -12,25 +12,26 @@ ); ?>
-
- - 'btn btn-primary')). - Form::close() - ) - ?> - - × +
+ + 'btn btn-primary')). + Form::close() + ) + ?> + + ×
+
-