]> git.wh0rd.org - tt-rss.git/blob - css/tt-rss.css
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
[tt-rss.git] / css / tt-rss.css
1 body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
6 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
7 font-size: 14px;
8 }
9
10 body#ttrssPrefs {
11 background-color : #ecf4ff;
12 }
13
14 body#ttrssPrefs #footer, body#ttrssPrefs #header {
15 background-color : #ecf4ff;
16 padding-left : 8px;
17 padding-right : 8px;
18 }
19
20 div.postReply {
21 padding : 0px;
22 }
23
24 div.postReply div.postHeader {
25 border-width : 0px 0px 1px 0px;
26 border-style : solid;
27 border-color : #c0c0c0;
28 background : #fafafa;
29 box-shadow : 0px 0px 3px 0px rgba(0,0,0,0.1);
30 padding : 5px;
31 color : #909090;
32 }
33
34 div.postReply div.postTitle {
35 overflow : hidden;
36 text-overflow: ellipsis;
37 white-space : nowrap;
38 }
39
40 div.postReply div.postDate {
41 padding-left : 10px;
42 }
43
44 div.postReply div.postContent {
45 padding : 10px;
46 }
47
48 div.postReply div.postContent img {
49 border-width : 0px;
50 max-width : 98%;
51 height: auto;
52 }
53
54 div.postReply div.postEnclosures {
55 margin-top : 1em;
56 color : #555;
57 }
58
59 div.postReply img.tagsPic {
60 width : 16px;
61 height : 16px;
62 margin-left : 4px;
63 vertical-align : middle;
64 }
65
66 div.articleNote {
67 background-color : #fff7d5;
68 padding : 5px;
69 border-radius : 4px;
70 margin : 5px;
71 border-style : solid;
72 border-color : #e7d796;
73 border-width : 1px;
74 box-shadow : 0px 0px 2px rgba(0,0,0,0.1);
75 background-color : #fff7d5;
76 color : #9a8c59;
77 }
78
79 div.articleNote div.noteEdit {
80 float : right;
81 cursor : pointer;
82 }
83
84 div.postReply span.author {
85 font-size : 12px;
86 }
87
88 h1 {
89 font-size : 18px;
90 }
91
92 h2 {
93 font-size : 16px;
94 font-weight : bold;
95 border-width : 0px 0px 1px 0px;
96 border-style : solid;
97 border-color : #ecf4ff;
98 }
99
100 h3 {
101 font-size : 12px;
102 font-weight : bold;
103 border-width : 0px 0px 1px 0px;
104 border-style : solid;
105 border-color : #ecf4ff;
106 }
107
108 hr {
109 border-width : 0px 0px 1px 0px;
110 border-style : solid;
111 border-color : #c0c0c0;
112 max-width : 90%;
113 }
114
115 a {
116 color : #4684ff;
117 text-decoration : none;
118 }
119
120 a:hover {
121 color : #88b0f0;
122 }
123
124 #piggie {
125 z-index : 999;
126 position : absolute;
127 }
128
129 #notify {
130 bottom : 10px;
131 right : 10px;
132 border-width : 1px;
133 border-style : solid;
134 position : absolute;
135 font-size : 12px;
136 z-index : 99;
137 max-width : 200px;
138 min-width : 100px;
139 padding : 5px;
140 -width : 200px;
141 box-shadow : 0px 0px 2px rgba(0,0,0,0.2);
142 }
143
144 #notify img {
145 vertical-align : middle;
146 max-height : 14px;
147 }
148
149 #notify span.msg {
150 width : 100%;
151 }
152
153 #notify span.close {
154 text-align : right;
155 }
156
157 #notify span {
158 display : table-cell;
159 vertical-align : middle;
160 padding : 4px;
161 }
162
163 .notify {
164 border-color : #d7c47a;
165 background-color : #fff7d5;
166 }
167
168 .notify.progress {
169 border-color : #d7c47a;
170 background-color : #fff7d5;
171 }
172
173 .notify.info {
174 border-color : #88b0f0;
175 background-color : #ecf4ff;
176 }
177
178 .notify.error {
179 background-color : #ffcccc;
180 border-color : #ff0000;
181 }
182
183 .hl div.hlTitle a {
184 font-weight : bold;
185 color : #999;
186 }
187
188 .hl.Unread div.hlTitle a {
189 color : black;
190 }
191
192 .hl.active {
193 box-shadow : inset 0px 0px 3px 0px rgba(0,0,0,0.1);
194 }
195
196 .hl.active div.hlTitle a {
197 color : #4684ff;
198 text-shadow : 1px 1px 2px #fff;
199 }
200
201 .hl.Selected {
202 background : #f9fbff;
203 }
204
205 .hl.Grayed {
206 color : #909090;
207 }
208
209 /* #headlines-frame div.hl:nth-child(even) {
210 background : #fafafa;
211 } */
212
213 #headlines-frame.normal {
214
215 }
216
217 .hl {
218 border-width : 0px 0px 1px 0px;
219 border-style : solid;
220 border-color : #c0c0c0;
221 }
222
223 .hl.active {
224 background : #ecf4ff ! important;
225 }
226
227 div.filterTestHolder {
228 height : 300px;
229 overflow : auto;
230 border-color : #c0c0c0;
231 border-style : solid;
232 margin : 0px 0px 5px 0px;
233 background-color : #ecf4ff;
234 border-width : 1px 1px 1px 1px;
235 }
236
237
238 #content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
239 margin : 5px 0px 5px 0px;
240 color : #555;
241 padding-left : 10px;
242 border-width : 0px 0px 0px 4px;
243 border-color : #c0c0c0;
244 border-style : solid;
245 }
246
247 #content-insert code, #headlines-frame code, .dijitContentPane code {
248 color : #009900;
249 font-family : monospace;
250 font-size : 12px;
251 }
252
253 #content-insert pre, #headlines-frame pre, .dijitContentPane pre {
254 margin : 5px 0px 5px 0px;
255 padding : 10px;
256 color : #555;
257 font-family : monospace;
258 font-size : 12px;
259 border-width : 0px;
260 border-color : #c0c0c0;
261 border-style : solid;
262 background : #fafafa;
263 display : block;
264 max-width : 98%;
265 overflow : auto;
266 }
267
268 div.notice, div.warning, div.error {
269 padding : 4px 10px 4px 4px;
270 display : inline-block;
271 margin : 2px 0px 4px 0px;
272 font-size : 12px;
273 border-style : solid;
274 border-color : #ccc;
275 border-radius : 4px;
276 border-width : 1px;
277 box-shadow : 0px 0px 2px rgba(0,0,0,0.1);
278 }
279
280 div.notice div.inner, div.warning div.inner, div.error div.inner {
281 vertical-align : middle;
282 }
283
284 div.notice {
285 background : #ecf4ff;
286 border-color : #88b0f0;
287 }
288
289 div.warning {
290 background : #fff7d5;
291 border-color : #e7d796;;
292 }
293
294 div.error {
295 background : #ffcccc;
296 border-color : #ff0000;
297 }
298
299 div.warning img, div.notice img, div.error img {
300 margin-right : 4px;
301 vertical-align : middle;
302 }
303
304 div.warning span, div.notice span, div.error span {
305 display : table-cell;
306 vertical-align : middle;
307
308 }
309
310 ul.nomarks {
311 list-style-type : none;
312 margin : 0px;
313 padding : 10px;
314 }
315
316 div.prefHelp {
317 color : #555;
318 padding : 5px;
319 }
320
321 span.feed_error {
322 color : red;
323 }
324
325 .insensitive {
326 color : #555;
327 }
328
329 div#headlines-toolbar {
330 border-width : 0px 0px 1px 0px;
331 background-color : #fcfcfc;
332 border-color : #c0c0c0;
333 font-size : 12px;
334 font-family : "Segoe UI", Tahoma, sans-serif;
335 color : #555;
336 padding : 0px;
337 margin : 0px;
338 overflow : hidden;
339 height : 25px;
340 line-height : 25px;
341 padding-left : 4px;
342 }
343
344 div#headlines-toolbar .dijitSelect {
345 font-size : 11px;
346 position : relative;
347 top : -2px;
348 }
349
350 div#headlines-toolbar span.r {
351 float: right;
352 position: relative;
353 padding : 0 4px 0px 4px;
354 text-align : right;
355 }
356
357 div#headlines-toolbar span.r span.error {
358 color : red;
359 }
360
361 div#headlines-toolbar span.r a {
362 color : #555;
363 }
364
365 span.contentPreview {
366 color : #999;
367 font-weight : normal;
368 text-shadow : 1px 1px 2px #fff;
369 }
370
371 span.hlLabelRef {
372 background-color : #fff7d5;
373 font-size : 8px;
374 color : #063064;
375 font-weight : normal;
376 margin-left : 2px;
377 padding : 1px 4px 1px 4px;
378 display : inline-block;
379 vertical-align : middle;
380 white-space: nowrap;
381 border-radius : 4px;
382 }
383
384 div.postHeader div.postDate {
385 text-align : right;
386 color : #555;
387 float : right;
388 }
389
390 div.postHeader div {
391 padding-bottom : 3px;
392 }
393
394 #feedUpdateErrors {
395 display : none;
396 }
397
398 #allEntryTags {
399 border-width : 0px 0px 1px 0px;
400 border-style : solid;
401 border-color : #c0c0c0;
402 padding-bottom : 5px;
403 display : none;
404 }
405
406 a.hlFeed {
407 display : block;
408 white-space : nowrap;
409 font-size : 9px;
410 font-style : italic;
411 font-weight : normal;
412 border-radius : 4px;
413 display : inline-block;
414 padding : 1px 2px 1px 2px;
415 margin-bottom : 2px;
416 margin-top : 2px;
417 color : #555;
418 }
419
420 a.hlFeed:hover {
421 color : #4684ff;
422 }
423
424 img.markedPic, img.pubPic {
425 cursor : pointer;
426 vertical-align : middle;
427 }
428
429 div.tagCloudContainer {
430 border : 1px solid #c0c0c0;
431 background-color : #ecf4ff;
432 margin : 5px 0px 5px 0px;
433 padding : 5px;
434 text-align : center;
435 }
436
437 div.errorExplained {
438 border : 1px solid #c0c0c0;
439 background-color : #ecf4ff;
440 margin : 5px 0px 5px 0px;
441 padding : 5px;
442 }
443
444 ul.feedErrorsList {
445 max-height : 300px;
446 overflow : auto;
447 list-style-type : none;
448 border : 1px solid #c0c0c0;
449 background-color : #ecf4ff;
450 margin : 0px 0px 5px 0px;
451 padding : 5px;
452 }
453
454 ul.feedErrorsList em {
455 color : #555;
456 }
457
458 ul.browseFeedList {
459 height : 300px;
460 overflow : auto;
461 border-width : 0px 1px 1px 1px;
462 border-color : #c0c0c0;
463 border-style : solid;
464 margin : 0px 0px 5px 0px;
465 background-color : white;
466 list-style-type : none;
467 padding : 0px;
468
469 }
470
471 ul.browseFeedList li {
472 margin : 0px;
473 padding : 2px 4px 2px 4px;
474 }
475
476 span.subscribers {
477 color : #808080;
478 }
479
480 div.subscribers {
481 color : #808080;
482 font-size : 12px;
483 float : right;
484 }
485
486 div.browserDetails {
487 margin : 5px 5px 5px 5px;
488 padding : 5px;
489 }
490
491 ul.compact {
492 list-style-type : none;
493 margin : 0px;
494 padding : 0px;
495 }
496
497 ul.compact li {
498 margin : 0px;
499 padding : 0px;
500 }
501
502 .noborder {
503 border-width : 0px;
504 }
505
506 #overlay {
507 background : white;
508 left : 0;
509 top : 0;
510 height : 100%;
511 width : 100%;
512 z-index : 100;
513 position : absolute;
514 }
515
516 #overlay_inner {
517 font-weight : bold;
518 margin : 1em;
519 }
520
521 form {
522 margin : 0px;
523 padding : 0px;
524 }
525
526 #main_toolbar_form {
527 margin : 0px;
528 padding : 0px;
529 display : table-cell;
530 white-space : nowrap;
531 width : 100%;
532 }
533
534 div.loadingPrompt {
535 padding : 1em;
536 text-align : center;
537 font-weight : bold;
538 }
539
540 div.whiteBox {
541 margin-left : 1px;
542 text-align : center;
543 padding : 1em;
544 }
545
546 /* html, body#ttrssMain, #main {
547 width: 100%;
548 height: 100%;
549 padding: 0;
550 margin: 0;
551 } */
552
553 #toolbar div.actionChooser {
554 display : table-cell;
555 text-align : right;
556 padding-right : 3px;
557 }
558
559 div.autocomplete {
560 position : absolute;
561 width : 250px;
562 background-color : white;
563 border :1px solid #778899;
564 margin : 0px;
565 padding : 0px;
566 }
567
568 div.autocomplete ul {
569 list-style-type : none;
570 margin : 0px;
571 padding : 0px;
572 }
573
574 div.autocomplete ul li.selected {
575 background-color : #fff7d5;
576 }
577
578 div.autocomplete ul li {
579 list-style-type : none;
580 display : block;
581 margin : 0;
582 padding : 2px;
583 height : 32px;
584 cursor : pointer;
585 }
586
587 .hlContentH a, .hlContentH span {
588 color : #00cc00;
589 }
590
591 .hlContentL a, .hlContentL span {
592 color : #909090;
593 text-decoration : line-through;
594 }
595
596 span.titleWrapH, span.titleWrapH a {
597 color : #00cc00;
598 }
599
600 span.titleWrapL, span.titleWrapL a {
601 color : #909090;
602 text-decoration : line-through;
603 }
604
605 img.hlScorePic {
606 vertical-align : middle;
607 width : 16px;
608 height : 16px;
609 }
610
611 div.dlgSec {
612 font-size : 12px;
613 color : #555;
614 font-weight : bold;
615 clear : both;
616 height : 20px;
617 }
618
619 div.dlgSecCont {
620 position : relative;
621 left : 150px;
622 top : -20px;
623 float : left;
624 font-size : 12px;
625 font-weight : normal;
626 }
627
628 div.dlgSecCont hr {
629 height : 0px;
630 line-height : 0px;
631 border : 0px solid transparent;
632 margin : 2px;
633 }
634
635 div.dlgSecCont > * {
636 position : relative;
637 top : -2px;
638 }
639
640 div.dlgButtons {
641 text-align : right;
642 clear : both;
643 }
644
645 span.labelColorIndicator {
646 height : 14px;
647 width : 14px;
648 line-height : 14px;
649 font-size : 9px;
650 display : inline-block;
651 border : 1px solid black;
652 background-color : #fff7d5;
653 color : #063064;
654 text-align : center;
655 margin-right : 2px;
656 }
657
658 span.labelColorIndicator2 {
659 height : 14px;
660 width : 14px;
661 font-size : 9px;
662 display : inline-block;
663 border : 1px solid black;
664 background-color : #fff7d5;
665 color : #063064;
666 text-align : center;
667 margin-right : 2px;
668 vertical-align : bottom;
669 }
670
671 div#cmdline {
672 position : absolute;
673 left : 5px;
674 bottom : 5px;
675 font-size : 11px;
676 color : #555;
677 font-weight : bold;
678 background-color : white;
679 border : 1px solid #88b0f0;
680 padding : 3px 5px 3px 5px;
681 z-index : 5;
682 }
683
684 #feed_browser_spinner {
685 vertical-align : middle;
686 height : 18px;
687 width : 18px;
688 }
689
690 div.hlTitle {
691 display : table-cell;
692 cursor : pointer;
693 width : 100%;
694 vertical-align : middle;
695 padding-top : 4px;
696 padding-bottom : 4px;
697 }
698
699 div.hlLeft {
700 display : table-cell;
701 vertical-align : middle;
702 white-space: nowrap;
703 }
704
705 div.hlRight {
706 display : table-cell;
707 white-space: nowrap;
708 text-align : right;
709 vertical-align : middle;
710 }
711
712 div.hlRight img {
713 max-width : 16px;
714 max-height : 16px;
715 }
716
717 span.hlUpdated {
718 color : #555;
719 min-width : 100px;
720 display : table-cell;
721 width : 100%;
722 vertical-align : middle;
723 text-align : right;
724 font-size : 10px;
725 }
726
727 div.hlLeft {
728 padding-left : 8px;
729 }
730
731 div.hlLeft input {
732 margin-left : 4px;
733 margin-right : 4px;
734 }
735
736 div.hlLeft img, div.hlRight img {
737 margin : 0px 4px 0px 4px;
738 }
739
740 div.hlLeft img {
741 width : 16px;
742 height : 16px;
743 }
744
745 div.fatalError {
746 margin-bottom : 10px;
747 }
748
749 div.fatalError button {
750 margin-top : 5px;
751 }
752
753 div.fatalError textarea {
754 width : 100%;
755 height : 100px;
756 }
757
758 #ttrssMain #main {
759 border-width : 0px;
760 margin : 0px;
761 padding : 0px;
762 }
763
764 #header-wrap {
765 border-width : 0px;
766 margin : 0px;
767 padding : 0px;
768 }
769
770 #content-wrap {
771 padding : 0px;
772 border-width : 0px 0px 0px 1px;
773 border-style : solid;
774 border-color : #c0c0c0;
775 margin : 0px;
776 }
777
778 #feeds-holder {
779 padding : 0px;
780 border-color : #c0c0c0;
781 border-left-width : 0px;
782 border-bottom-width : 0px;
783 border-top-width : 0px;
784 overflow : hidden;
785 box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1);
786 background : #f9fbff;
787 }
788
789 #headlines-wrap-inner {
790 padding : 0px;
791 margin : 0px;
792 border-width : 0px;
793 }
794
795 #headlines-frame {
796 padding : 0px;
797 border-color : #c0c0c0;
798 border-style : solid;
799 border-width : 0px;
800 margin-top : 0px;
801 box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1);
802 }
803
804 #headlines-toolbar_splitter, #toolbar_splitter {
805 display : none;
806 }
807
808 #toolbar {
809 padding : 0px;
810 margin : 0px;
811 border-width : 0px;
812 white-space: nowrap;
813 font-size : 12px;
814 box-shadow : 0px 0px 2px rgba(0,0,0,0.1);
815 }
816
817 #header {
818 border-width : 0px;
819 text-align : right;
820 color : #555;
821 padding : 5px 5px 0px 0px;
822 margin : 0px;
823 position : absolute;
824 right : 0px;
825 top : 0px;
826 z-index : 5;
827 }
828
829 #footer {
830 text-align : center;
831 color : #555;
832 padding : 4px 4px 8px 4px;
833 border-width : 0px;
834 }
835
836 #content-insert {
837 padding : 0px;
838 border-color : #c0c0c0;
839 border-bottom-width : 0px;
840 border-right-width : 0px;
841 border-left-width : 0px;
842 line-height: 20px;
843 overflow : auto;
844 }
845
846 .dijitTreeLabel.Unread {
847 font-weight : bold;
848 }
849
850 .dijitTreeLabel {
851 outline : 0;
852 }
853
854 .feedParam {
855 color : #555;
856 float : right;
857 margin-right : 1em;
858 }
859
860 .labelParam {
861 float : right;
862 margin-right : 1em;
863 }
864
865 .dijitTreeLabel.Disabled, .labelParam.Disabled {
866 color : #555;
867 }
868
869 .dijitTreeRow.Error {
870 color : red;
871 }
872
873 .dijitTreeRow.Hidden {
874 display : none;
875 }
876
877 img.feedIcon, img.tinyFeedIcon {
878 width : 16px;
879 height : 16px;
880 vertical-align : middle;
881 display : inline-block;
882 }
883
884 .dijitDialog .dijitToolbar {
885 border : 1px solid #c0c0c0;
886 }
887
888 .dijitDialog h2 {
889 margin-top : 0px;
890 margin-bottom : 4px;
891 border-width : 0px;
892 }
893
894 .player {
895 display : inline-block;
896 color : #555;
897 font-size : 11px;
898 font-family : sans-serif;
899 border : 1px solid #555;
900 padding : 0px 4px 0px 4px;
901 margin : 0px 2px 0px 2px;
902 width : 50px;
903 text-align : center;
904 background : white;
905 }
906
907 .player.playing {
908 color : #00c000;
909 border-color : #00c000;
910 }
911
912 .player:hover {
913 background : #f0f0f0;
914 cursor : pointer;
915 }
916
917 #headlines-spacer {
918 height : 100%;
919 margin-left : 1px;
920 text-align : center;
921 padding : 1em;
922 color : #555;
923 }
924
925 ul#filterDlg_Matches, ul#filterDlg_Actions {
926 max-height : 100px;
927 overflow : auto;
928 list-style-type : none;
929 border-style : solid;
930 border-color : #c0c0c0;
931 border-width : 0px 1px 1px 1px;
932 background-color : #ecf4ff;
933 margin : 0px 0px 5px 0px;
934 padding : 0px;
935 }
936
937 ul#filterDlg_Matches li, ul#filterDlg_Actions li {
938 cursor : pointer;
939 padding : 0px 0px 0px 5px;
940 }
941
942 ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
943 margin-right : 5px;
944 }
945
946 ul.helpKbList {
947 max-height : 300px;
948 overflow : auto;
949 list-style-type : none;
950 border : 1px solid #c0c0c0;
951 background-color : #ecf4ff;
952 margin : 0px 0px 5px 0px;
953 padding : 5px;
954 }
955
956 ul.helpKbList span.hksequence {
957 width : 6em;
958 margin-left : 20px;
959 color : #88b0f0;
960 font-weight : bold;
961 display : inline-block;
962 }
963
964 ul.helpKbList h2 {
965 margin-top : 0px;
966 }
967
968 .dijitTreeNode .loadingNode {
969 margin-left : 3px;
970 height : 9px;
971 }
972
973 span.collapseBtn {
974 cursor : pointer;
975 }
976
977 div.postContent p {
978 max-width : 650px;
979 }
980
981 div.postContent iframe {
982 min-width : 50%;
983 }
984
985 div.postHeader span.author {
986 color : #555;
987 font-size : 11px;
988 font-weight : normal;
989 }
990
991 body#ttrssZoom {
992 margin-left : auto;
993 margin-right : auto;
994 padding : 20px;
995 max-width : 800px;
996 background : #f9fbff;
997 }
998
999 body#ttrssZoom div.postContent p {
1000 max-width : 650px;
1001 }
1002
1003 body#ttrssZoom div.postHeader {
1004 margin : 10px;
1005 border : 1px solid #ccc;
1006 box-shadow : none;
1007 border-radius : 4px;
1008 }
1009
1010 body#ttrssZoom div.postReply {
1011 border : 1px solid #ccc;
1012 border-radius : 4px;
1013 box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1);
1014 background : white;
1015 }
1016
1017 body#ttrssZoom div.postContent {
1018
1019 }
1020
1021 body#ttrssZoom div.footer {
1022 margin-top : 1em;
1023 text-align : center;
1024 }
1025
1026 body#ttrssZoom div.postContent img {
1027 max-width : 650px;
1028 height : auto;
1029 }
1030
1031 select.attachments {
1032 display : block;
1033 margin-top : 10px;
1034 max-width : 120px;
1035 }
1036
1037 div.hl.active {
1038 border-color : #88b0f0;
1039 }
1040
1041 #selected_prompt {
1042 margin-right : 25px;
1043 }
1044
1045 #feedTree .dijitTreeRow {
1046 padding : 2px 0px 2px;
1047 border-width : 1px;
1048 border-color : transparent;
1049 color : #333;
1050 }
1051
1052 #feedTree .dijitTreeNode {
1053 padding : 0px;
1054 border-width : 0px;
1055 }
1056
1057 #feedTree {
1058 height : 100%;
1059 overflow-x : hidden;
1060 font-family : "Segoe UI", Tahoma, sans-serif;
1061 }
1062
1063 #feedTree .counterNode.aux {
1064 background : #f0f0f0;
1065 color : #999;
1066 border-color : #f0f0f0;
1067 }
1068
1069 #feedTree .counterNode {
1070 font-weight : bold;
1071 display : inline-block;
1072 font-size : 9px;
1073 text-align : center;
1074 border : 1px solid #88b0f0;
1075 color : white;
1076 background : #88b0f0;
1077 border-radius : 4px;
1078 vertical-align : middle;
1079 float : right;
1080 margin-right : 5px;
1081 position : relative;
1082 top : 2px;
1083 min-width : 23px;
1084 }
1085
1086 #feedTree .dijitTreeRow {
1087 max-width: 100%;
1088 overflow: hidden;
1089 text-overflow: ellipsis;
1090 }
1091
1092 body#ttrssPrefs hr {
1093 border-color : #ecf4ff;
1094 max-width : 100%;
1095 }
1096
1097 .dijitMenuItemLabel {
1098 font-size : 13px;
1099 }
1100
1101 .dijitTreeRowSelected .dijitTreeLabel {
1102 text-shadow : 1px 1px 2px #fff;
1103 }