Pārlūkot izejas kodu

Upgrade to release v4.1.4

Kartik Visweswaran 10 gadi atpakaļ
vecāks
revīzija
a53b867894
4 mainītis faili ar 10 papildinājumiem un 3 dzēšanām
  1. 2 1
      CHANGE.md
  2. 6 0
      css/fileinput.css
  3. 0 0
      css/fileinput.min.css
  4. 2 2
      examples/index.html

+ 2 - 1
CHANGE.md

@@ -7,7 +7,8 @@ version 4.1.4
 3. (enh #90): New event `filebatchpreupload` for both synchronous and asynchronous batch uploads.
 4. (enh #91): Pass FileReader instance with outData in events.
 5. (enh #92): Realign event triggering timing for batch uploads to ensure outData is available.
-6. Code cleanup with reusable methods for event raising and outData generation.
+6. (enh #93): Better styling of file upload icon indicators in thumbnails.
+7. Code cleanup with reusable methods for event raising and outData generation.
 
 version 4.1.3
 =============

+ 6 - 0
css/fileinput.css

@@ -157,6 +157,12 @@
     cursor: default;
 }
 
+.file-upload-indicator:hover {
+    font-size: 1.2em;
+    font-weight: bold;
+    padding-top: 0;
+}
+
 .file-drop-zone {
     border:1px dashed #aaa;
     border-radius: 4px;

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
css/fileinput.min.css


+ 2 - 2
examples/index.html

@@ -4,11 +4,11 @@
     <head>
         <meta charset="UTF-8"/>
         <title>Krajee JQuery Plugins - &copy; Kartik</title>
-        <link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet">
+        <link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
         <link href="../css/fileinput.css" media="all" rel="stylesheet" type="text/css" />
         <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
         <script src="../js/fileinput.js" type="text/javascript"></script>
-        <script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js" type="text/javascript"></script>
+        <script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
     </head>
     <body>
         <div class="container">

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels