summaryrefslogtreecommitdiff
path: root/tt-rss_compact.css
blob: 9ab17dca02d62aef1d40faf1c7595e14e3de3d59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/* only overrides go here */

body {
	font-size : 8pt;
}

table.main td.header {
	padding : 5px;
	height : 20px;
}

table.main td.prefsToolbar {
	border-width : 0px;
}

table.headlinesList {
	font-size : small;
}

table.main td.headlinesToolbarBox {
	padding : 0px;
}

table.main td.footer {
	height : 5px;
	font-size : x-small;
}

table.main td.headlines {
	height : 20%;
	font-size : x-small;
}

ul.feedList {
	font-size : x-small;
	padding : 0px;
	margin : 0px;
}

ul.feedList li {
	font-size : x-small;
}

table.main td.feeds {
	width : 250px;
}

td.headlinesToolbarBox td {
	font-size : x-small;
}

td.welcomePrompt {
	font-size : x-small;
}

#notify_body, #notify {
	font-size : x-small;
}