PluginProbe
StreamCast – bring live radio to your site with a sleek player / 2.3.3
StreamCast – bring live radio to your site with a sleek player v2.3.3
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 / partials / _taxonomy.scss

_taxonomy.scss in StreamCast – bring live radio to your site with a sleek player 2.3.3, at admin/codestar-framework/assets/scss/partials/_taxonomy.scss

115 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * 06. Taxonomy
3 */
4 .csf-taxonomy{
5 max-width: 95%;
6
7 > .csf-field{
8 border-top: none !important;
9 }
10
11 > .csf-field-heading{
12 font-size: 1.1em;
13 padding: 20px !important;
14 border: 1px solid #ddd;
15 }
16
17 > .csf-field-subheading{
18 font-size: 12px;
19 padding: 15px !important;
20 border: 1px solid #ddd;
21 }
22
23 > .csf-field-submessage{
24
25 .csf-submessage{
26 padding: 15px;
27 border-left-width: 1px;
28 border-left-style: solid;
29 border-right-width: 1px;
30 border-right-style: solid;
31 }
32 }
33
34 > .csf-field-notice{
35 background-color: transparent;
36 }
37
38 .csf-section-title{
39 display: block;
40 padding: 15px ;
41 background-color: #f9f9f9;
42 border: 1px solid #e5e5e5;
43 box-shadow: 0 1px 1px rgba(0,0,0,0.04);
44 }
45 }
46
47 .csf-taxonomy-add-fields{
48
49 > .csf-field{
50 padding: 8px 0;
51
52 > .csf-title{
53 float: none;
54 width: 100%;
55 padding: 2px 2px 4px 0;
56
57 h4{
58 font-size: 12px;
59 font-weight: normal;
60 }
61 }
62
63 > .csf-fieldset{
64 float: none;
65 width: 100%;
66
67 > .csf-help{
68 right: -5px;
69 }
70 }
71 }
72
73 + p.submit{
74 margin-top: 0;
75 }
76 }
77
78 .csf-taxonomy-edit-fields{
79
80 > .csf-field{
81 padding: 20px 0;
82
83 > .csf-title{
84 width: 200px;
85
86 h4{
87 font-size: 14px;
88 font-weight: 600;
89 line-height: 1.3;
90 display: inline-block;
91 vertical-align: middle;
92 }
93 }
94
95 > .csf-fieldset{
96 width: calc(100% - 220px);
97
98 > .csf-help{
99 top: -5px;
100 right: -5px;
101 }
102 }
103 }
104
105 > .csf-field-submessage{
106 margin: 20px 0;
107 }
108
109 > .csf-field-subheading,
110 > .csf-field-heading{
111 margin: 20px 0;
112 border: 1px solid #ddd;
113 }
114 }
115