PluginProbe
StreamCast – bring live radio to your site with a sleek player / 2.2.5
StreamCast – bring live radio to your site with a sleek player v2.2.5
2.4.5 2.4.4 trunk 1.0 1.1 2.0.0 2.1.10 2.1.2 2.1.4 2.1.5 2.1.8 2.2.1 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 All 29 releases
streamcast / admin / codestar-framework / assets / scss / vendor / _customizer.scss

_customizer.scss in StreamCast – bring live radio to your site with a sleek player 2.2.5, at admin/codestar-framework/assets/scss/vendor/_customizer.scss

180 lines 2.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * 05. Widget
3 */
4 .control-section{
5
6 .csf-field{
7 padding: 0;
8
9 .csf-title{
10 float: none;
11 width: 100%;
12 margin-bottom: 6px;
13
14 h4{
15 display: block;
16 font-size: 13px;
17 line-height: 1;
18 font-weight: 600;
19 color: inherit;
20 }
21 }
22
23 .csf-fieldset{
24 float: none;
25 width: 100%;
26 }
27 }
28
29 .csf-help{
30 top: -5px;
31 right: -5px;
32 }
33
34 .csf-field-select select{
35 width: 100%;
36 }
37
38 .csf-field-heading{
39 color: inherit;
40 font-size: 14px;
41 line-height: 1em;
42 margin-right: -15px;
43 margin-left: -15px;
44 padding: 15px;
45 }
46
47 .csf-field-subheading{
48 color: inherit;
49 font-size: 11px;
50 margin-right: -15px;
51 margin-left: -15px;
52 padding: 10px 15px;
53 }
54
55 .csf-subtitle-text{
56 margin-top: 4px;
57 font-size: 12px;
58 }
59
60 .csf-field-submessage .csf-submessage{
61 margin-right: -15px;
62 margin-left: -15px;
63 padding: 15px;
64 }
65
66 .csf-fieldset{
67
68 .csf-field-submessage .csf-submessage,
69 .csf-field-heading,
70 .csf-field-subheading{
71 margin-left: 0;
72 margin-right: 0;
73 }
74 }
75
76 .csf-field-date{
77
78 .csf--to{
79 margin-left: 0;
80 }
81 }
82
83 .csf-field-sorter{
84
85 ul li{
86 padding: 5px;
87 }
88
89 .csf-modules{
90 float: none;
91 width: 100%;
92 }
93
94 .csf-modules:first-child{
95 padding-right: 0;
96 padding-bottom: 15px;
97 }
98 }
99
100 .csf-field-background{
101
102 .csf--background-attributes{
103 flex-direction: column;
104 }
105 }
106
107 .csf-field-spacing{
108 input{
109 width: 90px;
110 }
111 }
112
113 .csf-field-border{
114
115 .csf--input{
116 flex: 1 50%;
117 }
118
119 input,
120 select{
121 width: 100%;
122 }
123 }
124
125 .csf-field-spinner{
126 input{
127 width: 50px;
128 }
129 }
130
131 .csf-field-number{
132
133 .csf--wrap{
134 width: 100%;
135 }
136 }
137
138 .csf-field-backup{
139
140 .csf-export-data{
141 display: none;
142 }
143 }
144
145 .csf-field-fieldset{
146
147 .csf-fieldset-content{
148 border-color: #e5e5e5;
149 }
150 }
151
152 .csf-tabbed-content,
153 .csf-sortable-content,
154 .csf-repeater-content,
155 .csf-fieldset-content,
156 .csf-cloneable-content,
157 .csf-accordion-content{
158
159 > .csf-field{
160 padding: 10px;
161
162 .csf-title{
163 margin-bottom: 5px;
164 }
165
166 h4{
167 font-size: 12px;
168 }
169 }
170 }
171
172 .csf-depend-hidden.csf-depend-on{
173 display: none !important;
174 }
175
176 .csf-depend-visible.csf-depend-on{
177 border-top: 0 !important;
178 }
179 }
180