Extension_CloudFlare_Widget_View.css
683 Bytes
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
.cloudflare_p {
text-align: center;
}
.cloudflare_table {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
td.cloudflare_td {
padding: 0;
padding-right: 10px;
font-weight: bold;
color: #333;
}
td.cloudflare_td_header {
padding: 0;
padding-right: 5px;
padding-top: 5px;
text-align: right;
font-weight: bold;
color: #333;
}
td.cloudflare_td_value {
padding: 0;
padding-right: 8px;
text-align: right;
color: #333;
}
.w3tc_cloudflare_widget_logo {
float: left;
width: 220px;
height: 35px;
background: url("Extension_CloudFlare_Widget_Logo.png") no-repeat;
background-size: contain;
}