Browse Source

Adds the spinner libraries to the code, and adds some css values.

devel
Jonathan Rosenbaum 7 years ago
parent
commit
960296c856
  1. 4
      css/transactions.css
  2. 2
      include_header.html

4
css/transactions.css

@ -114,4 +114,8 @@ input[value=Save]:focus, input[value=Close]:focus {
margin-left: 10px;
}
#redeemable_hours {
display: none;
margin-left: 10px;
}

2
include_header.html

@ -26,6 +26,7 @@ function resetTimer()
<link href="css/css_yb_standard.css" rel="stylesheet" type="text/css" />
<link href="css/jquery.nouislider.css" rel="stylesheet" type="text/css" />
<link href="css/chosen.css" rel="stylesheet" type="text/css" />
<link href="css/ui/jquery-ui.css" rel="stylesheet" type="text/css" />
<script src="js/jquery-2.1.1.js"></script>
<script src="js/transaction.js"></script>
@ -37,6 +38,7 @@ function resetTimer()
<script src="js/chosen.jquery.js"></script>
<script src="js/jquery.liblink.js"></script>
<script src="js/wNumb.js"></script>
<script src="js/ui/jquery-ui.js"></script>
</head>

Loading…
Cancel
Save