SAAS-712: UI Improvements

This commit is contained in:
drigato 2015-04-09 09:43:15 -04:00
parent 78b2631980
commit 4429117f6a
6 changed files with 97 additions and 15 deletions

View file

@ -19,9 +19,12 @@
display: block;
}
#player_form {
width: 50%;
width: 40%;
margin: 0 auto;
}
#player_form dd {
margin-bottom: 10px;
}
#player_instructions {
border-bottom: 1px solid;
padding-bottom: 10px;
@ -30,6 +33,17 @@
color: #5b5b5b;
margin-bottom: 10px;
}
.player-checkbox {
clear: left;
color: #5b5b5b;
float: left;
font-size: 13px;
font-weight: bold;
margin: 0;
min-width: 90px;
padding: 4px 0;
text-align: left;
}