Issues (2756)

css/infos.css (3 issues)

Checks class definition closing brace space content before close

Coding Style Informational
1
h3 span.label {
2
	width:100px;
3
	display:inline-block;
4
}
5
6
ul.toggle_display {
7
	display:none;
8
	list-style-type:none;
9
	margin-left:0;
10
	margin-right:23px;
11
	padding:12px 5px 3px;
12
	border-bottom:1px solid #C7E7FF;
13
}
14
ul.toggle_display li {
15
	padding:0;
16
}
17
#tabs ul#headers li, #tabs ul#headers li h2, #stats_lines li{
18
	display: inline;
19
	margin-right: 10px;
20
}
21
#tabs ul#headers {
22
	border-bottom:1px solid #E3F3FF;
23
	padding:12px 5px 3px 5px;
24
	float:left;
25
}
26
.wrap_unfloat {
27
	overflow:hidden;
28
}
29
30
#tabs ul#headers li a {
31
	color:#595441;
32
	border:1px solid #C7E7FF;
33
	-moz-border-radius:10px 10px 0 0;
34
	-webkit-border-radius:10px 10px 0 0;
35
	border-radius:10px 10px 0 0;
36
	padding:10px 5px 5px 15px;
37
	background:#E3F3FF;
38
}
39
40
#tabs ul#headers li a:hover {
41
	text-decoration:none;
42
	background:#88C0EB;
43
}
44
45
#tabs ul#headers li a.selected {
46
	border-bottom:2px solid #fff;
47
	background:#fff;
48
}
49
50
#tabs ul#headers li a.selected:hover {
51
	background:#fff;
52
}
53
54
#stats_lines li a {
55
	-moz-border-radius:10px 10px 0 0;
56
	-webkit-border-radius:10px 10px 0 0;
57
	border-radius:10px 10px 0 0;
58
	padding:3px 10px;
59
	background:#E3F3FF;
60
	border:1px solid #C7E7FF;
61
}
62
#stats_lines li a:hover {
63
	text-decoration:none;
64
	background:#C7E7FF;
65
}
66
#stats_lines li a.selected {
67
	background:#fff;
68
	border:1px solid #C7E7FF;
69
	border-bottom:1px solid white;
70
}
71
#stats_lines li a.selected:hover {
72
	background:#fff;
73
}
74
.tab {
75
	padding:10px;
76
}
77
li#sites_various { padding-left:22px; padding-top:4px;}
0 ignored issues
show
Closing brace of class definition must be on new line
Loading history...
78
79
li.sites_list img, #longurl img {width:16px; height: 16px; display:inline-block;}
0 ignored issues
show
Closing brace of class definition must be on new line
Loading history...
80
81
#referrer_cell { min-width: 300px;}
0 ignored issues
show
Closing brace of class definition must be on new line
Loading history...
82
83
#details_clicks li.bestday, #details_clicks li span.best_month, #details_clicks li span.best_year    {
84
	font-weight:bold;
85
}
86
87
ul.no_bullet {
88
	list-style-type: none;
89
	margin-left:0;
90
	padding:0;
91
}
92
ul.no_bullet li {
93
	margin-bottom:5px;
94
}
95
#historical_clicks {
96
	float:left;
97
	margin:0;
98
}
99
#historical_clicks li {
100
	padding:2px 10px;
101
	margin:0;
102
}
103
#historical_clicks li:hover {
104
	background:#C7E7FF !important;
105
}
106
#historical_clicks span.historical_link {
107
	min-width:130px;
108
	display:inline-block;
109
}
110
#historical_clicks span.historical_count {
111
	min-width:100px;
112
	display:inline-block;
113
}
114
h2#informations{
115
	word-break: break-all;
116
}
117