_auto-install.scss in Tiered Pricing Table for WooCommerce 2.2.0, at freemius/assets/scss/admin/_auto-install.scss
| 1 | .fs-modal-auto-install |
| 2 | { |
| 3 | $max-width: 300px; |
| 4 | |
| 5 | #request-filesystem-credentials-form |
| 6 | { |
| 7 | h2, |
| 8 | .request-filesystem-credentials-action-buttons |
| 9 | { |
| 10 | display: none; |
| 11 | } |
| 12 | |
| 13 | input[type=password]=password], |
| 14 | input[type=email]=email], |
| 15 | input[type=text]=text] |
| 16 | { |
| 17 | -webkit-appearance: none; |
| 18 | padding: 10px 10px 5px 10px; |
| 19 | width: $max-width; |
| 20 | max-width: 100%; |
| 21 | } |
| 22 | |
| 23 | > div, |
| 24 | label, |
| 25 | fieldset |
| 26 | { |
| 27 | width: $max-width; |
| 28 | max-width: 100%; |
| 29 | margin: 0 auto; |
| 30 | display: block; |
| 31 | } |
| 32 | } |
| 33 | } |