]> git.wh0rd.org - tt-rss.git/blame - css/prefs.css
dijit style updates
[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
d9afd9b2 75ul.selfUpdateList, ul.userFeedList {
f820f205
AD
76 height : 200px;
77 overflow : auto;
78 list-style-type : none;
cc4083ab 79 border : 1px solid #ddd;
752b3f64 80 background-color : #f5f5f5;
f820f205
AD
81 margin : 0px 0px 5px 0px;
82 padding : 5px;
83}
84
85div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
86 text-align : center;
87 padding : 5px;
81aa9e2b 88 color : #555;
f820f205
AD
89}
90
91div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
92 margin-right : 5px;
93}
94
95#errorButton {
96 color : red;
97}
98
f820f205
AD
99table.prefPluginsList td label, table.prefUserList td {
100 cursor : pointer;
101}
102
2f20dd58
AD
103table.prefPluginsList label {
104 white-space : nowrap;
105}
106
107table.prefPluginsList label img {
108 vertical-align : middle;
109}
110
4e53956a
AD
111table.prefErrorLog tr.errrow td {
112 font-size : 10px;
113}
f820f205 114
4e53956a
AD
115table.prefErrorLog tr.errrow td.errno {
116 font-style : italic;
e2261e17 117 font-weight : bold;
4e53956a
AD
118 white-space : nowrap;
119}
e2261e17
AD
120
121table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog td.timestamp {
81aa9e2b 122 color : #555;
e2261e17
AD
123}
124
196724d1
AD
125body#ttrssPrefs hr {
126 border-color : #ecf4ff;
127 max-width : 100%;
128}
129
e7c87c29 130