Ver Fonte

Fixed padding

Previnash Wong há 8 anos atrás
pai
commit
36ed9dba9b

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
docs/demo/awselect/js/awselect.min.js


+ 1 - 1
package/js/awselect.js

@@ -89,7 +89,7 @@ awselect_count = 0; // used for generating sequential ID for <select> that does
         awselect_html += '<i class = "icon">' + icon(placeholder_color) + "</i>";
         awselect_html += "</div>";
         awselect_html += "</div>";
-        awselect_html += '<div style="padding:' + vertical_padding + '" 0" class = "back_face"><ul style="color:' + option_color + '">';
+        awselect_html += '<div style="padding:' + vertical_padding + ' 0;" class = "back_face"><ul style="color:' + option_color + '">';
         awselect_html += options_html;
         awselect_html += "</ul></div>";
         awselect_html += "</div>";

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
package/js/awselect.min.js


Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff