| 1 |
.form-table.fv-player-wizard-step p { |
| 2 |
margin: 1em 0; |
| 3 |
} |
| 4 |
.form-table.fv-player-wizard-step p:last-child { |
| 5 |
margin-bottom: 0; |
| 6 |
} |
| 7 |
.form-table.fv-player-wizard-step p:first-child { |
| 8 |
margin-bottom: 1em; |
| 9 |
} |
| 10 |
.form-table.fv-player-wizard-step img { |
| 11 |
max-width: 100%; |
| 12 |
} |
| 13 |
|
| 14 |
.fv-player-wizard-step tr td:first-child { |
| 15 |
width: 17em; |
| 16 |
} |
| 17 |
|
| 18 |
.field-notice, .field-error { |
| 19 |
background: #fff; |
| 20 |
border-left: 4px solid #fff; |
| 21 |
box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 ); |
| 22 |
display: inline-block; |
| 23 |
margin: 2px 5px; |
| 24 |
padding: 1px 12px; |
| 25 |
} |
| 26 |
.field-notice { |
| 27 |
border-left-color: #46b450; |
| 28 |
} |
| 29 |
.field-error { |
| 30 |
border-left-color: #dc3232; |
| 31 |
} |