]> git.wh0rd.org - tt-rss.git/blob - cdm.css
tweak checkbox image
[tt-rss.git] / cdm.css
1 div.cdmHeader img, div.cdmHeader input, div.cdmFooter img {
2 vertical-align : middle;
3 }
4
5 div.cdmHeader {
6 padding : 5px;
7 }
8
9 div.cdmHeader span.updated {
10 color : gray;
11 font-weight : normal;
12 }
13
14 div.cdmHeader input {
15 margin-right : 5px;
16 }
17
18 div.cdmHeader div.updPic {
19 width : 25px;
20 display : inline-block;
21 text-align : center;
22 }
23
24 div.cdmHeader div.updPic img {
25 vertical-align : middle;
26 }
27
28 div.cdmHeader img, div.cdmFooter img {
29 margin : 0px 2px 0px 2px;
30 }
31
32 div.cdmContent {
33 font-weight : normal;
34 }
35
36 div.cdmContentInner {
37 margin : 0px 10px 10px 10px;
38 }
39
40 div.cdmContentInner img {
41 border-width : 0px;
42 max-width : 98%;
43 }
44
45 div.cdmFooter {
46 background : #f9f9f9;
47 padding : 5px;
48 font-weight : normal;
49 color : gray;
50 clear : both;
51 }
52
53 .Selected div.cdmFooter {
54 background-color : #FFF2BF;
55 }
56
57 span.cdmExcerpt {
58 font-size : 11px;
59 color : gray;
60 font-weight : normal;
61 cursor : pointer;
62 }
63
64 div.cdmContent div.postEnclosures {
65 margin-top : 1em;
66 color : gray;
67 }
68
69 div.cdmFeedTitle {
70 border-color : #a0a0a0;
71 border-width : 0px 0px 1px 0px;
72 border-style : solid;
73 padding : 5px 3px 5px 5px;
74 background : url("images/toolbar.png") bottom left;
75 background-repeat : repeat-x;
76 }
77