PluginProbe
Easy Bootstrap Shortcode / trunk
Easy Bootstrap Shortcode vtrunk
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 trunk, at styles/bootstrap_admin.css

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