PluginProbe
Cool Timeline (Horizontal & Vertical Timeline) / trunk
Cool Timeline (Horizontal & Vertical Timeline) vtrunk
3.4.0 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 2.2.3 2.3.3 2.4 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.6.1 2.7.1 2.8.3 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7 2.9.8 2.9.9 3.0.0 All 79 releases
cool-timeline / admin / codestar-framework / assets / scss / partials / _widget.scss

_widget.scss in Cool Timeline (Horizontal & Vertical Timeline) trunk, at admin/codestar-framework/assets/scss/partials/_widget.scss

68 lines 840 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * 04. Widget
3 */
4 .csf-widgets{
5
6 > .csf-field{
7 position: relative;
8 top: -1px;
9 margin-left: -15px;
10 margin-right: -15px;
11 padding: 12px 15px;
12
13 .csf-title{
14 float: none;
15 width: 100%;
16 margin-bottom: 5px;
17 }
18
19 .csf-fieldset{
20 float: none;
21 width: 100%;
22 }
23 }
24
25 .csf-field-text input{
26 width: 100%;
27 }
28
29 .csf-field-notice .csf-notice{
30 padding: 15px;
31 }
32 }
33
34 .control-section{
35
36 .csf-widgets{
37
38 > .csf-field{
39 margin-left: -10px;
40 margin-right: -10px;
41 padding: 10px 12px;
42 }
43 }
44 }
45
46 .wp-block{
47
48 .csf-widgets{
49 font-size: 13px;
50
51 > .csf-field{
52 margin-left: -10px;
53 margin-right: -10px;
54
55 .button-primary{
56 color: #fff;
57 }
58
59 > .csf-title{
60
61 > h4{
62 font-size: 13px;
63 }
64 }
65 }
66 }
67 }
68