|
|
@@ -8,7 +8,7 @@
|
|
|
<link type="text/css" rel="Stylesheet" href="css/normalize.css" />
|
|
|
<link type="text/css" rel="Stylesheet" href="css/skeleton.css" />
|
|
|
<link type="text/css" rel="Stylesheet" href="css/formulario.css" />
|
|
|
- <link type="text/css" rel="Stylesheet" href="css/themes/bigbox.css" />
|
|
|
+ <link type="text/css" rel="Stylesheet" href="css/themes/original.css" />
|
|
|
<script src="js/rivets.bundled.min.js"></script>
|
|
|
<script src="js/humane.min.js"></script>
|
|
|
|
|
|
@@ -134,7 +134,7 @@
|
|
|
window.addEventListener('load', function() {
|
|
|
var elems = document.querySelectorAll('input'), i;
|
|
|
var spinner = document.getElementById("spinner");
|
|
|
- var bigbox = humane.create({baseCls: 'humane-bigbox', timeout: 1000})
|
|
|
+ var bigbox = humane.create({baseCls: 'humane-original', timeout: 150})
|
|
|
|
|
|
document.getElementById("button").onclick = send;
|
|
|
bigbox.error = bigbox.spawn({addnCls: 'humane-bigbox-error'})
|