PluginProbe
Easy Bootstrap Shortcode / 3.6
Easy Bootstrap Shortcode v3.6
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 3.6, at styles/bootstrap_admin.css

105 lines 2.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .form-table {
2 border: 1px solid #9E9EA0;
3 }
4 .form-table th{
5 font-weight: bold;
6 }
7 #oscitas-form-iconhead .form-table th{ width:120px }
8
9
10 .form-table tr:nth-child(odd){
11 background: #D6D6D6;
12 }
13 .form-table tr:nth-child(even){
14 background: #F0F0F0;
15 }
16 .form-table td {
17 border-left: 1px solid #AAAAAE;
18 min-width: 150px;
19 }
20 #oscitas-form-dropdown .form-table td {
21 min-width: 184px;
22
23 }
24 .tb_multiple_column th{
25 min-width: 150px;
26 border: 0 none;
27 }
28 .tb_multiple_column,.tb_multiple_column_upper {
29 border: 1px solid #C1BCC4 !important;
30 }
31
32 .tb_multiple_column thead tr, .tb_multiple_column_upper thead tr{
33 background: none repeat scroll 0 0 #C2C2C2 !important;
34 }
35
36 .tb_multiple_column tbody tr:nth-child(even) {
37 background: none repeat scroll 0 0 #D7D7D7 !important;
38 }
39
40 .tb_multiple_column tbody tr:nth-child(odd) {
41 background: none repeat scroll 0 0 #ECECEC !important;
42 }
43
44 .tb_multiple_column td {
45 border: 0 none;
46 }
47 .tb_multiple_column_upper tbody tr:nth-child(even) {
48 background: none repeat scroll 0 0 #D7D7D7 !important;
49 }
50
51 .tb_multiple_column_upper tbody tr:nth-child(odd) {
52 background: none repeat scroll 0 0 #ECECEC !important;
53 }
54
55 .tb_multiple_column_upper td {
56 border: 0 none;
57 }
58 #osc_thumbnail_upload img, #osc_image_upload img{
59 float: right;
60 height: 70px;
61 width: 70px;
62 }
63 .tb_multiple_column #oscitas-append-dropdownitem {
64 display: block;
65 float: left;
66 height: 146px;
67 overflow-x: hidden;
68 overflow-y: auto;
69 width: 100%;
70 }
71 #oscitas-form-dropdown .tb_multiple_column thead tr {
72 display: block;
73 }
74 #oscitas-form-dropdown .tb_multiple_column thead tr {
75 position: relative;
76 background: none repeat scroll 0 0 #D6D6D6 !important;
77 }
78 #oscitas-form-dropdown .tb_multiple_column thead tr th {
79 background: none repeat scroll 0 0 #C2C2C2 !important;
80 }
81
82
83 .head_division {
84
85 float: left;
86 font-size: 10px;
87
88
89 text-align: left;
90 width: 45%;
91
92 }
93 .head_division.right{
94 text-align: right;
95 }
96
97
98 /*#oscitas-form-wpcolumns .tb_multiple_column thead th{
99 text-align: center;
100 padding: 10px 0 0 0;
101 }*/
102 /*#oscitas-form-wpcolumns .tb_multiple_column tbody td{
103 padding: 10px 0;
104 }*/
105