]> git.wh0rd.org - tt-rss.git/blob - gecko.css
pref-feeds editor preserves cat_id when categories are disabled, fix feed order in...
[tt-rss.git] / gecko.css
1 /* #infoBox {
2 border-width : 1px 1px 1px 1px;
3 border-style : solid;
4 border-color : #88b0f0;
5 font-size : small;
6 position : relative;
7 top : 30%;
8 left : 30%;
9 width : 30%;
10 padding-bottom : 5px;
11 background-image : url("images/prefs-content.png");
12 background-position : top left;
13 background-repeat : repeat-x;
14 background-color : white;
15 }
16
17 #infoBoxShadow {
18 background-image : url("images/overlay.png");
19 left : 0;
20 top : 0;
21 height : 100%;
22 width : 100%;
23 z-index : 3;
24 position : absolute;
25 display : none;
26 } */