column.css
2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
/* =General
-------------------------------------------------------------- */
.cpac-divider {
display: inline-block;
width: 14px;
height: 12px;
background: transparent url(../images/square.png) no-repeat 50% 7px;
}
span.status-closed {
color: red;
}
.tablenav.top .cpac-edit {
top: 0;
display: inline-block;
vertical-align: bottom;
}
/* =General Column
-------------------------------------------------------------- */
.cpac-rounded {
display: inline-block;
border-radius: 10px;
min-width: 8px;
padding: 0 6px;
height: 20px;
background-color: #e0e0e0;
text-align: center;
margin-left: 8px;
font-size: 12px;
}
/* =Images Column
-------------------------------------------------------------- */
.cpac-column-value-image {
display: inline-block;
background: transparent;
margin-right: 2px;
overflow: hidden;
}
.rtl .cpac-column-value-image {
margin-left: 2px;
margin-right: 0;
}
.cpac-column-value-image img {
display: block;
margin: 0 auto;
}
.column-column-attachment img {
padding-right: 5px;
padding-bottom: 4px;
}
.rtl .column-column-attachment img {
padding-left: 5px;
padding-right: 0;
}
/* =Color Column
-------------------------------------------------------------- */
div.cpac-color {
line-height: 26px;
}
div.cpac-color span {
display: block;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #ffffff;
float: left;
height: 16px;
line-height: 16px;
margin-right: 12px;
min-width: 30px;
overflow: hidden;
padding: 4px 5px;
font-size: 10px;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
min-width: 47px;
text-align: center;
}
.rtl div.cpac-color span {
float: right;
margin-left: 12px;
margin-right: 0;
}
/* =Available Sizes column
-------------------------------------------------------------- */
div.sizes span.not-available {
color: #999;
}
/* =Actions column
-------------------------------------------------------------- */
.button.cpac-button-action {
position: relative;
text-indent: 9999px;
margin-right: 4px;
padding: 0 13px;
}
.button.cpac-button-action:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-indent: 0;
}
/* =qTip2
-------------------------------------------------------------- */
.cpac-tip {
display: inline-block;
}
.qtip.qtip-tipsy {
background: rgba(0, 0, 0, 0.75);
font-weight: normal;
min-width: 25px;
}