]> git.wh0rd.org - tt-rss.git/blob - tt-rss-ie.css
fix url checking, param sanitizing in feed & cat editors, fix browser_has_opacity()
[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 display : none;
13 }
14
15 #infoBox {
16 border-width : 1px 1px 1px 1px;
17 border-style : solid;
18 border-color : #88b0f0;
19 font-size : small;
20 position : relative;
21 bottom : 2px;
22 right : 2px;
23 padding-bottom : 5px;
24 background-image : url("images/prefs-content.png");
25 background-position : top left;
26 background-repeat : repeat-x;
27 background-color : white;
28 }
29
30 #infoBoxShadow {
31 background-image : url("images/shadow.png");
32 left : 30%;
33 top : 30%;
34 width : 30%;
35 z-index : 3;
36 position : absolute;
37 display : none;
38 }
39