| 1 |
/** |
| 2 |
* 08. Nav Menu |
| 3 |
*/ |
| 4 |
.csf-nav-menu-options{ |
| 5 |
clear: both; |
| 6 |
float: left; |
| 7 |
width: 100%; |
| 8 |
|
| 9 |
> .csf-fields{ |
| 10 |
margin-left: -10px; |
| 11 |
margin-top: 10px; |
| 12 |
margin-bottom: 10px; |
| 13 |
border-top: 1px solid #eee; |
| 14 |
border-bottom: 1px solid #eee; |
| 15 |
|
| 16 |
> .csf-field{ |
| 17 |
padding: 12px 14px 12px 12px; |
| 18 |
|
| 19 |
.csf-title{ |
| 20 |
float: none; |
| 21 |
width: 100%; |
| 22 |
margin-bottom: 5px; |
| 23 |
} |
| 24 |
|
| 25 |
.csf-fieldset{ |
| 26 |
float: none; |
| 27 |
width: 100%; |
| 28 |
} |
| 29 |
} |
| 30 |
} |
| 31 |
|
| 32 |
.csf-field-text input{ |
| 33 |
width: 100%; |
| 34 |
} |
| 35 |
|
| 36 |
.csf-field-notice .csf-notice{ |
| 37 |
padding: 15px; |
| 38 |
} |
| 39 |
} |
| 40 |
|
| 41 |
.csf-nav-menu-title{ |
| 42 |
padding: 12px 14px 12px 12px; |
| 43 |
background-color: #f5f5f5; |
| 44 |
border-top: 1px solid #eee; |
| 45 |
border-bottom: 1px solid #eee; |
| 46 |
|
| 47 |
&:first-child{ |
| 48 |
border-top: 0; |
| 49 |
} |
| 50 |
|
| 51 |
h4{ |
| 52 |
margin: 0; |
| 53 |
padding: 0; |
| 54 |
color: #23282d; |
| 55 |
} |
| 56 |
} |
| 57 |
|
| 58 |
.csf-nav-menu-icon{ |
| 59 |
margin-right: 5px; |
| 60 |
} |
| 61 |
|