# fv-player/trunk/includes/fv-player-wizard-base.css

FV Player 8, version trunk. 31 lines.

- Page: https://pluginprobe.com/plugins/fv-player/trunk/code/includes/fv-player-wizard-base.css
- Raw: https://pluginprobe.com/plugins/fv-player/trunk/raw/includes/fv-player-wizard-base.css
- Modified: 2024-08-06T09:08:48+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fv-player/trunk/code/includes/fv-player-wizard-base.css#L10-L20`.

```css
.form-table.fv-player-wizard-step p {
  margin: 1em 0;
}
.form-table.fv-player-wizard-step p:last-child {
  margin-bottom: 0;
}
.form-table.fv-player-wizard-step p:first-child {
  margin-bottom: 1em;
}
.form-table.fv-player-wizard-step img {
  max-width: 100%;
}

.fv-player-wizard-step tr td:first-child {
  width: 17em;
}

.field-notice, .field-error  {
  background: #fff;
  border-left: 4px solid #fff;
  box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
  display: inline-block;
  margin: 2px 5px;
  padding: 1px 12px;
}
.field-notice {
  border-left-color: #46b450;
}
.field-error  {
  border-left-color: #dc3232;
}
```
