]> git.wh0rd.org - tt-rss.git/blob - themes/compact/theme.css
f9ff384b7e6133b1f8e139b7b2b91f429c631923
[tt-rss.git] / themes / compact / theme.css
1 #feeds-holder {
2 border-width : 0px 1px 0px 0px;
3 top : 0px;
4 bottom : 0px;
5 background : white;
6 }
7
8 #header {
9 left : 270px;
10 }
11
12 #toolbar {
13 font-size : small;
14 }
15
16 #toolbar input {
17 font-size : small;
18 }
19
20 div.headlines_cdm {
21 border-width : 1px 0px 0px 0px;
22 bottom : 0px;
23 }
24
25 #content-frame {
26 border-width : 1px 0px 0px 0px;
27 bottom : 0px;
28 }
29
30 div.postReply {
31 font-size : small;
32 padding : 0px;
33 margin : 0px;
34 }
35
36 div.postReply div.postHeader {
37 border-width : 0px 0px 1px 1px;
38 }
39
40 #prefContent {
41 bottom : 0px;
42 }
43
44 #footer, #prefFooter {
45 display : none;
46 }
47