]> git.wh0rd.org - tt-rss.git/blame - css/prefs.css
fix vertical position of cdm collapse button in floating title
[tt-rss.git] / css / prefs.css
CommitLineData
8b1e87fa
AD
1body#ttrssPrefs {
2 background-color : #f5f5f5;
3}
4
5body#ttrssPrefs #footer, body#ttrssPrefs #header {
6 background-color : #f5f5f5;
7 padding-left : 8px;
8 padding-right : 8px;
9}
10
11
f820f205
AD
12#header a:hover {
13 color : black;
14}
15
16#header img {
17 vertical-align : middle;
18 cursor : pointer;
19}
20
21
22div#pref-tabs .dijitContentPane {
2a868b6b 23 font-size : 13px;
f820f205
AD
24}
25
26div#pref-tabs {
8b1e87fa 27 box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
f820f205
AD
28 margin : 0px 5px 0px 5px;
29}
30
31div#pref-tabs .dijitContentPane h3 {
32 font-size : 14px;
f820f205
AD
33}
34
35#pref-filter-wrap, #pref-filter-header, #pref-filter-content,
36#pref-label-wrap, #pref-label-header, #pref-label-content,
37#pref-user-wrap, #pref-user-header, #pref-user-content,
38#pref-instance-wrap, #pref-instance-header, #pref-instance-content {
39 margin : 0px;
40 padding : 0px;
41 border-width : 0px;
42}
43
44#userConfigTab, #labelConfigTab, #filterConfigTab, #pref-feeds-feeds, #instanceConfigTab {
45 padding : 0px;
46}
47
48/* preferences */
49
50table.prefPrefsList h3 {
51 margin-top : 0.5em;
52 margin-bottom : 0px;
53}
54
55tr.title td {
56 border-width : 0px 0px 1px 0px;
57 border-color : #ecf4ff;
58 border-style : solid;
0acc1ed7 59 color : #0088cc;
f820f205
AD
60}
61
a7edcc55 62div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
f820f205
AD
63 height : 300px;
64 overflow : auto;
65 border-width : 0px 1px 1px 1px;
cc4083ab 66 border-color : #ddd;
f820f205
AD
67 border-style : solid;
68 margin : 0px 0px 5px 0px;
487e1bae 69 background-color : white;
f820f205 70}
a7edcc55
AD
71div.filterTestHolder, div.prefFeedOPMLHolder {
72 border-width : 1px;
f820f205
AD
73}
74
8b8820e5 75ul.userFeedList {
f820f205
AD
76 height : 200px;
77 overflow : auto;
78 list-style-type : none;
cc4083ab 79 border : 1px solid #ddd;
f820f205
AD
80 margin : 0px 0px 5px 0px;
81 padding : 5px;
82}
83
84div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
85 text-align : center;
86 padding : 5px;
81aa9e2b 87 color : #555;
f820f205
AD
88}
89
90div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
91 margin-right : 5px;
92}
93
94#errorButton {
95 color : red;
96}
97
f820f205
AD
98table.prefPluginsList td label, table.prefUserList td {
99 cursor : pointer;
100}
101
2f20dd58
AD
102table.prefPluginsList label {
103 white-space : nowrap;
104}
105
106table.prefPluginsList label img {
107 vertical-align : middle;
108}
109
4e53956a
AD
110table.prefErrorLog tr.errrow td {
111 font-size : 10px;
112}
f820f205 113
4e53956a
AD
114table.prefErrorLog tr.errrow td.errno {
115 font-style : italic;
e2261e17 116 font-weight : bold;
4e53956a
AD
117 white-space : nowrap;
118}
e2261e17
AD
119
120table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog td.timestamp {
81aa9e2b 121 color : #555;
e2261e17
AD
122}
123
196724d1
AD
124body#ttrssPrefs hr {
125 border-color : #ecf4ff;
126 max-width : 100%;
127}
128
e7c87c29 129