Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 /* | 1 /* |
2 * This file is part of Adblock Plus <https://adblockplus.org/>, | 2 * This file is part of Adblock Plus <https://adblockplus.org/>, |
3 * Copyright (C) 2006-2016 Eyeo GmbH | 3 * Copyright (C) 2006-2016 Eyeo GmbH |
4 * | 4 * |
5 * Adblock Plus is free software: you can redistribute it and/or modify | 5 * Adblock Plus is free software: you can redistribute it and/or modify |
6 * it under the terms of the GNU General Public License version 3 as | 6 * it under the terms of the GNU General Public License version 3 as |
7 * published by the Free Software Foundation. | 7 * published by the Free Software Foundation. |
8 * | 8 * |
9 * Adblock Plus is distributed in the hope that it will be useful, | 9 * Adblock Plus is distributed in the hope that it will be useful, |
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
293 #tab-share[hidden] + li | 293 #tab-share[hidden] + li |
294 { | 294 { |
295 border-top: none; | 295 border-top: none; |
296 } | 296 } |
297 | 297 |
298 #content | 298 #content |
299 { | 299 { |
300 background-color: #FFFFFF; | 300 background-color: #FFFFFF; |
301 border: 1px solid #CDCDCD; | 301 border: 1px solid #CDCDCD; |
302 border-radius: 8px; | 302 border-radius: 8px; |
303 box-sizing: border-box; | 303 width: 840px; |
304 min-width: 960px; | |
305 padding: 0px 60px 40px 60px; | 304 padding: 0px 60px 40px 60px; |
306 } | 305 } |
307 | 306 |
308 #content h1 | 307 #content h1 |
309 { | 308 { |
310 border-bottom: 1px solid #CDCDCD; | 309 border-bottom: 1px solid #CDCDCD; |
311 margin: 0px 0px 24px 0px; | 310 margin: 0px 0px 24px 0px; |
312 padding: 40px 0px 16px 0px; | 311 padding: 40px 0px 16px 0px; |
313 } | 312 } |
314 | 313 |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
407 | 406 |
408 button[disabled="true"] | 407 button[disabled="true"] |
409 { | 408 { |
410 border-radius: 2px; | 409 border-radius: 2px; |
411 background-color: #ccc; | 410 background-color: #ccc; |
412 } | 411 } |
413 | 412 |
414 .table button.delete | 413 .table button.delete |
415 { | 414 { |
416 background-color: transparent; | 415 background-color: transparent; |
417 background-position: -9px -32px; | 416 background-position: -10px -33px; |
418 border: 0px; | 417 border: 0px; |
419 margin-top: 5px; | 418 margin-top: 5px; |
420 -moz-margin-end: 20px; | 419 -moz-margin-end: 20px; |
421 -webkit-margin-end: 20px; | 420 -webkit-margin-end: 20px; |
422 padding: 0px; | 421 padding: 0px; |
423 } | 422 } |
424 | 423 |
425 .table .popular | 424 .table .popular |
426 { | 425 { |
427 color: #1E8728; | 426 color: #1E8728; |
428 font-size: 12px; | 427 font-size: 12px; |
429 -moz-padding-end: 12px; | 428 -moz-padding-end: 12px; |
430 -webkit-padding-end: 12px; | 429 -webkit-padding-end: 12px; |
431 } | 430 } |
432 | 431 |
433 .tabs.horizontal | 432 .tabs.horizontal |
434 { | 433 { |
435 display: flex; | 434 display: flex; |
436 margin-top: 0px; | 435 margin-top: 0px; |
437 margin-bottom: 0px; | 436 margin-bottom: 0px; |
438 padding: 0px; | 437 padding: 0px; |
439 border-bottom: 1px solid #A1A1A1; | 438 border-bottom: 1px solid #CDCDCD; |
Thomas Greiner
2016/04/18 18:32:53
Detail: Should this be #CDCDCD instead?
see https
saroyanm
2016/04/20 14:28:59
true, Done.
| |
440 } | 439 } |
441 | 440 |
442 .tabs.horizontal li | 441 .tabs.horizontal li |
443 { | 442 { |
444 display: inline-block; | 443 display: inline-block; |
445 padding: 0px 46px 10px 46px; | 444 padding: 0px 46px 10px 46px; |
446 color: #3A7BA6; | 445 color: #3A7BA6; |
447 text-align: center; | 446 text-align: center; |
448 } | 447 } |
449 | 448 |
(...skipping 10 matching lines...) Expand all Loading... | |
460 .context-menu .content a::before | 459 .context-menu .content a::before |
461 { | 460 { |
462 background-image: url(options-sprite.png); | 461 background-image: url(options-sprite.png); |
463 display: inline-block; | 462 display: inline-block; |
464 } | 463 } |
465 | 464 |
466 .icon-add, | 465 .icon-add, |
467 .icon-update, | 466 .icon-update, |
468 .icon-edit | 467 .icon-edit |
469 { | 468 { |
470 height: 18px; | 469 height: 16px; |
Thomas Greiner
2016/04/18 18:32:53
According to https://issues.adblockplus.org/attach
saroyanm
2016/04/20 14:28:58
Done.
| |
471 min-width: 18px; | 470 width: 16px; |
472 cursor: pointer; | 471 cursor: pointer; |
473 } | 472 } |
474 | 473 |
475 .icon-add | 474 .icon-add |
476 { | 475 { |
477 background-position: -0px -0px; | 476 background-position: -1px -1px; |
478 } | 477 } |
479 | 478 |
480 .icon-update | 479 .icon-update |
481 { | 480 { |
482 background-position: -34px -0px; | 481 background-position: -35px -1px; |
483 } | 482 } |
484 | 483 |
485 .icon-edit | 484 .icon-edit |
486 { | 485 { |
487 background-position: -17px -0px; | 486 background-position: -18px -1px; |
488 } | 487 } |
489 | 488 |
490 .icon-save, | 489 .icon-save, |
491 .icon-cancel, | 490 .icon-cancel |
491 { | |
492 height: 10px; | |
493 width: 10px; | |
494 cursor: pointer; | |
495 } | |
496 | |
497 .icon-save | |
498 { | |
499 background-position: -1px -62px; | |
500 } | |
501 | |
502 .icon-cancel | |
503 { | |
504 background-position: -12px -62px; | |
505 } | |
506 | |
492 .icon-enter, | 507 .icon-enter, |
493 #custom-filters-add button::after, | 508 #custom-filters-add button::after, |
494 .table button.delete | 509 .table button.delete |
495 { | 510 { |
496 height: 10px; | 511 height: 8px; |
Thomas Greiner
2016/04/18 18:32:53
Detail: Based on the sprite it looks like this sho
saroyanm
2016/04/20 14:28:59
Yes you are right, part of them.
| |
497 width: 10px; | 512 width: 8px; |
498 cursor: pointer; | 513 cursor: pointer; |
499 } | |
500 | |
501 .icon-save | |
502 { | |
503 background-position: -1px -62px; | |
504 } | |
505 | |
506 .icon-cancel | |
507 { | |
508 background-position: -12px -62px; | |
509 } | 514 } |
510 | 515 |
511 #dialog-close::before, | 516 #dialog-close::before, |
512 .date::before, | 517 .date::before, |
513 .time::before | 518 .time::before |
514 { | 519 { |
515 content: ""; | 520 content: ""; |
516 height: 12px; | 521 height: 12px; |
Thomas Greiner
2016/04/18 18:32:53
Detail: Based on the sprite it looks like this sho
saroyanm
2016/04/20 14:29:00
Date and time looks to be 12px.
So I think the onl
Thomas Greiner
2016/04/22 16:36:23
Correct, it doesn't apply to the "date" and "time"
saroyanm
2016/04/25 08:53:42
True, but doesn't make sense I assume to separate
| |
517 width: 12px; | 522 width: 12px; |
518 } | 523 } |
519 | 524 |
520 #content-help a::before, | 525 #content-help a::before, |
521 #dialog-body button::before | 526 #dialog-body button::before |
522 { | 527 { |
523 background-position: 0px -42px; | 528 background-position: 0px -42px; |
524 content: ""; | 529 content: ""; |
525 cursor: pointer; | 530 cursor: pointer; |
526 height: 11px; | 531 height: 11px; |
527 vertical-align: middle; | 532 vertical-align: middle; |
528 width: 7px; | 533 width: 7px; |
529 -moz-margin-end: 12px; | 534 -moz-margin-end: 12px; |
530 -webkit-margin-end: 12px; | 535 -webkit-margin-end: 12px; |
531 } | 536 } |
532 | 537 |
533 .controls | 538 .controls |
534 { | 539 { |
535 padding-top: 14px; | 540 padding-top: 14px; |
536 margin-left: 16px; | 541 margin-left: 16px; |
537 margin-right: 16px; | 542 margin-right: 16px; |
Thomas Greiner
2016/04/18 18:32:53
Regression: The "+" icon below the "Whitelisted we
saroyanm
2016/04/20 14:28:58
Done.
| |
538 } | 543 } |
539 | 544 |
540 .controls.mode-edit | 545 .controls.mode-edit |
541 { | 546 { |
542 -moz-margin-end: 0px; | 547 -moz-margin-end: 0px; |
543 -webkit-margin-end: 0px; | 548 -webkit-margin-end: 0px; |
544 } | 549 } |
545 | 550 |
546 .controls > div | 551 .controls > div |
547 { | 552 { |
548 display: flex; | 553 display: flex; |
554 position: relative; | |
549 } | 555 } |
550 | 556 |
551 .controls button, | 557 .controls button, |
552 #dialog-close | 558 #dialog-close |
553 { | 559 { |
554 display: flex; | 560 display: flex; |
555 border: none; | 561 border: none; |
556 padding: 0; | 562 padding: 0px; |
Thomas Greiner
2016/04/18 18:32:52
Coding style: "CSS number values should specify un
saroyanm
2016/04/20 14:28:59
Done.
| |
557 align-items: center; | 563 align-items: center; |
558 background: none; | 564 background: none; |
559 cursor: pointer; | 565 cursor: pointer; |
560 } | 566 } |
561 | 567 |
562 .controls button span:not(.icon) | 568 .controls button span:not(.icon) |
563 { | 569 { |
564 display: inline-block; | |
565 -moz-margin-start: 16px; | 570 -moz-margin-start: 16px; |
566 -webkit-margin-start: 16px; | 571 -webkit-margin-start: 16px; |
567 padding-top: 1px; | |
Thomas Greiner
2016/04/18 18:32:53
Detail: Why is that necessary?
I know that you in
saroyanm
2016/04/20 14:28:59
Seems like it was here before, I just rearranged t
| |
568 color: #3A7BA6; | 572 color: #3A7BA6; |
569 vertical-align: top; | 573 vertical-align: top; |
570 } | 574 } |
571 | 575 |
572 /* | 576 /* |
573 General tab content | 577 General tab content |
574 */ | 578 */ |
575 | 579 |
576 #acceptableads-table, | 580 #acceptableads-table, |
577 #recommend-list-table, | 581 #recommend-list-table, |
(...skipping 13 matching lines...) Expand all Loading... | |
591 | 595 |
592 #custom-wrapper | 596 #custom-wrapper |
593 { | 597 { |
594 height: 290px; | 598 height: 290px; |
595 overflow: auto; | 599 overflow: auto; |
596 } | 600 } |
597 | 601 |
598 #custom-wrapper .table | 602 #custom-wrapper .table |
599 { | 603 { |
600 width: 100%; | 604 width: 100%; |
601 } | |
602 | |
603 #whitelisting .controls | |
604 { | |
605 -moz-padding-start: 12px; | |
606 -webkit-padding-start: 12px; | |
607 } | 605 } |
608 | 606 |
609 #whitelisting .controls.mode-edit > button, | 607 #whitelisting .controls.mode-edit > button, |
610 #whitelisting .controls:not(.mode-edit) > div | 608 #whitelisting .controls:not(.mode-edit) > div |
611 { | 609 { |
612 display: none; | 610 display: none; |
613 } | 611 } |
614 | 612 |
615 #whitelisting .controls input[type="text"] | 613 #whitelisting .controls input[type="text"] |
616 { | 614 { |
(...skipping 21 matching lines...) Expand all Loading... | |
638 -webkit-margin-start: 32px; | 636 -webkit-margin-start: 32px; |
639 } | 637 } |
640 | 638 |
641 #whitelisting-add-button + span | 639 #whitelisting-add-button + span |
642 { | 640 { |
643 flex: 1; | 641 flex: 1; |
644 } | 642 } |
645 | 643 |
646 .icon-enter | 644 .icon-enter |
647 { | 645 { |
648 background-position: -18px -32px; | 646 background-position: -19px -33px; |
649 position: absolute; | 647 position: absolute; |
Thomas Greiner
2016/04/18 18:32:52
Regression: The "enter" icon is no longer in the c
saroyanm
2016/04/20 14:29:00
Done.
| |
650 top: 10px; | 648 bottom: 9px; |
651 -moz-margin-start: -20px; | 649 -moz-margin-start: -20px; |
652 -webkit-margin-start: -20px; | 650 -webkit-margin-start: -20px; |
653 } | 651 } |
654 | 652 |
655 .button-add, .cancel-button | 653 .button-add, .cancel-button |
656 { | 654 { |
657 background-color: transparent; | 655 background-color: transparent; |
658 border: 0px; | 656 border: 0px; |
659 color: #3A7BA6; | 657 color: #3A7BA6; |
660 cursor: pointer; | 658 cursor: pointer; |
661 } | 659 } |
662 | 660 |
663 /* | 661 /* |
664 Advanced tab content | 662 Advanced tab content |
665 */ | 663 */ |
664 | |
665 #restart-safari | |
666 { | |
667 -moz-margin-start: 20px; | |
668 -webkit-margin-start: 20px; | |
669 color: red; | |
670 font-weight: 600; | |
671 } | |
666 | 672 |
667 #filter-lists > div, | 673 #filter-lists > div, |
668 #all-filter-lists li.show-message .date, | 674 #all-filter-lists li.show-message .date, |
669 #all-filter-lists li.show-message .time, | 675 #all-filter-lists li.show-message .time, |
670 #all-filter-lists li:not(.show-message) .message, | 676 #all-filter-lists li:not(.show-message) .message, |
671 #custom-filters:not(.mode-edit) #custom-filters-raw, | 677 #custom-filters:not(.mode-edit) #custom-filters-raw, |
672 #custom-filters:not(.mode-edit) #custom-filters-raw-controls, | 678 #custom-filters:not(.mode-edit) #custom-filters-raw-controls, |
673 #custom-filters.mode-edit #custom-filters-show-edit, | 679 #custom-filters.mode-edit #custom-filters-show-edit, |
674 #custom-filters.mode-edit #custom-filters-list-wrapper | 680 #custom-filters.mode-edit #custom-filters-list-wrapper |
675 { | 681 { |
676 display: none; | 682 display: none; |
677 } | 683 } |
678 | 684 |
679 body[data-tab="advanced-allFilterLists"] #all-filter-lists, | 685 body[data-tab="advanced-allFilterLists"] #all-filter-lists, |
680 body[data-tab="advanced-customFilters"] #custom-filters | 686 body[data-tab="advanced-customFilters"] #custom-filters |
681 { | 687 { |
682 display: block; | 688 display: block; |
683 } | 689 } |
684 | 690 |
685 .with-description .tooltip, | |
686 #all-filter-lists .table | 691 #all-filter-lists .table |
687 { | 692 { |
688 display: inline-block; | 693 display: inline-block; |
689 } | 694 } |
690 | 695 |
691 body[data-tab="advanced-allFilterLists"] #content-advanced [data-tab="advanced-a llFilterLists"], | 696 body[data-tab="advanced-allFilterLists"] #content-advanced [data-tab="advanced-a llFilterLists"], |
692 body[data-tab="advanced-customFilters"] #content-advanced [data-tab="advanced-cu stomFilters"] | 697 body[data-tab="advanced-customFilters"] #content-advanced [data-tab="advanced-cu stomFilters"] |
693 { | 698 { |
694 border-bottom: 2px solid #1E8728; | 699 border-bottom: 2px solid #1E8728; |
695 padding-bottom: 10px; | 700 padding-bottom: 10px; |
(...skipping 14 matching lines...) Expand all Loading... | |
710 } | 715 } |
711 | 716 |
712 .table-header | 717 .table-header |
713 { | 718 { |
714 display: flex; | 719 display: flex; |
715 } | 720 } |
716 | 721 |
717 #filter-lists h2 | 722 #filter-lists h2 |
718 { | 723 { |
719 margin-bottom: 7px; | 724 margin-bottom: 7px; |
725 font-size: 14px; | |
720 } | 726 } |
721 | 727 |
722 .table-header h2:first-child | 728 .table-header h2:first-child |
723 { | 729 { |
724 width: 330px; | 730 width: 330px; |
725 -webkit-padding-start: 54px; | 731 -webkit-padding-start: 54px; |
726 -moz-padding-start: 54px; | 732 -moz-padding-start: 54px; |
727 } | 733 } |
728 | 734 |
729 #all-filter-lists .table li span.display | 735 #all-filter-lists .table li span.display |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
782 | 788 |
783 .time::before | 789 .time::before |
784 { | 790 { |
785 -webkit-margin-end: 6px; | 791 -webkit-margin-end: 6px; |
786 -moz-margin-end: 6px; | 792 -moz-margin-end: 6px; |
787 -webkit-margin-start: 12px; | 793 -webkit-margin-start: 12px; |
788 -moz-margin-start: 12px; | 794 -moz-margin-start: 12px; |
789 background-position: -20px -49px; | 795 background-position: -20px -49px; |
790 } | 796 } |
791 | 797 |
798 #all-filter-lists-table .static label | |
799 { | |
800 font-weight: 600; | |
801 } | |
802 | |
792 #custom-filters-header | 803 #custom-filters-header |
793 { | 804 { |
794 padding: 0px 16px; | 805 padding: 0px 16px; |
795 margin-bottom: 10px; | 806 margin-bottom: 10px; |
796 } | 807 } |
797 | 808 |
798 #custom-filters-raw-controls | 809 #custom-filters-raw-controls |
799 { | 810 { |
800 justify-content: space-between; | 811 justify-content: space-between; |
801 } | 812 } |
802 | 813 |
803 #custom-filters-raw | 814 #custom-filters-raw |
804 { | 815 { |
805 width: 100%; | 816 width: 100%; |
806 height: 100%; | 817 height: 100%; |
807 padding: 2px 16px; | 818 padding: 2px 16px; |
808 } | 819 } |
809 | 820 |
810 #custom-filters-wrapper | 821 #custom-filters-wrapper |
811 { | 822 { |
812 height: 330px; | 823 height: 280px; |
813 } | 824 } |
814 | 825 |
815 #custom-filters-add | 826 #custom-filters-add |
816 { | 827 { |
817 display: flex; | 828 display: flex; |
818 border-width: 1px 0px 1px 0px; | 829 border-width: 1px 0px 1px 0px; |
819 border-bottom-style: solid; | 830 border-bottom-style: solid; |
820 border-top-style: solid; | 831 border-top-style: solid; |
821 border-color: #1E8728; | 832 border-color: #1E8728; |
822 padding: 0px; | 833 padding: 0px; |
823 margin: 0px; | 834 margin: 0px; |
824 background-color: #F5F5F5; | 835 background-color: #F5F5F5; |
825 } | 836 } |
826 | 837 |
827 #custom-filters-add input[type="text"] | 838 #custom-filters-add input[type="text"] |
828 { | 839 { |
829 -moz-padding-start: 16px; | 840 -moz-padding-start: 16px; |
830 -webkit-padding-start: 16px; | 841 -webkit-padding-start: 16px; |
831 padding-top: 10px; | 842 padding-top: 10px; |
832 padding-bottom: 10px; | 843 padding-bottom: 10px; |
833 border: none; | 844 border: none; |
834 font-size: 13px; | 845 width: 100%; |
Thomas Greiner
2016/04/18 18:32:53
Detail: There's no mention of `13px` in the style
saroyanm
2016/04/20 14:29:00
Not sure if we have Style guide for this element,
Thomas Greiner
2016/04/22 16:36:23
It's not specifically mentioned but it mentions th
| |
835 background-color: transparent; | 846 background-color: transparent; |
836 flex-grow: 1; | |
Thomas Greiner
2016/04/18 18:32:51
Detail: That's the same as `width: 100%` or not?
saroyanm
2016/04/20 14:29:00
Yes the effect in this case will be same, but I th
Thomas Greiner
2016/04/22 16:36:24
I'm torn on this one but I'd say we should minimiz
saroyanm
2016/04/25 08:53:42
ack, done.
| |
837 } | 847 } |
838 | 848 |
839 #custom-filters-add input[type="text"]:focus | 849 #custom-filters-add input[type="text"]:focus |
840 { | 850 { |
841 outline: 0px; | 851 outline: 0px; |
842 } | 852 } |
843 | 853 |
844 #custom-filters-add input::-webkit-input-placeholder, | |
845 #custom-filters-add input::-moz-placeholder | |
846 { | |
847 font-weight: 600; | |
Thomas Greiner
2016/04/18 18:32:52
Detail: That doesn't appear to work.
saroyanm
2016/04/20 14:29:00
In the end it's not standardized, so I think we ca
| |
848 } | |
849 | |
850 #custom-filters-table | 854 #custom-filters-table |
851 { | 855 { |
852 height: 290px; | 856 height: 240px; |
Thomas Greiner
2016/04/18 18:32:52
Detail: Shouldn't this be `240px`? (i.e. 6 * 40px)
saroyanm
2016/04/20 14:28:59
Why you think this should be 240px ? I make it so
Thomas Greiner
2016/04/22 16:36:23
It's based on two pieces of information from the s
saroyanm
2016/04/25 08:53:42
well spotted! Done.
| |
853 width: auto; | 857 width: 100%; |
Thomas Greiner
2016/04/18 18:32:51
Regression: This will cause longer filters to expa
saroyanm
2016/04/20 14:28:59
We are using overflow: hidden, but while it's the
Thomas Greiner
2016/04/22 16:36:23
`overflow: hidden` doesn't do anything if you don'
saroyanm
2016/04/25 08:53:42
Done, but not really sure if I understood your poi
Thomas Greiner
2016/04/27 17:16:20
Hm, setting `width: 100%` doesn't seem to have fix
saroyanm
2016/04/28 09:03:40
Now I see the problem, thanks for the reproduction
| |
854 border-top: 1px solid #CDCDCD; | 858 border-top: 1px solid #CDCDCD; |
855 overflow: auto; | 859 overflow: auto; |
856 } | 860 } |
857 | 861 |
858 #custom-filters-add button | 862 #custom-filters-add button |
859 { | 863 { |
860 font-size: 14px; | 864 font-size: 14px; |
861 -webkit-padding-end: 6px; | 865 -webkit-padding-end: 6px; |
862 -moz-padding-end: 6px; | 866 -moz-padding-end: 6px; |
863 cursor: pointer; | 867 cursor: pointer; |
864 color: #3A7BA6; | 868 color: #3A7BA6; |
865 flex-grow: 0; | |
Thomas Greiner
2016/04/18 18:32:52
Detail: Why is this necessary? Removing it doesn't
saroyanm
2016/04/20 14:29:00
True not necessary, it's initial value is 0, so sh
| |
866 } | 869 } |
867 | 870 |
868 #custom-filters-add button::before | 871 #custom-filters-add button::before |
869 { | 872 { |
870 content: ""; | 873 content: ""; |
871 display: inline-block; | 874 display: inline-block; |
872 -moz-border-end: 1px solid #CDCDCD; | 875 -moz-border-end: 1px solid #CDCDCD; |
873 -webkit-border-end: 1px solid #CDCDCD; | 876 -webkit-border-end: 1px solid #CDCDCD; |
874 height: 15px; | 877 height: 15px; |
875 -webkit-margin-end: 10px; | 878 -webkit-margin-end: 10px; |
876 -moz-margin-end: 10px; | 879 -moz-margin-end: 10px; |
877 margin-bottom: -2px; | 880 margin-bottom: -2px; |
878 width: 1px; | 881 width: 1px; |
879 } | 882 } |
880 | 883 |
881 #custom-filters-add button::after | 884 #custom-filters-add button::after |
882 { | 885 { |
883 content: ""; | 886 content: ""; |
884 background-position: -28px -32px; | 887 background-position: -28px -33px; |
885 -webkit-margin-start: 6px; | 888 -webkit-margin-start: 6px; |
886 -moz-margin-start: 6px; | 889 -moz-margin-start: 6px; |
887 } | 890 } |
888 | 891 |
889 /* | 892 /* |
890 Tooltips | 893 Tooltips |
891 */ | 894 */ |
892 | 895 |
893 .tooltip | 896 .tooltip |
894 { | 897 { |
898 display: inline-block; | |
895 position: relative; | 899 position: relative; |
896 margin: 0px 4px; | 900 margin: 0px 4px; |
897 border-bottom: dashed 1px; | 901 border-bottom: dashed 1px; |
898 height: 15px; | 902 height: 15px; |
899 color: #3A7BA6; | 903 color: #3A7BA6; |
900 font-size: 12px; | 904 font-size: 12px; |
901 line-height: 19px; | 905 line-height: 19px; |
902 text-decoration: none; | 906 text-decoration: none; |
903 font-weight: 400; | 907 font-weight: 400; |
904 cursor: default; | 908 cursor: default; |
(...skipping 10 matching lines...) Expand all Loading... | |
915 { | 919 { |
916 vertical-align: middle; | 920 vertical-align: middle; |
917 white-space: nowrap; | 921 white-space: nowrap; |
918 color: #FFF; | 922 color: #FFF; |
919 } | 923 } |
920 | 924 |
921 #content-advanced .tooltip | 925 #content-advanced .tooltip |
922 { | 926 { |
923 -moz-margin-start: 8px; | 927 -moz-margin-start: 8px; |
924 -webkit-margin-start: 8px; | 928 -webkit-margin-start: 8px; |
925 } | |
926 | |
927 #block-element-explanation a | |
Thomas Greiner
2016/04/18 18:32:54
This is not matching any elements.
saroyanm
2016/04/20 14:28:58
true, removed.
| |
928 { | |
929 color: black; | |
930 border-bottom-color: #3A7BA6; | |
931 font-weight: 600; | |
932 -moz-padding-start: 0px; | |
933 -webkit-padding-start: 0px; | |
934 } | 929 } |
935 | 930 |
936 div[role="tooltip"] | 931 div[role="tooltip"] |
937 { | 932 { |
938 background-color: rgba(45, 45, 45, 0.95); | 933 background-color: rgba(45, 45, 45, 0.95); |
939 border-radius: 3px; | 934 border-radius: 3px; |
940 color: #FFF; | 935 color: #FFF; |
941 font-size: 14px; | 936 font-size: 14px; |
942 font-weight: 400; | 937 font-weight: 400; |
943 left: -20px; | 938 left: -20px; |
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1202 color: #0F660F; | 1197 color: #0F660F; |
1203 display: inline-block; | 1198 display: inline-block; |
1204 height: 20px; | 1199 height: 20px; |
1205 font-size: 15px; | 1200 font-size: 15px; |
1206 -moz-padding-start: 10px; | 1201 -moz-padding-start: 10px; |
1207 -webkit-padding-start: 10px; | 1202 -webkit-padding-start: 10px; |
1208 } | 1203 } |
1209 | 1204 |
1210 #dialog-close::before | 1205 #dialog-close::before |
1211 { | 1206 { |
1212 background-position: -9px -32px; | 1207 background-position: -10px -33px; |
1213 cursor: pointer; | 1208 cursor: pointer; |
1209 height: 8px; | |
1210 width: 8px; | |
1214 vertical-align: middle; | 1211 vertical-align: middle; |
1215 -moz-margin-end: 6px; | 1212 -moz-margin-end: 6px; |
1216 -webkit-margin-end: 6px; | 1213 -webkit-margin-end: 6px; |
1217 } | 1214 } |
1218 | 1215 |
1219 #dialog #dialog-body | 1216 #dialog #dialog-body |
1220 { | 1217 { |
1221 margin: 4px 24px; | 1218 margin: 4px 24px; |
1222 } | 1219 } |
1223 | 1220 |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1328 #other-language .button-add::before | 1325 #other-language .button-add::before |
1329 { | 1326 { |
1330 display: none; | 1327 display: none; |
1331 } | 1328 } |
1332 | 1329 |
1333 #other-language .display | 1330 #other-language .display |
1334 { | 1331 { |
1335 -webkit-margin-start: 10px; | 1332 -webkit-margin-start: 10px; |
1336 -moz-margin-start: 10px; | 1333 -moz-margin-start: 10px; |
1337 } | 1334 } |
LEFT | RIGHT |