Browse Source

Fix #354: Few styling enhancements to fileinput container and caption name

Kartik Visweswaran 9 years ago
parent
commit
01e5675f03
5 changed files with 2 additions and 2 deletions
  1. 1 0
      CHANGE.md
  2. 0 1
      css/fileinput.css
  3. 0 0
      css/fileinput.min.css
  4. 1 1
      js/fileinput.js
  5. 0 0
      js/fileinput.min.js

+ 1 - 0
CHANGE.md

@@ -8,6 +8,7 @@ Change Log: `bootstrap-fileinput`
 1. (enh #340): Receive `previewId` and `index` in extra data for individual thumbnail uploads (ajax).
 2. (enh #342): Add ability to modify extra data before ajax upload in `beforeSend` events.
 3. (enh #351): Updates to Ukranian & Russian translations.
+3. (enh #354): Few styling enhancements to fileinput container and caption name.
 
 ## version 4.2.3
 

+ 0 - 1
css/fileinput.css

@@ -54,7 +54,6 @@
 .file-caption-name {
     display: inline-block;
     overflow: hidden;
-    max-height: 20px;
     padding-right: 10px;
     word-break: break-all;
 }

File diff suppressed because it is too large
+ 0 - 0
css/fileinput.min.css


+ 1 - 1
js/fileinput.js

@@ -2051,7 +2051,7 @@
         },
         createContainer: function () {
             var self = this,
-                $container = $(document.createElement("span"))
+                $container = $(document.createElement("div"))
                     .attr({"class": 'file-input file-input-new'})
                     .html(self.renderMain());
             self.$element.before($container);

File diff suppressed because it is too large
+ 0 - 0
js/fileinput.min.js


Some files were not shown because too many files changed in this diff