PluginProbe
Easy Bootstrap Shortcode / 4.4
Easy Bootstrap Shortcode v4.4
trunk 2.4.0 2.5 3.4 3.5 3.6 3.7 4.0.0 4.4 4.5 4.5.4 5.0.0 5.0.1 5.0.2
easy-bootstrap-shortcodes / styles / bootstrap_admin.css

bootstrap_admin.css in Easy Bootstrap Shortcode 4.4, at styles/bootstrap_admin.css

235 lines 4.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .oscitas-container .form-table {
2
3 border: 1px solid #9E9EA0;
4
5 }
6 .oscitas-container .form-table th {
7
8 font-weight: bold;
9
10 }
11 #oscitas-form-iconhead .form-table th {
12
13 width: 120px
14 }
15 .oscitas-container .form-table tr:nth-child(odd) {
16
17 background: #D6D6D6;
18
19 }
20 .oscitas-container .form-table tr: nth-child(even) {
21
22 background: #F0F0F0;
23
24 }
25 .oscitas-container .form-table td {
26
27 border-left: 1px solid #AAAAAE;
28 padding: 10px;
29 min-width: 150px;
30
31 }
32 #oscitas-form-dropdown .form-table td {
33
34 min-width: 184px;
35
36 }
37 .oscitas-container .tb_multiple_column th {
38
39 min-width: 150px;
40
41 border: 0 none;
42
43 }
44 .oscitas-container .tb_multiple_column, .oscitas-container .tb_multiple_column_upper {
45
46 border: 1px solid #C1BCC4 !important;
47
48 }
49 .oscitas-container .tb_multiple_column thead tr, .oscitas-container .tb_multiple_column_upper thead tr {
50
51 background: none repeat scroll 0 0 #C2C2C2 !important;
52
53 }
54 .oscitas-container .tb_multiple_column tbody tr: nth-child(even) {
55
56 background: none repeat scroll 0 0 #D7D7D7 !important;
57
58 }
59 .oscitas-container .tb_multiple_column tbody tr: nth-child(odd) {
60
61 background: none repeat scroll 0 0 #ECECEC !important;
62
63 }
64 .oscitas-container .tb_multiple_column td {
65
66 border: 0 none;
67
68 }
69 .oscitas-container .tb_multiple_column_upper tbody tr: nth-child(even) {
70
71 background: none repeat scroll 0 0 #D7D7D7 !important;
72
73 }
74 .oscitas-container .tb_multiple_column_upper tbody tr: nth-child(odd) {
75
76 background: none repeat scroll 0 0 #ECECEC !important;
77
78 }
79 .oscitas-container .tb_multiple_column_upper td {
80
81 border: 0 none;
82
83 }
84 #osc_thumbnail_upload img, #osc_image_upload img {
85
86 float: right;
87
88 height: 70px;
89
90 width: 70px;
91
92 }
93 .oscitas-container .tb_multiple_column #oscitas-append-dropdownitem {
94
95 display: block;
96
97 float: left;
98
99 height: 146px;
100
101 overflow-x: hidden;
102
103 overflow-y: auto;
104
105 width: 100%;
106
107 }
108 #oscitas-form-dropdown .tb_multiple_column thead tr {
109
110 display: block;
111
112 }
113 #oscitas-form-dropdown .tb_multiple_column thead tr {
114
115 position: relative;
116
117 background: none repeat scroll 0 0 #D6D6D6 !important;
118
119 }
120 #oscitas-form-dropdown .tb_multiple_column thead tr th {
121
122 background: none repeat scroll 0 0 #C2C2C2 !important;
123
124 }
125 .oscitas-container .head_division {
126
127 float: left;
128
129 font-size: 10px;
130
131 text-align: left;
132
133 width: 30%;
134
135 }
136 .oscitas-container .head_division.right {
137
138 text-align: right;
139
140 }
141 .oscitas-container .osc-dialog #oscitas-table {
142
143 margin: 0 0 10px 0;
144
145 }
146
147 .oscitas-container .osc-dialog p.submit {
148
149 margin: 0;
150
151 padding: 1.5em 0 0;
152
153 }
154
155 #oscitas-table table i {
156 font-size: 11px;
157 }
158
159
160 .osc-dialog .form-table, .osc-dialog .form-table td, .osc-dialog .form-table th,
161 .osc-dialog .form-table td p, .osc-dialog .form-wrap label {
162
163 font-size: 11px;
164
165 }
166 .osc-dialog select {
167 height: inherit;
168 }
169
170
171 .osc-dialog input[type="checkbox"], .osc-dialog input[type="radio"] {
172
173 margin: 4px 0;
174
175 }
176 .osc-dialog .ui-dialog-content.ui-widget-content {
177 margin: 10px;
178 }
179
180
181 .oscitas-container .form-table th {
182
183 font-weight: bold;
184
185 font-size: 11px;
186
187 padding: 12px 5px;
188
189 }
190 .oscitas-container .form-table {
191 border: 1px solid #9E9EA0;
192 }
193
194
195 .oscitas-container .head_division_check {
196 width: 20%;
197 }
198
199 #oscitas-form-btngrp .form-table td {
200
201 min-width: 184px;
202
203 }
204 #oscitas-append-btngrpitem {
205 display: block;
206 float: left;
207 height: 146px;
208 overflow-x: hidden;
209 overflow-y: auto;
210 width: 100%}
211 #oscitas-form-btngrp .tb_multiple_column td {
212 min-width: 140px;
213 }
214
215 #oscitas-form-btngrp .tb_multiple_column th {
216 min-width: 140px;
217 }
218
219 #oscitas-form-btngrp .tb_multiple_column td input {
220 max-width: 140px;
221 }
222
223 #oscitas-form-btngrp .tb_multiple_column thead tr {
224 display: block;
225 }
226 #oscitas-form-btngrp .tb_multiple_column thead tr {
227 position: relative;
228 background: none repeat scroll 0 0 #D6D6D6!important;
229 }
230 #oscitas-form-btngrp .tb_multiple_column thead tr th {
231 background: none repeat scroll 0 0 #C2C2C2!important;
232 }
233 #oscitas-table textarea, #oscitas-table input, #oscitas-table select{
234 font-size: 12px;
235 }