1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Bootswitch styling.

This commit is contained in:
Cameron
2017-02-10 09:16:40 -08:00
parent 503fa926ac
commit a631bd5195
4 changed files with 26 additions and 4 deletions

View File

@@ -454,7 +454,7 @@ $(document).ready(function()
});
// run tips on .field-help
$("div.tbox,div.checkboxes,input,textarea,select,label,.e-tip").each(function(c) {
$("div.tbox,div.checkboxes,input,textarea,select,label,.e-tip,div.form-control").each(function(c) {
var t = $(this).nextAll(".field-help");
@@ -484,6 +484,7 @@ $(document).ready(function()
html: true,
opacity: 1.0,
placement: placement,
container: 'body',
delay: { show: 300, hide: 600 }
});