Style the command buttons, investigate why UI states are not being displayed
This commit is contained in:
parent
9bbf2393b7
commit
51d2b00dee
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue