Issues (2756)

css/share.css (10 issues)

Checks class definition closing brace space spacing after close

Coding Style Informational
1
#shareboxes, #tweet {
2
	overflow:hidden;
3
}
4
5
#shareboxes{
6
	margin-top:15px;
7
}
8
9
div.share {
10
	-moz-border-radius:5px;
11
	-webkit-border-radius:5px;
12
	border-radius:5px;
13
	border:2px solid #88c0eb;
14
	background:#fff;
15
	margin-right:1em;
16
	padding:0 1em;
17
	float:left;
18
	height:140px;
19
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
20
#origlink{
21
	display:inline-block;
22
	white-space:pre;
23
	width:183px;
24
	overflow:hidden;
25
	vertical-align:-2px;
26
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
27
#copybox {
28
	width:250px;
29
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
30
#sharebox {
31
	width:500px;
32
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
33
#tweet_body {
34
	float:left;
35
	width:450px;
36
	height:4em;
37
	font-size:12px;
38
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
39
#charcount {
40
	padding-left:5px;
41
	color:#88c0eb;
42
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
43
#charcount.negative {
44
	color:red;
45
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
46
#share_links a {
47
	padding:0 12px 0 18px;
48
	font-weight:bold
49
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
50
#share_links a:hover {
51
	background-position:2px center;
52
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
53
#share_tw {background:transparent url(../images/twitter.png) left center no-repeat;}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
54
#share_fb {background:transparent url(../images/facebook.png) left center no-repeat;}
55
56
#copylink{
57
	cursor:pointer;
58
	background:transparent url(../images/copy.png) 130% center no-repeat;
59
}
60
61
#copylink:hover, #copylink.hover {
62
	background-position:100% 50%;
63
}
64
65