]> git.wh0rd.org - tt-rss.git/blob - tt-rss-ie.css
71d72961e1e1a6156d1dd168c534ec871f6621f7
[tt-rss.git] / tt-rss-ie.css
1 ul.feedCatList {
2 position : relative;
3 top: -1em;
4 }
5
6 li.feedCatHolder {
7 margin : 0px;
8 padding : 0px;
9 }
10
11 #infoBoxTitle {
12 border-width : 1px 1px 1px 1px;
13 border-style : solid;
14 border-color : #88b0f0;
15 background-color : #88b0f0;
16 padding : 2px;
17 color : white;
18 }
19
20 #infoBox {
21 border-width : 1px 1px 1px 1px;
22 border-style : solid;
23 border-color : #88b0f0;
24 font-size : small;
25 position : relative;
26 bottom : 2px;
27 right : 2px;
28 padding-bottom : 5px;
29 background-image : url("images/prefs-content.png");
30 background-position : top left;
31 background-repeat : repeat-x;
32 background-color : white;
33 }
34
35 #infoBoxShadow {
36 background-image : url("images/shadow.png");
37 left : 30%;
38 top : 30%;
39 width : 30%;
40 z-index : 3;
41 position : absolute;
42 display : none;
43 }
44