mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 17:03:22 -05:00
Adds the spinner libraries to the code, and adds some css values.
This commit is contained in:
parent
9f263a68d6
commit
960296c856
@ -114,4 +114,8 @@ input[value=Save]:focus, input[value=Close]:focus {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#redeemable_hours {
|
||||
display: none;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
|
@ -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…
x
Reference in New Issue
Block a user