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