PluginProbe
FV Player 8 / trunk
FV Player 8 vtrunk
trunk 8.0.18 8.0.19 8.0.20 8.0.21 8.0.25 8.0.27 8.1 8.1.3
fv-player / includes / fv-player-wizard-base.css

fv-player-wizard-base.css in FV Player 8 trunk, at includes/fv-player-wizard-base.css

31 lines 647 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }