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