Style the command buttons, investigate why UI states are not being displayed

This commit is contained in:
M McWilliams 2018-01-30 05:05:50 -05:00
parent 9bbf2393b7
commit 51d2b00dee
2 changed files with 6 additions and 2 deletions

View File

@ -545,7 +545,9 @@ button:focus {
.cmd {
width: 240px;
text-align: center;
margin: 0 auto;
margin: 5px auto;
display: block;
font-size: 16px;
}
.cmd i {
float: left;

View File

@ -8,7 +8,9 @@
.cmd{
width: 240px;
text-align: center;
margin: 0 auto;
margin: 5px auto;
display: block;
font-size: 16px;
i{
float: left;
margin-right: 5px;