dashboard.css
1.44 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
#um-metaboxes-general h1 sup {
font-size: 14px;
position: relative;
font-weight: 400;
background: #0085ba;
color: #fff !important;
padding: 2px 4px !important;
border-radius: 3px;
top: 5px;
left: 3px;
border: none !important; }
#um-metaboxes-general.wrap a.red,
#um-metaboxes-general.wrap span.red {
color: #c74a4a; }
#um-metaboxes-general.wrap span.ok {
color: #7acf58; }
.um-metabox-holder p.sub {
padding: 0 4px 2px 4px;
margin: 0 0 8px 0;
color: #8F8F8F;
font-size: 14px;
border-bottom: 1px solid #ECECEC; }
.um-metabox-holder .table {
float: left;
width: 45%; }
.um-metabox-holder .table td {
white-space: nowrap;
font-size: 12px; }
.um-metabox-holder a.warning {
color: #c74a4a !important;
background: transparent !important;
border: 0; }
.um-metabox-holder .table_right {
float: right;
width: 45%; }
.um-metabox-holder td.b {
padding-right: 6px;
text-align: right;
font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
font-size: 14px;
width: 1%; }
.um-metabox-holder td.b a {
font-size: 18px; }
.um-metabox-holder .norm i {
display: inline-block;
width: 30px;
text-align: center; }
.um-metabox-holder .norm p {
margin: 5px 0; }
.um-metabox-holder .norm .count {
font-size: 16px;
font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
color: #999;
width: 40px;
display: inline-block;
text-align: right;
margin-right: 10px; }