소스 검색

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

Kartik Visweswaran 9 년 전
부모
커밋
01e5675f03
5개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;
 }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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);

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
js/fileinput.min.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.