basic updates to UI, some js clean-up (moving some literals into goatConstants)

This commit is contained in:
Jason White
2014-08-30 21:33:20 -04:00
parent 1c72097c24
commit d414d1a5e4
5 changed files with 25 additions and 9 deletions

View File

@ -747,4 +747,10 @@ fieldset[disabled] .btn-warning.active {
#buttonPanel {
padding:3px;
width:auto;
}
#topLinks {
float:right;
margin-right:5px;
margin-top:3px;
}