summaryrefslogtreecommitdiff
path: root/widgets.css
blob: ac1dbe34c1a0842ae4172ffdd4b0fd739bb9a0e1 (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
.widget_search label {
	display:inline-block;
	width:100%;
}
.widget_search #s {
	width:50%;
}

.widget_statusnetwidget .widget-title {
	background-image:url(widgets/identica.png);
	background-repeat:no-repeat;
	padding-left:16px;
}
ul.statusnet {
	list-style-type:none;
	padding-left:0;
}
ul.statusnet li.statusnet-item {
	padding: 1em 0;
	margin:0 1em -1px 1em;
	border-bottom:1px solid #cee1e9;
	border-top:   1px solid #cee1e9;
}
ul.statusnet li.statusnet-item:hover {
	background:#f5f5f5;
}