aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/comments/admin/views/moderation/threads.css
blob: 48258da4de171f4d1738574db401a5ee559ca9c7 (plain)
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
.special a,
.special a:link {
	display: inline-block;
	border-bottom: 0.1em solid transparent;
	margin-bottom: -0.1em;
}

.special a:hover {
	border-bottom-color: #266394;
}

#loading {
	display: block ! important;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -15px;
}

#loading img {
	vertical-align: top;
}

.hashover > div {
	display: none;
}