]> git.wh0rd.org - tt-rss.git/blame - themes/3pane/theme.css
restyle resizer
[tt-rss.git] / themes / 3pane / theme.css
CommitLineData
20361063
AD
1div.headlines_normal {
2 position : absolute;
3 border-width : 1px 1px 0px 0px;
4 right : 400px;
5 overflow : hidden;
6 bottom : 40px;
7 height : auto;
8}
9
10#content-frame {
11 width : 400px;
12 right : 0px;
13 top : 85px;
14 left : auto;
4fe5fe2d 15 border-width : 1px 0px 0px 1px;
20361063
AD
16}
17
18div.postHeader div.postDate {
19 text-align : left;
20 color : gray;
21 float : none;
22}
23
24div.postHeader div.postDateRTL {
25 text-align : left;
26 color : gray;
27 float : none;
28}
29
b27967ac
AD
30span.headlineInnerTitle {
31 display : none;
32}
17042fc0
AD
33
34#resize-grabber {
35 height : 100%;
36 width : 5px;
37 border-width : 0px 1px 0px 0px;
38 cursor : move;
39 text-align : center;
40 float : left;
41 background : url("images/resize_vert.png") top left;
42}
43
44#content-insert {
45 margin-left : 5px;
46}