-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathads_web.css
47 lines (41 loc) · 1.42 KB
/
ads_web.css
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
#ads_web_css { display: none; }
.ads_web_simple_table .ads_unions_list td,
.ads_web_simple_table .ads_unions_list th {
text-align: left;
}
.ads_web_simple_table .ads_unions_list.ads_web_stat_table .column_money,
.ads_web_simple_table .ads_unions_list.ads_web_stat_table .column_money *,
.ads_web_simple_table .ads_unions_list.ads_web_stat_table .column_cpc,
.ads_web_simple_table .ads_unions_list.ads_web_stat_table .column_cpc *,
.ads_web_simple_table .ads_unions_list.ads_web_stat_table .column_cpm,
.ads_web_simple_table .ads_unions_list.ads_web_stat_table .column_cpm *,
.ads_web_simple_table .ads_unions_list.ads_web_stat_table .column_ctr,
.ads_web_simple_table .ads_unions_list.ads_web_stat_table .column_ctr *,
.ads_web_simple_table .ads_unions_list.ads_web_stat_table .column_clicks,
.ads_web_simple_table .ads_unions_list.ads_web_stat_table .column_clicks *,
.ads_web_simple_table .ads_unions_list.ads_web_stat_table .column_views,
.ads_web_simple_table .ads_unions_list.ads_web_stat_table .column_views * {
text-align: right;
}
#ads_web_widget_result,
#ads_web_widget_resize {
height: 20px;
}
#ads_web_widget_container_wrap {
overflow-x: scroll;
overflow-y: visible;
padding: 10px 0;
}
#ads_web_widget_container_wrap2 {
border: 1px dashed #ffe0e0;
display: inline-block;
}
.ads_web_widget_html {
width: 450px;
height: 200px;
margin: 0;
background-color: #F0F4FB;
}
.ads_web_graph_item_cur {
font-weight: bold;
}