]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
fix preference tree elements not being properly clickable in Firefox
[tt-rss.git] / tt-rss.css
CommitLineData
e605954f 1body#ttrssMain, body#ttrssPrefs, body#ttrssLogin {
e5d758e3
AD
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
84e0e3bb 6 font-family : "Lucida Grande", Arial, sans-serif;
e5df6e9e 7 font-size : 12px;
1cd17194
AD
8}
9
64029210
AD
10body#ttrssPrefs {
11 background-color : #ecf4ff;
12}
13
14body#ttrssPrefs #footer, body#ttrssPrefs #header {
15 background-color : #ecf4ff;
e243d2c3
AD
16 padding-left : 8px;
17 padding-right : 8px;
64029210
AD
18}
19
803cfab1 20blockquote {
ce7434a4
AD
21 margin : 0px;
22 border-width : 0px 0px 0px 8px;
24f46634 23 border-color : #e0e0e0;
803cfab1 24 border-style : solid;
ce7434a4 25 padding : 10px;
24f46634 26 background-color : #f0f0f0;
803cfab1
AD
27}
28
e828e31e 29div.postReply {
1c3187cf 30 padding : 0px;
1cd17194
AD
31}
32
f7181e9b 33div.postReply a {
e5d758e3 34 color : #4684ff;
f7181e9b
AD
35}
36
37div.postReply a:hover {
e5d758e3 38 color : black;
f7181e9b
AD
39}
40
e828e31e 41div.postReply div.postHeader {
1c3187cf 42 border-width : 0px 0px 1px 0px;
64ab16ac 43 border-style : solid;
96841013 44 border-color : #88b0f0;
20983286
AD
45 background-color : white;
46 background : url("images/toolbar.png");
47 background-position : bottom left;
48 background-repeat : repeat-x;
1c3187cf 49 padding : 5px;
64ab16ac 50 color : #909090;
96b58583
AD
51}
52
e828e31e 53div.postReply div.postContent {
e5d758e3 54 padding : 10px;
ae096313 55 font-size : 12px;
f0601b87
AD
56}
57
f325d942
AD
58div.postReply div.postContent img {
59 border-width : 0px;
762c9064 60 max-width : 98%;
f325d942
AD
61}
62
e828e31e 63div.postReply div.postIcon {
e5d758e3
AD
64 float : right;
65 border : 0px;
3505baeb 66 margin : 5px;
73d1378f
AD
67}
68
69div.postReply div.postIcon img {
70 max-width : 120px;
f412e5ad 71 display : inline;
5f89f780 72}
e828e31e 73
ce53e200 74div.postReply div.postEnclosures {
ce53e200 75 margin-top : 1em;
ce53e200
AD
76 color : gray;
77}
78
5f014cf1
AD
79div.postReply img.tagsPic {
80 width : 16px;
81 height : 16px;
c7e51de1 82 margin-left : 4px;
5f014cf1
AD
83 vertical-align : middle;
84}
85
c7e51de1 86div.articleNote div.articleNoteOps {
db54143e 87 text-align : center;
c7e51de1 88 color : #9a8c59;
db54143e
AD
89 font-style : italic;
90 margin-top : 5px;
c7e51de1
AD
91}
92
93div.articleNote div.articleNoteOps a {
94 color : #9a8c59;
95}
96
97div.articleNote div.articleNoteOps a:hover {
98 color : black;
99}
100
101div.articleNote {
102 background-color : #fff7d5;
103 border-width : 1px;
104 padding : 5px;
105 border-style : dashed;
106 border-color : #e7d796;
107 font-size : 8px;
db54143e 108 margin-bottom : 5px;
b7268281 109 margin-top : 5px;
db54143e
AD
110 margin-left : 5px;
111 float : right;
c7e51de1 112 color : #9a8c59;
db54143e
AD
113 max-width : 150px;
114 text-align : justify;
c7e51de1
AD
115}
116
06202d88 117div.postReply span.author {
ae096313 118 font-size : 12px;
06202d88 119}
5f014cf1 120
e828e31e 121h1 {
442a9b8c 122 font-size : 18px;
f0601b87
AD
123}
124
e828e31e 125h2 {
442a9b8c 126 font-size : 16px;
e5d758e3
AD
127 font-weight : bold;
128 border-width : 0px 0px 1px 0px;
129 border-style : solid;
130 border-color : #ecf4ff;
1cd17194
AD
131}
132
f5a50b25 133h3 {
ae096313 134 font-size : 12px;
e5d758e3
AD
135 font-weight : bold;
136 border-width : 0px 0px 1px 0px;
137 border-style : solid;
138 border-color : #ecf4ff;
f5a50b25
AD
139}
140
e828e31e 141hr {
e5d758e3
AD
142 border-width : 0px 0px 1px 0px;
143 border-style : dashed;
144 border-color : #e0e0e0;
e828e31e 145}
67824557 146
e828e31e 147a {
e5d758e3
AD
148 color : black;
149 text-decoration : none;
1cd17194
AD
150}
151
e828e31e 152a:hover {
e5d758e3 153 color : #4684ff;
9b307248
AD
154}
155
e828e31e 156#piggie {
d437c8cf 157 z-index : 999;
e5d758e3 158 position : absolute;
9b307248
AD
159}
160
a4dbc524
AD
161textarea.iedit {
162 width : 100%;
163}
164
0666e120 165input.iedit {
14f69488
AD
166 width : 100%;
167 padding-left : 2px;
1cd17194
AD
168}
169
0666e120
AD
170select.iedit {
171 width : 100%;
172}
173
77e96719 174input.editbox {
e5d758e3
AD
175 width : 200px;
176 padding-left : 2px;
77e96719
AD
177}
178
f407c086 179#notify {
958e3f4f 180 border-width : 0px 1px 1px 1px;
f407c086 181 border-style : solid;
958e3f4f 182 top : 0px;
8b184d75
AD
183 right : 35%;
184 min-width : 30%;
0ceded7a 185 position : absolute;
33b8cab4 186 display : none;
ce3bf408 187 float : right;
ae096313 188 font-size : 12px;
fcc36744 189 z-index : 99;
106689b0 190 padding : 5px 5px 5px 5px;
1cd17194
AD
191}
192
0d32b41e
AD
193#notify img {
194 vertical-align : middle;
195}
196
42c32916
AD
197.notifyProgress {
198 border-color : #d7c47a;
199 background-color : #fff7d5;
200 color : black;
201}
202
203.notifyInfo {
204 border-color : #7AD78E;
205 background-color : #D5FFDB;
206 color : black;
207}
208
f407c086
AD
209.notify {
210 border-color : #d7c47a;
211 background-color : #fff7d5;
212 color : black;
213}
214
215.notifyError {
216 background-color : #ffcccc;
217 border-color : #ff0000;
218 color : black;
219}
220
ef16ae37
AD
221.notifyError span:hover {
222 color : red;
223 cursor : pointer;
224}
225
a8328019
AD
226.blankborder, .blankborder td {
227 border-style : solid;
228 border-color : transparent;
229 border-width : 0px 0px 1px 0px;
230}
231
232.Selected, .Selected td {
233 background-color : #fff7d5;
234}
235
ca8e3d75 236.even.Unread.Selected, .even.Unread.Selected td {
e5d758e3
AD
237 background-color : #fff7d5;
238 font-weight : bold;
f28b542c 239 border-width : 0px 0px 1px 0px;
dc803347
AD
240 border-style : solid;
241 border-color : #e7d796;
a3ee2a38
AD
242}
243
ca8e3d75 244.odd.Unread.Selected, .odd.Unread.Selected td {
e5d758e3
AD
245 background-color : #fff7d5;
246 font-weight : bold;
f28b542c
AD
247 border-width : 0px 0px 1px 0px;
248 border-style : solid;
249 border-color : #e7d796;
a3ee2a38
AD
250}
251
ca8e3d75 252.even.Selected, .even.Selected td {
e5d758e3 253 background-color : #fff7d5;
f28b542c 254 border-width : 0px 0px 1px 0px;
dc803347
AD
255 border-style : solid;
256 border-color : #e7d796;
257 border-collapse : collapse;
007bda35
AD
258}
259
ca8e3d75 260.odd.Selected, .odd.Selected td {
e5d758e3 261 background-color : #fff7d5;
f28b542c
AD
262 border-width : 0px 0px 1px 0px;
263 border-style : solid;
264 border-color : #e7d796;
265 border-collapse : collapse;
0b68215c 266}
3745788e 267
ca8e3d75 268.even.Grayed, .even.Grayed td {
e5d758e3
AD
269 background-color : #f0f0f0;
270 color : #909090;
f28b542c 271 border-width : 0px 0px 1px 0px;
dc803347
AD
272 border-style : solid;
273 border-color : #c0c0c0;
274 border-collapse : collapse;
b7f4bda2
AD
275}
276
ca8e3d75 277.odd.Grayed {
e5d758e3 278 color : #909090;
f07c0eb4
AD
279}
280
0b68215c 281.even, .even td {
f28b542c 282 border-width : 0px 0px 1px 0px;
dc803347
AD
283 border-style : solid;
284 border-color : #c0c0c0;
e5d758e3 285 background-color : #f0f0f0;
dc803347 286 border-collapse : collapse;
ac43eba1 287}
a2015351 288
f28b542c
AD
289.odd, .odd td {
290 border-width : 0px 0px 1px 0px;
291 border-style : solid;
292 border-color : #c0c0c0;
293 border-collapse : collapse;
294}
295
ca8e3d75 296.even.Unread, .even.Unread td {
e5d758e3
AD
297 background-color : #f0f0f0;
298 font-weight : bold;
f28b542c 299 border-width : 0px 0px 1px 0px;
dc803347
AD
300 border-style : solid;
301 border-color : #c0c0c0;
302 border-collapse : collapse;
f07c0eb4
AD
303}
304
ca8e3d75 305.odd.Unread, .odd.Unread td {
e5d758e3 306 font-weight : bold;
f28b542c
AD
307 border-width : 0px 0px 1px 0px;
308 border-style : solid;
309 border-color : #c0c0c0;
f07c0eb4 310}
508a81e1 311
e828e31e 312.invisible {
e5d758e3 313 display : none;
508a81e1 314}
b7f4bda2 315
e828e31e 316/* preferences */
603c27f8 317
e351c494
AD
318table.prefPrefsList tr:hover td.prefValue {
319 color : #88b0f0;
320}
321
322table.prefPrefsList tr:hover td.prefValue input {
323 color : #88b0f0;
324}
325
8df7184c
AD
326table.prefPrefsList h3 {
327 margin-top : 0px;
328}
329
327a3bbe 330tr.title td {
e5d758e3
AD
331 border-width : 0px 0px 1px 0px;
332 border-color : #ecf4ff;
333 border-style : solid;
73bdfa53 334 color : #4684ff;
0ea4fb50
AD
335}
336
a426e532 337tr.title td a {
73bdfa53 338 color : #4684ff;
a426e532
AD
339}
340
341tr.title td a:hover {
73bdfa53 342 color : black;
a426e532 343}
327a3bbe 344
0ea4fb50 345table.prefFeedList td.feedEditCat {
e5d758e3 346 font-weight : bold;
73bdfa53
AD
347 border-width : 0px 0px 1px 0px;
348 border-style : solid;
349 border-color : #88b0f0;
35d33b9d 350 padding-top : 0.5em;
70830c87 351}
f0601b87 352
a82dc5e4
AD
353table.prefFilterList td.filterEditCat {
354 font-weight : bold;
355 border-width : 0px 0px 1px 0px;
356 border-style : solid;
357 border-color : #88b0f0;
358 padding-top : 0.5em;
359}
360
a95da136
AD
361/* oh for the love of... */
362
363table.prefFilterList tr.even,
364table.prefFilterList tr.odd,
365table.prefFilterList tr.evenSelected,
366table.prefFilterList tr.oddSelected,
367table.prefLabelList tr.even,
368table.prefLabelList tr.odd,
369table.prefLabelList tr.evenSelected,
370table.prefLabelList tr.oddSelected,
371table.prefUserList tr.even,
372table.prefUserList tr.odd,
373table.prefUserList tr.evenSelected,
374table.prefUserList tr.oddSelected,
375table.prefFeedList tr.even,
376table.prefFeedList tr.odd,
377table.prefFeedList tr.evenSelected,
378table.prefFeedList tr.oddSelected
379{
380 cursor : pointer;
381}
382
383table.prefFilterList tr.even:hover td,
384table.prefFilterList tr.odd:hover td,
385table.prefFilterList tr.evenSelected:hover td,
386table.prefFilterList tr.oddSelected:hover td
387table.prefLabelList tr.even:hover td,
388table.prefLabelList tr.odd:hover td,
389table.prefLabelList tr.evenSelected:hover td,
390table.prefLabelList tr.oddSelected:hover td,
391table.prefUserList tr.even:hover td,
392table.prefUserList tr.odd:hover td,
393table.prefUserList tr.evenSelected:hover td,
394table.prefUserList tr.oddSelected:hover td,
395table.prefFeedList tr.even:hover td,
396table.prefFeedList tr.odd:hover td,
397table.prefFeedList tr.evenSelected:hover td,
398table.prefFeedList tr.oddSelected:hover td
399{
400 color : #88b0f0;
401}
402
62ac0cc8 403table.prefFeedList td.feedIcon {
e5d758e3 404 text-align : center;
62ac0cc8
AD
405}
406
407table.prefFeedList td.feedSelect {
e5d758e3 408 text-align : center;
62ac0cc8
AD
409}
410
e1218480 411div.prefFeedCatHolder, div.prefFeedOPMLHolder {
bec2ecd9 412 height : 300px;
9c483746 413 overflow : auto;
a8328019
AD
414 border-width : 0px 1px 1px 1px;
415 border-color : #c0c0c0;
416 border-style : solid;
417 margin : 0px 0px 5px 0px;
bec2ecd9 418 background-color : #ecf4ff;
9c483746
AD
419}
420
e1218480
AD
421div.prefFeedOPMLHolder {
422 border-width : 1px 1px 1px 1px;
423}
424
7dc66a61 425a.helpLink {
e5d758e3 426 color : #808080;
7dc66a61
AD
427}
428
429a.helpLink:hover {
e5d758e3 430 color : #4684ff;
7dc66a61
AD
431}
432
ea5c8102 433pre {
e5d758e3 434 margin : 5px;
7dc66a61 435}
e2f8f7b4 436
d62796de 437/*
656f4b6c 438div.firstTab {
a715eb58 439 width : 10px;
6a244e6e
AD
440 float : left;
441}
442
443div.prefsTab:hover {
444 cursor : pointer;
f5a50b25
AD
445}
446
ca8e3d75 447div.prefsTab.Selected:hover {
10b443bd
AD
448 cursor : pointer;
449}
450
656f4b6c
AD
451div.prefsTab {
452 float : left;
453 border-width : 1px 1px 0px 1px;
772f0404 454 border-color : #C4D1E4;
656f4b6c
AD
455 border-style : solid;
456 margin : 0px 0px 0px 5px;
457 padding : 3px 5px 3px 5px;
ae096313 458 font-size : 12px;
3a4d6df3 459 font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
656f4b6c 460 border-collapse : collapse;
656f4b6c
AD
461 min-width : 100px;
462 text-align : center;
1f8274d3 463 cursor : pointer;
727b0e56
AD
464 position : relative;
465 bottom : -1px;
466 height : 30px;
f5a50b25
AD
467}
468
ca8e3d75 469div.prefsTab.Selected {
656f4b6c
AD
470 float : left;
471 border-width : 1px 1px 0px 1px;
472 border-color : #88b0f0;
473 border-style : solid;
474 margin : 0px 0px 0px 5px;
475 padding : 3px 5px 3px 5px;
476 background-color : #ecf4ff;
ae096313 477 font-size : 12px;
3a4d6df3 478 font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
656f4b6c 479 border-collapse : collapse;
656f4b6c
AD
480 font-weight : bold;
481 min-width : 100px;
482 text-align : center;
1f8274d3 483 cursor : pointer;
727b0e56
AD
484 position : relative;
485 bottom : -1px;
486 z-index : 3;
487 height : 30px;
d62796de 488} */
ab3d0b99 489
0d32b41e
AD
490div.notice {
491 background : #ffffff;
492 border : 1px solid #88b0f0;
e400230e 493 width : 60%;
0d32b41e
AD
494 padding : 5px;
495 margin : 0px 0px 5px 0px;
ae096313 496 font-size : 12px;
0d32b41e
AD
497}
498
ab3d0b99 499div.warning {
e5d758e3
AD
500 background : #fff7d5;
501 border : 1px solid #d7c47a;
ae096313 502 font-size : 12px;
e400230e 503 width : 60%;
3f59e8cd 504 padding : 5px;
c93d8e07 505 margin : 0px 0px 5px 0px;
e6cb77a0
AD
506}
507
9e21a571 508div.warning img, div.notice img, div.error img {
0d32b41e 509 vertical-align : middle;
e5d758e3 510 padding : 5px;
ab3d0b99
AD
511}
512
1b74062f
AD
513span.filterDateError {
514 color : #ff0000;
515}
516
84916243
AD
517div.error {
518 border : 1px solid #ff0000;
519 background : #ffcccc;
520 padding : 5px;
521 margin : 0px 0px 5px 0px;
ae096313 522 font-size : 12px;
84916243
AD
523}
524
ab3d0b99 525ul.nomarks {
e5d758e3
AD
526 list-style-type : none;
527 margin : 0px;
528 padding : 10px;
ab3d0b99
AD
529}
530
b1895692 531div.prefHelp, td.prefHelp {
e5d758e3 532 color : gray;
abe4d057 533 padding : 5px;
8cb74804
AD
534}
535
f1cdb8c6 536table.loginForm {
e5d758e3 537 background-color : #ecf4ff;
f1cdb8c6
AD
538}
539
365f95dc
AD
540span.feed_error {
541 color : red;
542}
543
746dcf42 544.insensitive {
e5d758e3 545 color : gray;
bca02305 546}
afb7a1d6 547
d4d6d528
AD
548.insensitive a {
549 color : #4684ff;
550}
551
552.insensitive a:hover {
553 color : black;
554}
555
d9dde1d6 556.small {
ae096313 557 font-size : 11px;
d9dde1d6 558}
28fa9253
AD
559
560table.innerFeedTable td {
e5d758e3
AD
561 margin : 0px;
562 padding : 0px;
28fa9253 563}
35f3c923
AD
564
565td.selectPrompt {
ae096313 566 font-size : 12px;
e5d758e3 567 color : gray;
35f3c923 568}
1572afe5 569
6e4f4ce1 570div#headlines-toolbar {
6f3976c9 571 border-width : 1px 0px 1px 0px;
0ce61157
AD
572 background-color : #ecf4ff;
573 border-color : #88b0f0 #88b0f0 #ecf4ff #88b0f0;
ae096313 574 font-size : 11px;
3a4d6df3 575 font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
442a9b8c 576 color : gray;
fcf70c51 577 padding : 0px;
6e4f4ce1
AD
578 margin : 0px;
579 overflow : hidden;
0ce61157 580 height : 23px;
8b27182a
AD
581}
582
fcf70c51
AD
583div#headlines-toolbar .dijitSelect {
584 font-size : 11px;
585}
586
587div#headlines-toolbar div#subtoolbar_main {
588 display : table-cell;
589 width : 100%;
590 white-space : nowrap;
591 vertical-align : middle;
0ce61157 592 padding-left : 5px;
fcf70c51 593}
e81d0308 594
6e4f4ce1 595div#headlines-toolbar div#subtoolbar_ftitle {
fcf70c51
AD
596 display : table-cell;
597 text-align : right;
598 vertical-align : middle;
599 white-space : nowrap;
600 padding-right : 5px;
c1c9df00
AD
601}
602
591c396d 603span.contentPreview {
e5d758e3
AD
604 color : gray;
605 font-weight : normal;
591c396d 606}
179d6f57 607
0f172fff 608span.contentPreview:hover {
e5d758e3 609 color : #4684ff;
0f172fff
AD
610}
611
8cc5e965 612span.hlLabelRef {
e2549229
AD
613 background-color : #fff7d5;
614 font-height : 8px;
615 color : #063064;
616 font-weight : normal;
617 margin : 0px 3px 0px 3px;
618 padding : 0px 4px 0px 4px;
619 white-space: nowrap;
620}
621
67343d9f 622td.hlSelectRow, td.hlUpdPic {
e5d758e3
AD
623 width : 25px;
624 text-align : center;
179d6f57
AD
625}
626
b810a0f1 627div.postHeader div.postDate {
e5d758e3
AD
628 text-align : right;
629 color : gray;
b810a0f1 630 float : right;
9167e250 631}
36aab70f 632
b810a0f1 633div.postHeader div.postDateRTL {
e5d758e3
AD
634 text-align : left;
635 color : gray;
b810a0f1
AD
636 float : right;
637}
638
639div.postHeader div {
640 padding-bottom : 3px;
ae096313 641 font-size : 12px;
e9aecd4d 642 /* font-family : "Lucida Grande", Tahoma, sans-serif; */
ed51e128
AD
643}
644
36aab70f 645#feedUpdateErrors {
e5d758e3 646 display : none;
36aab70f
AD
647}
648
42918a07 649#allEntryTags {
ae096313 650 font-size : 12px;
e5d758e3
AD
651 border-width : 0px 0px 1px 0px;
652 border-style : solid;
653 border-color : #c0c0c0;
654 padding-bottom : 5px;
655 display : none;
42918a07 656}
13ce14e8 657
4663f9c6 658td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
e5d758e3 659 height : 1em;
4663f9c6 660}
386cbf27 661
afad6f38
AD
662td.hlFeed {
663 text-align : right;
664}
665
df456bb0 666span.hlFeed, span.hlFeed a {
ae096313 667 font-size : 12px;
df456bb0
AD
668 color : gray;
669}
670
671span.hlFeed a:hover {
672 color : #4684ff;
673}
674
7514749d
AD
675img.markedPic {
676 cursor : pointer;
677}
678
1e471f3b 679a.warning {
e5d758e3 680 color : #f04040;
1e471f3b 681}
a9b0bfd5
AD
682
683img.closeButton {
e5d758e3
AD
684 border-width : 0px;
685 float : right;
a9b0bfd5 686}
1da7e457
AD
687
688span.groupPrompt {
ae096313 689 font-size : 12px;
e5d758e3 690 color : #4684ff;
1da7e457 691}
9b3e2cc7 692
0979b696 693div.tagCloudContainer {
a8328019 694 border : 1px solid #c0c0c0;
bec2ecd9 695 background-color : #ecf4ff;
0979b696 696 margin : 5px 0px 5px 0px;
9e6427ab 697 padding : 5px;
0979b696
AD
698 text-align : center;
699}
700
73495fd1 701div.errorExplained {
a8328019 702 border : 1px solid #c0c0c0;
bec2ecd9 703 background-color : #ecf4ff;
73495fd1
AD
704 margin : 5px 0px 5px 0px;
705 padding : 5px;
706}
707
e8dd519b 708ul.feedErrorsList {
bec2ecd9 709 max-height : 300px;
e8dd519b
AD
710 overflow : auto;
711 list-style-type : none;
f81b6815 712 border : 1px solid #c0c0c0;
bec2ecd9 713 background-color : #ecf4ff;
e8dd519b 714 margin : 0px 0px 5px 0px;
bec2ecd9 715 padding : 5px;
e8dd519b
AD
716}
717
f81b6815
AD
718ul.feedErrorsList em {
719 color : gray;
720}
721
9b3e2cc7 722ul.userFeedList {
e5d758e3
AD
723 height : 300px;
724 overflow : auto;
725 list-style-type : none;
8df7184c 726 border : 1px solid gray;
e5d758e3
AD
727 background-color : white;
728 margin : 0px 0px 5px 0px;
729 padding : 0px;
9b3e2cc7 730}
f9cb39ac
AD
731
732ul.browseFeedList {
e5d758e3
AD
733 height : 300px;
734 overflow : auto;
a8328019
AD
735 border-width : 0px 1px 1px 1px;
736 border-color : #c0c0c0;
737 border-style : solid;
e5d758e3 738 margin : 0px 0px 5px 0px;
e5d758e3 739 background-color : white;
a8328019
AD
740 list-style-type : none;
741 padding : 0px;
742
b92e6209
AD
743}
744
745ul.browseFeedList li {
e5d758e3 746 margin : 0px;
a8328019 747 padding : 2px 4px 2px 4px;
f9cb39ac
AD
748}
749
750span.subscribers {
e5d758e3 751 color : #808080;
f9cb39ac
AD
752}
753
c6232e43 754div.subscribers {
e5d758e3 755 color : #808080;
ae096313 756 font-size : 12px;
e5d758e3 757 float : right;
c6232e43
AD
758}
759
c6232e43 760div.browserDetails {
e5d758e3 761 margin : 5px 5px 5px 5px;
e5d758e3 762 padding : 5px;
c6232e43 763}
c2b2aee0
AD
764
765ul.compact {
e5d758e3
AD
766 list-style-type : none;
767 margin : 0px;
768 padding : 0px;
c2b2aee0
AD
769}
770
771ul.compact li {
e5d758e3
AD
772 margin : 0px;
773 padding : 0px;
c2b2aee0
AD
774}
775
072f1ee2 776div.browserFeedInfo {
ae096313 777 font-size : 12px;
21613c4a 778/* border : 1px solid #88b0f0;
e5d758e3 779 background-color : #ecf4ff;
21613c4a
AD
780 -moz-border-radius : 5px; */
781 padding : 5px;
072f1ee2
AD
782}
783
784div.browserFeedInfo div.detailsPart {
e5d758e3 785 margin : 5px 0px 5px 5px;
c2b2aee0 786}
1a3eb77e 787
69654950 788.noborder {
e5d758e3 789 border-width : 0px;
69654950 790}
0ee1d1a0 791
5ede560f 792#dialog_overlay {
5ede560f
AD
793 left : 0;
794 top : 0;
795 height : 100%;
796 width : 100%;
727b0e56 797 z-index : 4;
5ede560f 798 position : absolute;
3a391f67 799 background-image : url("images/shadow_white.png");
5ede560f
AD
800}
801
2055d4a6 802#overlay {
e5d758e3
AD
803 background : white;
804 left : 0;
805 top : 0;
806 height : 100%;
807 width : 100%;
808 z-index : 100;
809 position : absolute;
2055d4a6
AD
810}
811
812#overlay_inner {
e5d758e3 813 font-weight : bold;
fcc36744 814 margin : 1em;
2055d4a6 815}
af106b0e 816
71ad883b 817#noDaemonWarning {
e5d758e3
AD
818 position : absolute;
819 background-color : #ecf4ff;
820 border : 1px solid #88b0f0;
821 padding : 10px;
822 margin : 5px;
823 z-index : 2;
71ad883b 824 display : none;
e5d758e3
AD
825}
826
827#qafInput {
828 width : 100%;
7e3e8f74 829}
14f69488 830
79f3553b
AD
831form {
832 margin : 0px;
833 padding : 0px;
834}
86b682ce
AD
835
836#main_toolbar_form {
2df7a749
AD
837 margin : 0px;
838 padding : 0px;
fcf70c51
AD
839 display : table-cell;
840 white-space : nowrap;
841 width : 100%;
86b682ce 842}
78d5212c
AD
843
844div.feedExtInfo {
845 margin-left : 2em;
846 font-size : 7pt;
847 color : gray;
848 font-weight : normal;
849}
e8614131
AD
850
851span.debugTS {
852 color : #4684ff;
853}
0b7cb301
AD
854
855#backReqBox {
856 display : none;
857}
d48d160c 858
60452879 859/*.scriptWarn:before {
d48d160c 860 content : "Disabled script:";
60452879 861}*/
d48d160c
AD
862
863.scriptWarn {
864 color : white;
865 background-color : #903030;
866 border : 1px solid #601010;
867 padding : 3px;
868 font-weight : bold;
5d8ddfed 869 display : none;
d48d160c 870}
660c059f 871
a262b161
AD
872.objectWarn {
873 color : gray;
a262b161 874 font-style: italic;
2271e805 875 text-align : center;
a262b161
AD
876}
877
660c059f
AD
878table.loginForm2 {
879 padding : 1em;
880}
881
882table.loginForm2 .loginTop {
883 border-width : 0px 0px 1px 0px;
884 border-color : #88b0f0;
885 border-style : solid;
886 padding : 0.5em;
887}
888
889table.loginForm2 .loginMiddle {
890 padding : 3em;
891}
892
893table.loginForm2 .loginBottom {
894 border-width : 1px 0px 0px 0px;
895 border-color : #88b0f0;
896 border-style : solid;
ae096313 897 font-size : 12px;
660c059f
AD
898 text-align : center;
899 color : #909090;
900 padding : 0.5em;
901}
902
903table.loginForm2 .loginBottom a {
52db9978
AD
904 color : gray;
905}
906
907table.loginForm2 .loginBottom a:hover {
908 color : #4684ff;
660c059f
AD
909}
910
104ddfe0 911table.loginForm2 .loginError {
660c059f
AD
912 color : red;
913 margin : 0.5em;
914}
104ddfe0
AD
915
916table.loginForm2 .innerLoginCell {
917 padding-top : 0.5em;
918}
919
8a797376
AD
920#milestoneDetails {
921 display : none;
922}
6b4163cb 923
33b8cab4
AD
924div.loadingPrompt {
925 padding : 1em;
926 text-align : center;
927 font-weight : bold;
928}
929
9251df44 930div.whiteBox {
9251df44 931 margin-left : 1px;
abbe0154 932 text-align : center;
b6adf039 933 padding : 1em;
9251df44
AD
934}
935
fcf70c51 936html, body#ttrssMain, #main {
2f01fe57
AD
937 width: 100%;
938 height: 100%;
939 border: 0;
940 padding: 0;
941 margin: 0;
fcf70c51 942}
6b4163cb 943
d62796de
AD
944html, body#ttrssPrefs, #main {
945 width: 100%;
946 height: 100%;
947 border: 0;
948 padding: 0;
949 margin: 0;
950}
951
3af75631 952#toolbar div.actionChooser {
fcf70c51
AD
953 display : table-cell;
954 text-align : right;
f8ce21fc 955 padding-right : 3px;
6b4163cb
AD
956}
957
fcf70c51 958/* preferences layout */
f3169d7e 959
d62796de 960/* #prefFooter {
6b4163cb
AD
961 position : absolute;
962 bottom : 0px;
9e498255 963 height : 20px;
6b4163cb
AD
964 text-align : center;
965 color : gray;
ae096313 966 font-size : 12px;
6b4163cb
AD
967 background-image : url("images/footer.png");
968 background-position : top left;
969 background-repeat : repeat-x;
970 background-color : white;
971 right : 0px;
5713a439 972 left : 261px;
9e498255 973 padding : 10px;
935f235d 974 border-collapse : collapse;
07185aea 975 border-width : 1px 0px 0px 0px;
935f235d
AD
976 border-style : solid;
977 border-color : #88b0f0;
978
6b4163cb
AD
979}
980
6b5544ca
AD
981#prefFooter {
982 left : 0px;
983}
984
f4fb82c5 985#footer a, #prefFooter a {
c2625f8e
AD
986 color : gray;
987}
988
f4fb82c5
AD
989#footer a:hover, #prefFooter a:hover {
990 color : black;
991}
992
3f59e8cd 993#prefHeader {
3f59e8cd 994 color : #4684ff;
ae096313 995 font-size : 12px;
6a244e6e 996 margin : 10px;
17ec931d 997 height : 33px;
d62796de 998} */
3f59e8cd 999
656f4b6c 1000div.return {
3f59e8cd 1001 float : right;
ae096313 1002 font-size : 12px;
656f4b6c 1003 margin-right : 10px;
3f59e8cd
AD
1004}
1005
656f4b6c 1006div.return a {
3f59e8cd
AD
1007 color : #4684ff;
1008}
1009
656f4b6c 1010div.return a:hover {
3f59e8cd
AD
1011 color : black;
1012}
1013
d62796de 1014/* #prefContentOuter {
656f4b6c 1015 clear : left;
f4fb82c5 1016 position : absolute;
727b0e56 1017 bottom : 41px;
f4fb82c5
AD
1018 top : 75px;
1019 left : 0px;
1020 right : 0px;
3f59e8cd 1021 min-height : 300px;
656f4b6c
AD
1022 border-width : 1px 0px 0px 0px;
1023 border-color : #88b0f0;
1024 border-style : solid;
ae096313 1025 font-size : 12px;
3f59e8cd 1026}
461766f3 1027
727b0e56
AD
1028#prefContent {
1029 z-index : 4;
1030 background-image : url("images/prefs-content.png");
1031 background-position : top left;
1032 background-repeat : repeat-x;
1033 position : absolute;
1034 bottom : 0px;
1035 top : 0px;
1036 left : 0px;
1037 right : 0px;
1038 padding : 1em;
1039 overflow : auto;
d62796de 1040} */
727b0e56 1041
69ea0cdd 1042div.topLinks img {
d9fa39f1
AD
1043 vertical-align : middle;
1044 cursor : pointer;
69ea0cdd
AD
1045}
1046
cc17c205
AD
1047a.helpLinkPic img {
1048 border-width : 0px;
7483f892 1049 vertical-align : middle;
cc17c205 1050}
f27de515 1051
df0539c7 1052table.prefFeedCatList {
bec2ecd9 1053
df0539c7 1054}
3fc2eed5 1055
05fcdf52
AD
1056div.autocomplete {
1057 position : absolute;
1058 width : 250px;
1059 background-color : white;
1060 border :1px solid #778899;
1061 margin : 0px;
1062 padding : 0px;
1063}
1064
1065div.autocomplete ul {
1066 list-style-type : none;
1067 margin : 0px;
1068 padding : 0px;
1069}
1070
1071div.autocomplete ul li.selected {
1072 background-color : #fff7d5;
1073}
1074
1075div.autocomplete ul li {
1076 list-style-type : none;
1077 display : block;
1078 margin : 0;
1079 padding : 2px;
1080 height : 32px;
1081 cursor : pointer;
1082}
1083
19d96beb
AD
1084#feedOpToolbar {
1085 float : right;
1086}
efae7595
AD
1087
1088div.topLinks {
1089 float : right;
efae7595 1090 color : gray;
6ab04189 1091 font-size : 12px;
efae7595
AD
1092}
1093
1094div.topLinks a {
1095 color : #4684ff;
1096}
1097
1098div.topLinks a:hover {
1099 color : black;
1100}
b5dabd1a
AD
1101
1102div.topLinks a.feedback {
db499b67 1103 color : #009900;
b5dabd1a
AD
1104}
1105
e635d56a
AD
1106a.visibleLink {
1107 color : #4684ff;
e635d56a 1108}
6cfea5c7 1109
cff7a3a2
AD
1110a.visibleLinkB {
1111 color : #4684ff;
1112 border : 1px solid #4684ff;
1113 padding : 2px;
1114}
1115
1116a.visibleLinkB:hover {
1117 background-color : #ecf4ff;
1118}
1119
8cc5e965 1120.hlContentH a, .hlContentH span {
546499a9
AD
1121 color : #00cc00;
1122}
1123
8cc5e965 1124.hlContentL a, .hlContentL span {
546499a9
AD
1125 color : #909090;
1126 text-decoration : line-through;
1127}
5daa24f2
AD
1128
1129span.titleWrapH, span.titleWrapH a {
1130 color : #00cc00;
1131}
1132
1133span.titleWrapL, span.titleWrapL a {
1134 color : #909090;
1135 text-decoration : line-through;
1136}
1137
1138img.hlScorePic {
1139 vertical-align : middle;
1140 width : 16px;
1141 height : 16px;
1142}
1143
4298481d
AD
1144div#hotkey_help_overlay {
1145 position : absolute;
d97e02ad
AD
1146 left : 30px;
1147 right : 30px;
1148 top : 30px;
4298481d 1149 z-index : 999;
4298481d 1150 color : white;
442a9b8c 1151 font-size : 15px;
4298481d
AD
1152}
1153
1154div#hotkey_help_overlay h1 {
1155 text-align : center;
1156}
1157
1158div#hotkey_help_overlay ul {
1159 list-style-type : none;
1160 margin : 0px;
1161}
1162
d4dcf8e9
AD
1163div#hotkey_help_overlay a {
1164 color : #88b0f0;
1165}
1166
1167div#hotkey_help_overlay a:hover {
1168 color : white;
1169}
1170
4298481d
AD
1171div#hotkey_help_overlay li {
1172 margin : 0px;
1173}
1174
1175div#hotkey_help_overlay p {
1176 text-align : center;
1177}
1178
1179div#hotkey_help_overlay td.n {
1180 text-align : right;
1181 font-weight : bold;
1182 width : 6em;
1183 color : #a0ffa0;
1184 padding-right : 5px;
1185}
1186
db5e5265
AD
1187div#hotkey_help_overlay td {
1188 vertical-align : top;
1189}
1190
4298481d 1191div#hotkey_help_overlay h1 {
d97e02ad 1192 margin : 0px;
4298481d
AD
1193}
1194
1195div#hotkey_help_overlay h2 {
442a9b8c 1196 font-size : 16px;
4298481d 1197 border-width : 0px;
d97e02ad 1198 margin : 0.3em 0px 0.3em 0px;
4298481d
AD
1199 text-align : center;
1200 color : #88b0f0;
1201}
93f66472 1202
ec92c9d1
AD
1203div#hotkey_help_overlay table.hho td.c1 {
1204 height : 30px;
1205 width : 30px;
1206 background : url("images/c1.png");
1207 background-repeat : no-repeat;
1208
1209}
1210
1211div#hotkey_help_overlay table.hho td.c2 {
1212 height : 30px;
1213 width : 30px;
1214 background : url("images/c2.png");
1215 background-repeat : no-repeat;
1216}
1217
1218div#hotkey_help_overlay table.hho td.c3 {
1219 height : 30px;
1220 width : 30px;
1221 background : url("images/c3.png");
1222 background-repeat : no-repeat;
1223}
93f66472 1224
ec92c9d1
AD
1225div#hotkey_help_overlay table.hho td.c4 {
1226 height : 30px;
1227 width : 30px;
1228 background : url("images/c4.png");
1229 background-repeat : no-repeat;
1230}
1231
1232div#hotkey_help_overlay table.hho td.top,
1233div#hotkey_help_overlay table.hho td.left,
1234div#hotkey_help_overlay table.hho td.right,
1235div#hotkey_help_overlay table.hho td.bottom,
1236div#hotkey_help_overlay table.hho td.content {
1237 background : url("images/shadow_dark.png");
1238}
0745839a
AD
1239
1240div#hotkey_help_overlay table.hho td.top,
1241div#hotkey_help_overlay table.hho td.bottom {
1242 text-align : center;
ae096313 1243 font-size : 11px;
0745839a
AD
1244}
1245
730dbf19
AD
1246div#l_progress_o {
1247 width : 200px;
1248 border : 1px solid black;
1249 background-color : white;
1250 margin-top : 10px;
1251}
1252
1253div#l_progress_i {
1254 width : 10px;
1255 background-color : #88b0f0;
99509451 1256 height : 10px;
730dbf19 1257}
17042fc0 1258
10fa6615 1259div.dlgSec {
ae096313 1260 font-size : 12px;
10fa6615
AD
1261 color : gray;
1262 font-weight : bold;
1263 clear : both;
1264 height : 20px;
1265}
1266
1267div.dlgSecCont {
1268 position : relative;
1269 left : 150px;
1270 top : -20px;
1271 float : left;
ae096313 1272 font-size : 12px;
baa2db9f 1273 font-weight : normal;
d90868d7
AD
1274}
1275
bcf5ed46
AD
1276div.dlgSecCont hr {
1277 height : 0px;
1278 line-height : 0px;
1279 border : 0px solid transparent;
1280 margin : 2px;
1281}
1282
d90868d7 1283div.dlgSecCont > * {
bcf5ed46
AD
1284 position : relative;
1285 top : -2px;
10fa6615
AD
1286}
1287
1288div.dlgButtons {
1289 text-align : right;
1290 clear : both;
1291}
1292
4f376043 1293pre, code {
ae096313 1294 font-size : 12px;
4f376043
AD
1295 font-family : monospace;
1296}
bf3c9838 1297
2eb9c95c
AD
1298span.prefsLabelEntry {
1299 padding : 2px;
1300}
273d1e29 1301
a740f4b5
AD
1302span.labelColorIndicator {
1303 height : 14px;
1304 width : 14px;
1305 line-height : 14px;
1306 font-height : 9px;
1307 display : inline-block;
1308 border : 1px solid black;
1309 background-color : #fff7d5;
1310 color : #063064;
1311 text-align : center;
1312 margin-right : 2px;
1313}
1314
fb8b2153
AD
1315span.labelColorIndicator2 {
1316 height : 14px;
1317 width : 14px;
1318 font-height : 9px;
1319 display : inline-block;
1320 border : 1px solid black;
1321 background-color : #fff7d5;
1322 color : #063064;
1323 text-align : center;
1324 margin-right : 2px;
1325 vertical-align : bottom;
1326}
1327
1328
2eb9c95c 1329div.labelColorIndicator {
2eb9c95c
AD
1330 height : 14px;
1331 width : 14px;
1332 line-height : 14px;
1333 font-height : 9px;
1334 text-align : center;
c17d514b 1335 border : 1px solid black;
aec9df48
AD
1336 float : left;
1337 background-color : #fff7d5;
1338 color : #063064;
b6ba48c1
AD
1339 margin-right : 10px;
1340}
1341
1342div.colorPicker div.colorPickerEntry:hover {
1343 border : 1px solid #88b0f0;
c17d514b
AD
1344}
1345
b6ba48c1
AD
1346div.colorPicker div.ccPrompt:hover {
1347 color : black;
1348}
1349
1350div.colorPicker div.colorPickerEntry {
c17d514b
AD
1351 height : 15px;
1352 width : 15px;
1353 line-height : 13px;
1354 font-height : 9px;
1355 text-align : center;
1356 border : 1px solid black;
1357 margin : 5px 5px 0px 0px;
1358 float : left;
1359}
1360
b6ba48c1 1361div.colorPicker {
c17d514b
AD
1362 border : 1px solid #cccccc;
1363 background : #f0f0f0;
1364 width : 110px;
1365 padding : 0px 0px 5px 5px;
1366 position : absolute;
b6ba48c1
AD
1367 left : auto;
1368 top : auto;
c17d514b 1369 z-index : 3;
b6ba48c1 1370 color : #909090;
2eb9c95c 1371}
76b2bc65 1372
c7e51de1 1373optgroup {
b3af99a0 1374 color : #4684ff;
c7e51de1
AD
1375 font-style : normal;
1376}
1377
1378option {
1379 color : black;
1380}
9324c2c2 1381
78935092
AD
1382div#cmdline {
1383 position : absolute;
1384 left : 5px;
1385 bottom : 5px;
1386 font-size : 11px;
1387 color : gray;
1388 font-weight : bold;
1389 background-color : white;
1390 border : 1px solid #88b0f0;
1391 padding : 3px 5px 3px 5px;
1392 z-index : 5;
1393}
f4280bdd
AD
1394
1395#feed_browser_spinner {
1396 vertical-align : middle;
1397 height : 18px;
1398 width : 18px;
1399}
37e93d6c
AD
1400
1401div#auxDlg {
1402 position : absolute;
1403 z-index : 3;
7c057b1a
AD
1404 bottom : 5px;
1405 right : 25px;
37e93d6c
AD
1406 padding : 5px;
1407 border-width : 1px;
1408 border-style : solid;
1409 border-color : #d7c47a;
1410 background-color : #fff7d5;
1411 color : black;
1412 text-align : center;
de0a6d93 1413 font-size : 13px;
37e93d6c
AD
1414}
1415
1416div#auxDlg a {
1417 color : #4684ff;
1418}
ad491d75 1419
8cc5e965
AD
1420div.hlTitle {
1421 display : table-cell;
1422 cursor : pointer;
1423 width : 100%;
1424 vertical-align : middle;
1425 padding-top : 4px;
1426 padding-bottom : 4px;
a0f98bbf
AD
1427}
1428
8cc5e965
AD
1429div.hlLeft {
1430 display : table-cell;
1431 vertical-align : middle;
1432 white-space: nowrap;
ad491d75
AD
1433}
1434
8cc5e965
AD
1435div.hlRight {
1436 display : table-cell;
1437 white-space: nowrap;
1438 text-align : right;
1439 vertical-align : middle;
ad491d75
AD
1440}
1441
fcf70c51
AD
1442div.hlRight img {
1443 max-width : 16px;
1444 max-height : 16px;
1445}
1446
8cc5e965
AD
1447span.hlUpdated {
1448 color : gray;
1449 font-weight : medium;
1450 width : 100px;
1451 display : inline-block;
577399e8
AD
1452}
1453
8cc5e965
AD
1454div.hlLeft input {
1455 margin-left : 4px;
1456 margin-right : 4px;
ad491d75
AD
1457}
1458
8cc5e965
AD
1459div.hlLeft img, div.hlRight img {
1460 margin : 0px 4px 0px 4px;
1461
1462}
31a53903 1463
8cc5e965
AD
1464div.hlUpdPic {
1465 display : table-cell;
1466 padding-right : 4px;
1467 padding-left : 4px;
1468 text-align : center;
1469 vertical-align : middle;
1470}
31a53903 1471
8cc5e965
AD
1472div.hlUpdPic img {
1473 max-width : 16px;
1474}
951906dc
AD
1475
1476
1477div.fatalError button {
1478 margin-top : 5px;
1479}
1480
1481div.fatalError textarea {
1482 width : 100%;
1483 height : 100px;
1484}
2f01fe57
AD
1485
1486#main {
1487 border-width : 0px;
6e4f4ce1
AD
1488 margin : 0px;
1489 padding : 0px;
1490}
1491
1492#content-wrap {
1493 padding : 0px;
1494 border-width : 0px;
1495 margin : 0px;
2f01fe57
AD
1496}
1497
1498#feeds-holder {
1499 padding : 0px;
fcf70c51
AD
1500 border-color : #88b0f0;
1501 border-left-width : 0px;
1502 border-bottom-width : 0px;
2f01fe57
AD
1503}
1504
6e4f4ce1
AD
1505#headlines-wrap-inner {
1506 padding : 0px;
1507 margin : 0px;
1508 border-width : 0px;
1509}
1510
2f01fe57
AD
1511#headlines-frame {
1512 padding : 0px;
fcf70c51 1513 border-color : #88b0f0;
6f3976c9 1514 border-left-width : 0px;
fcf70c51 1515 border-right-width : 0px;
0ce61157
AD
1516 margin-top : 0px;
1517 border-top-width : 0px;
1518}
1519
1520#headlines-toolbar_splitter {
1521 display : none;
2f01fe57
AD
1522}
1523
6f3976c9
AD
1524#content-tabs {
1525 margin : 0px;
6e4f4ce1 1526 padding : 0px;
6f3976c9
AD
1527 border-width : 0px;
1528}
1529
1530#content-tabs .dijitTab {
1531 margin-top : 0px;
1532 padding-top : 0px;
1533}
1534
1535#toolbar {
f8ce21fc 1536 padding : 0px;
6e4f4ce1 1537 margin : 0px;
2f01fe57 1538 border-width : 0px;
6e4f4ce1
AD
1539 white-space: nowrap;
1540 font-size : 12px;
2f01fe57
AD
1541}
1542
1543#header {
e243d2c3 1544 padding : 4px 8px 0px 8px;
2f01fe57
AD
1545 border-width : 0px;
1546}
1547
1548#footer {
1549 text-align : center;
1550 color : gray;
d62796de 1551 padding : 4px 4px 8px 4px;
2f01fe57
AD
1552 border-width : 0px;
1553}
6e4f4ce1
AD
1554
1555#content-insert {
1556 padding : 0px;
fcf70c51
AD
1557 border-color : #88b0f0;
1558 border-bottom-width : 0px;
1559 border-right-width : 0px;
6f3976c9 1560 border-left-width : 0px;
6e4f4ce1 1561}
13e785e0
AD
1562
1563.dijitTreeLabel.Unread {
1564 font-weight : bold;
1565}
1566
a740f4b5
AD
1567.dijitTreeLabel.Disabled, .labelParam.Disabled {
1568 color : gray;
1569}
1570
fcf70c51
AD
1571.dijitTreeRow.Error {
1572 color : red;
1573}
13e785e0 1574
fcf70c51
AD
1575.dijitTreeRow.Hidden {
1576 display : none;
1577}
2ef5c21f 1578
8e289ca1 1579img.feedIcon, img.tinyFeedIcon {
ab7a597c
AD
1580 width : 16px;
1581 height : 16px;
2ef5c21f 1582}
9c99281f 1583
fb8b2153 1584div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
9c99281f
AD
1585 text-align : center;
1586 padding : 5px;
1587 color : gray;
1588}
d62796de 1589
fb8b2153 1590div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
a740f4b5
AD
1591 margin-right : 5px;
1592}
1593
d62796de
AD
1594div#pref-tabs .dijitContentPane {
1595 font-size : 12px;
1596}
1597
1598div#pref-tabs {
1599 margin : 0px 5px 0px 5px;
1600}
1601
1602div#pref-tabs .dijitContentPane h3 {
1603 font-size : 14px;
1604 font-weight : bold;
1605}
ab7a597c
AD
1606
1607/* div#feedTree {
1608 font-size : 11px;
1609 font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
1610} */
20983286
AD
1611
1612
8df7184c
AD
1613#pref-filter-wrap, #pref-filter-header, #pref-filter-content,
1614#pref-label-wrap, #pref-label-header, #pref-label-content,
1615#pref-user-wrap, #pref-user-header, #pref-user-content {
1616 margin : 0px;
1617 padding : 0px;
1618 border-width : 0px;
1619}
1620
29f11825
AD
1621#userConfigTab, #labelConfigTab, #filterConfigTab, #pref-feeds-feeds {
1622 padding : 0px;
1623}
1624
49c6c279
AD
1625#errorButton {
1626 color : red;
1627}
a740f4b5
AD
1628
1629span.labelFixedLength {
1630 display : inline-block;
1631 width : 70%;
1632}
d90868d7
AD
1633
1634#filter_dlg_date_chk_box {
1635 display : inline-block;
1636}
1637
7ce0ea28
AD
1638.dijitDialog .dijitToolbar {
1639 border : 1px solid #c0c0c0;
1640}
d2d75353
AD
1641
1642a.bookmarklet {
1643 color : #4684ff;
1644 border : 1px solid #ecf4ff;
1645 padding : 2px;
1646}