| 1 |
|
| 2 |
.network_tab { |
| 3 |
|
| 4 |
.network_selection { |
| 5 |
max-width: 340px; |
| 6 |
width: 200px; |
| 7 |
display: inline-block; |
| 8 |
margin-right: 30px; |
| 9 |
|
| 10 |
li { |
| 11 |
padding: 8px; |
| 12 |
background-color: #effff7; |
| 13 |
border: 1px solid #ccc; |
| 14 |
font-weight: 700; |
| 15 |
font-size: 14px; |
| 16 |
cursor: pointer; |
| 17 |
position: relative; |
| 18 |
|
| 19 |
.active { float: right; } |
| 20 |
|
| 21 |
.mb-icon { |
| 22 |
font-size: 18px; |
| 23 |
margin-right: 12px; |
| 24 |
width: 30px; |
| 25 |
line-height: 25px; |
| 26 |
vertical-align: middle; |
| 27 |
} |
| 28 |
img { width: 20px; |
| 29 |
height: auto; |
| 30 |
vertical-align: middle; |
| 31 |
margin-right: 12px; |
| 32 |
} |
| 33 |
|
| 34 |
.label { |
| 35 |
vertical-align: middle; |
| 36 |
line-height: 25px; |
| 37 |
} |
| 38 |
|
| 39 |
} // li |
| 40 |
.maxajax-load-spinner |
| 41 |
{ |
| 42 |
position: relative; |
| 43 |
float: right; |
| 44 |
margin-top: -35px; |
| 45 |
} |
| 46 |
|
| 47 |
} |
| 48 |
|
| 49 |
form.mb-ajax-form { |
| 50 |
display: inline; |
| 51 |
} |
| 52 |
.network_editor { |
| 53 |
width: 70%; |
| 54 |
max-width: 640px; |
| 55 |
vertical-align: top; |
| 56 |
display: inline-block; |
| 57 |
margin-top: 42px; |
| 58 |
|
| 59 |
.return_default { |
| 60 |
float: right; |
| 61 |
cursor: pointer; |
| 62 |
} |
| 63 |
input[name="label"]="label""] |
| 64 |
{ |
| 65 |
font-weight: 400; |
| 66 |
} |
| 67 |
.load-error { |
| 68 |
font-size: 14px; |
| 69 |
border-left: 4px solid #ff0000; |
| 70 |
padding: 8px 0 8px 16px; |
| 71 |
} |
| 72 |
.inside { |
| 73 |
padding: 20px; |
| 74 |
.the_switch { |
| 75 |
margin-top: 5px; |
| 76 |
} |
| 77 |
} |
| 78 |
.customnetwork_select{ |
| 79 |
p.cns-toolbar { |
| 80 |
padding: 8px 0; |
| 81 |
display: inline-block; |
| 82 |
margin: 15px 0; |
| 83 |
width: 100%; |
| 84 |
line-height: 30px; |
| 85 |
|
| 86 |
.selected { |
| 87 |
font-weight: 700; |
| 88 |
margin-right: 8px; |
| 89 |
font-size: 18px; |
| 90 |
vertical-align: middle; |
| 91 |
|
| 92 |
} |
| 93 |
button { |
| 94 |
float: right; |
| 95 |
margin-right: 35px; |
| 96 |
vertical-align: middle; |
| 97 |
} |
| 98 |
} |
| 99 |
ul |
| 100 |
li.the_network { |
| 101 |
background-color: #ffeffe; |
| 102 |
padding: 12px 8px; |
| 103 |
font-size: 16px; |
| 104 |
margin-bottom: 15px; |
| 105 |
border: 1px solid #ccc; |
| 106 |
cursor: pointer; |
| 107 |
&.selected { |
| 108 |
box-shadow: 2px 2px 2px #0073aa; |
| 109 |
border: 3px solid #0073aa; |
| 110 |
} |
| 111 |
.mb-icon, img { |
| 112 |
margin-right: 25px; |
| 113 |
vertical-align: middle; |
| 114 |
} |
| 115 |
.is_imported { |
| 116 |
font-size: 12px; |
| 117 |
float: right; |
| 118 |
color: green; |
| 119 |
|
| 120 |
} |
| 121 |
} // ul |
| 122 |
|
| 123 |
} // customnetwork_select |
| 124 |
.option select { |
| 125 |
width: auto; |
| 126 |
} |
| 127 |
.the_icon_preview { |
| 128 |
min-width: 30px; |
| 129 |
min-height: 30px; |
| 130 |
} |
| 131 |
|
| 132 |
.option.save_network { |
| 133 |
margin: 25px 0; |
| 134 |
|
| 135 |
} |
| 136 |
} |
| 137 |
|
| 138 |
} |
| 139 |
|