mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
This cleans up things a bit for spinner.
This commit is contained in:
@@ -114,8 +114,23 @@ input[value=Save]:focus, input[value=Close]:focus {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
/* spinner for volunteer hour redemption */
|
||||
#redeemable_hours {
|
||||
display: none;
|
||||
margin-left: 10px;
|
||||
font-size: .9em;
|
||||
width: 82px;
|
||||
height: 23px;
|
||||
}
|
||||
|
||||
.ui-spinner {
|
||||
display: none;
|
||||
margin-left: 10px;
|
||||
width: 85px;
|
||||
height: 26px;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-widget input {
|
||||
font-size: .9em;
|
||||
}
|
||||
Reference in New Issue
Block a user