affiliates_pro.css
1.31 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
/**
* affiliates_pro.css
*
* Copyright 2011 "kento" Karim Rahimpur - www.itthinx.com
*
* This code is provided subject to the license granted.
* Unauthorized use and distribution is prohibited.
* See COPYRIGHT.txt and LICENSE.txt
*
* This code is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* This header and all notices must be kept intact.
*
* @author Karim Rahimpur
* @package affiliates-pro
* @since affiliates-pro 1.0.0
*/
/* affiliate stats */
.affiliate-stats.summary label.from-date-filter,
.affiliate-stats.summary label.thru-date-filter,
.affiliate-stats.referrals label.from-date-filter,
.affiliate-stats.referrals label.thru-date-filter {
padding-right: 1em;
}
.affiliate-stats.summary noscript span.description.mini,
.affiliate-stats.referrals noscript span.description.mini {
font-size: 0.62em;
padding: 0 1em;
}
.referral-data-title {
font-weight: bold;
border-bottom: 1px solid #333;
}
.widget-container div.totals table tr th,
.widget-container div.totals table tr td {
padding-right: 4px;
padding-bottom: 4px;
text-align: right;
}
/* graph */
.affiliate-graph {
height: 320px;
}
/* graph legend width fix */
.affiliate-graph .legend table {
width: auto ! important;
}