summaryrefslogtreecommitdiff
path: root/tt-rss-ie.css
blob: 6f974589d7d8475292f4a197147a25953fd596a1 (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
28
29
30
31
32
33
34
35
36
37
38
39
ul.feedCatList {
	position : relative;
	top: -1em;
}

li.feedCatHolder {
	margin : 0px;
	padding : 0px;
}

#infoBoxTitle {
	display : none;
}

#infoBox {	
	border-width : 1px 1px 1px 1px;
	border-style : solid;
	border-color : #88b0f0;
	font-size : small;
	position : relative;
	bottom : 2px;
	right : 2px;
	padding-bottom : 5px;	
	background-image : url("images/prefs-content.png");
	background-position : top left;
	background-repeat : repeat-x;
	background-color : white;
}

#infoBoxShadow {
	background-image : url("images/shadow.png");
	left : 30%;
	top : 30%;
	width : 30%;
	z-index : 3;
	position : absolute;
	display : none;
}