_widget.scss in StreamCast – bring live radio to your site with a sleek player 2.3.2, at admin/codestar-framework/assets/scss/vendor/_widget.scss
| 1 | /** |
| 2 | * 04. Widget |
| 3 | */ |
| 4 | .csf-widgets{ |
| 5 | |
| 6 | > .csf-field{ |
| 7 | position: relative; |
| 8 | top: -1px; |
| 9 | margin-right: -15px; |
| 10 | margin-left: -15px; |
| 11 | padding: 12px 15px; |
| 12 | |
| 13 | .csf-field{ |
| 14 | margin-left: 0; |
| 15 | margin-right: 0; |
| 16 | } |
| 17 | |
| 18 | .csf-title{ |
| 19 | float: none; |
| 20 | width: 100%; |
| 21 | margin-bottom: 5px; |
| 22 | } |
| 23 | |
| 24 | .csf-fieldset{ |
| 25 | float: none; |
| 26 | width: 100%; |
| 27 | } |
| 28 | } |
| 29 | |
| 30 | .csf-field-text input{ |
| 31 | width: 100%; |
| 32 | } |
| 33 | |
| 34 | .csf-field-notice .csf-notice{ |
| 35 | padding: 15px; |
| 36 | } |
| 37 | } |
| 38 | |
| 39 | .control-section{ |
| 40 | |
| 41 | .csf-widgets{ |
| 42 | |
| 43 | > .csf-field{ |
| 44 | margin-right: -10px; |
| 45 | margin-left: -10px; |
| 46 | padding: 10px 12px; |
| 47 | } |
| 48 | } |
| 49 | } |
| 50 |