diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-09-23 07:51:17 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-09-23 07:51:17 +0200 |
commit | 0d3bafdfdfe4fa1e4aa62f6056d8028ebd7d920d (patch) | |
tree | c802f80581c8ad0b317ef475dfdaf07651c6cebc | |
parent | 98f0929f168a336079456f65b6ca41e84b22efff (diff) | |
download | wallabag-0d3bafdfdfe4fa1e4aa62f6056d8028ebd7d920d.tar.gz wallabag-0d3bafdfdfe4fa1e4aa62f6056d8028ebd7d920d.tar.zst wallabag-0d3bafdfdfe4fa1e4aa62f6056d8028ebd7d920d.zip |
Remove tab from baggy css
And add a border left on the filter slider
-rwxr-xr-x | src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css | 102 |
1 files changed, 51 insertions, 51 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css index 950d8b0e..4aeadb4f 100755 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css | |||
@@ -356,9 +356,9 @@ footer a { | |||
356 | overflow: hidden; | 356 | overflow: hidden; |
357 | padding: 1.5em 1.5em 3em 1.5em; | 357 | padding: 1.5em 1.5em 3em 1.5em; |
358 | 358 | ||
359 | /* Removing CSS transitions because they make the switch from list view to | 359 | /* Removing CSS transitions because they make the switch from list view to |
360 | * table view jerky | 360 | * table view jerky |
361 | */ | 361 | */ |
362 | /* -webkit-transition: all 0.5s ease; */ | 362 | /* -webkit-transition: all 0.5s ease; */ |
363 | /* -moz-transition: all 0.5s ease; */ | 363 | /* -moz-transition: all 0.5s ease; */ |
364 | /* -ms-transition: all 0.5s ease; */ | 364 | /* -ms-transition: all 0.5s ease; */ |
@@ -570,47 +570,47 @@ img.preview { | |||
570 | border-left: 1px #EEE solid; | 570 | border-left: 1px #EEE solid; |
571 | } | 571 | } |
572 | 572 | ||
573 | .popup-form form { | 573 | .popup-form form { |
574 | background-color: #FFF; | 574 | background-color: #FFF; |
575 | position: absolute; | 575 | position: absolute; |
576 | top: 0; | 576 | top: 0; |
577 | left: 0; | 577 | left: 0; |
578 | z-index: 20; | 578 | z-index: 20; |
579 | border: 10px solid #000; | 579 | border: 10px solid #000; |
580 | width: 400px; | 580 | width: 400px; |
581 | height: 200px; | 581 | height: 200px; |
582 | padding: 2em; | 582 | padding: 2em; |
583 | } | 583 | } |
584 | 584 | ||
585 | #bagit-form-form .addurl { | 585 | #bagit-form-form .addurl { |
586 | margin-left: 0; | 586 | margin-left: 0; |
587 | } | 587 | } |
588 | 588 | ||
589 | .closeMessage, | 589 | .closeMessage, |
590 | .close-button { | 590 | .close-button { |
591 | background-color: #000; | 591 | background-color: #000; |
592 | color: #FFF; | 592 | color: #FFF; |
593 | font-size: 1.2em; | 593 | font-size: 1.2em; |
594 | line-height: 1.6; | 594 | line-height: 1.6; |
595 | width: 1.6em; | 595 | width: 1.6em; |
596 | height: 1.6em; | 596 | height: 1.6em; |
597 | text-align: center; | 597 | text-align: center; |
598 | text-decoration: none; | 598 | text-decoration: none; |
599 | } | 599 | } |
600 | .closeMessage:hover, | 600 | .closeMessage:hover, |
601 | .closeMessage:focus, | 601 | .closeMessage:focus, |
602 | .close-button:hover, | 602 | .close-button:hover, |
603 | .close-button:focus { | 603 | .close-button:focus { |
604 | background-color: #999; | 604 | background-color: #999; |
605 | color: #000; | 605 | color: #000; |
606 | } | 606 | } |
607 | 607 | ||
608 | .close-button--popup { | 608 | .close-button--popup { |
609 | display: inline-block; | 609 | display: inline-block; |
610 | position: absolute; | 610 | position: absolute; |
611 | top: 0; | 611 | top: 0; |
612 | right: 0; | 612 | right: 0; |
613 | font-size: 1.4em; | 613 | font-size: 1.4em; |
614 | } | 614 | } |
615 | 615 | ||
616 | .active-current { | 616 | .active-current { |
@@ -753,24 +753,24 @@ a.add-to-wallabag-link-after:after { | |||
753 | 753 | ||
754 | 754 | ||
755 | /* .icon-image class, for image-based icons | 755 | /* .icon-image class, for image-based icons |
756 | ========================================================================== */ | 756 | ========================================================================== */ |
757 | 757 | ||
758 | .icon-image { | 758 | .icon-image { |
759 | background-size: 16px 16px; | 759 | background-size: 16px 16px; |
760 | background-repeat: no-repeat; | 760 | background-repeat: no-repeat; |
761 | background-position: center; | 761 | background-position: center; |
762 | padding-right: 1em !important; | 762 | padding-right: 1em !important; |
763 | padding-left: 1em !important; | 763 | padding-left: 1em !important; |
764 | } | 764 | } |
765 | 765 | ||
766 | /* Carrot (http://carrot.org) */ | 766 | /* Carrot (http://carrot.org) */ |
767 | .icon-image--carrot { | 767 | .icon-image--carrot { |
768 | background-image: url('../../_global/img/icons/carrot-icon--white.png'); | 768 | background-image: url('../../_global/img/icons/carrot-icon--white.png'); |
769 | } | 769 | } |
770 | 770 | ||
771 | /* Diaspora */ | 771 | /* Diaspora */ |
772 | .icon-image--diaspora { | 772 | .icon-image--diaspora { |
773 | background-image: url('../../_global/img/icons/diaspora-icon--black.png'); | 773 | background-image: url('../../_global/img/icons/diaspora-icon--black.png'); |
774 | }} | 774 | }} |
775 | 775 | ||
776 | /* ========================================================================== | 776 | /* ========================================================================== |
@@ -813,14 +813,14 @@ a.add-to-wallabag-link-after:after { | |||
813 | } | 813 | } |
814 | 814 | ||
815 | .more-info { | 815 | .more-info { |
816 | font-size: 0.85em; | 816 | font-size: 0.85em; |
817 | line-height: 1.5; | 817 | line-height: 1.5; |
818 | color: #aaa; | 818 | color: #aaa; |
819 | } | 819 | } |
820 | 820 | ||
821 | .more-info a { | 821 | .more-info a { |
822 | color: #aaa; | 822 | color: #aaa; |
823 | } | 823 | } |
824 | 824 | ||
825 | /* ========================================================================== | 825 | /* ========================================================================== |
826 | 5 = Article | 826 | 5 = Article |
@@ -934,9 +934,9 @@ blockquote { | |||
934 | } | 934 | } |
935 | 935 | ||
936 | pre code { | 936 | pre code { |
937 | font-family: "Courier New", Courier, monospace; | 937 | font-family: "Courier New", Courier, monospace; |
938 | border: 1px solid #ccc; | 938 | border: 1px solid #ccc; |
939 | font-size: 0.96em; | 939 | font-size: 0.96em; |
940 | } | 940 | } |
941 | 941 | ||
942 | #filter-form { | 942 | #filter-form { |
@@ -949,18 +949,18 @@ pre code { | |||
949 | padding: 15px; | 949 | padding: 15px; |
950 | padding-right: 30px; | 950 | padding-right: 30px; |
951 | padding-top: 30px; | 951 | padding-top: 30px; |
952 | 952 | border-left: 1px #333 solid; | |
953 | z-index: 12; | 953 | z-index: 12; |
954 | 954 | ||
955 | /*transition-property: transform; | 955 | /*transition-property: transform; |
956 | transition-duration: 0.3s; | 956 | transition-duration: 0.3s; |
957 | transition-delay: 0.3s; | 957 | transition-delay: 0.3s; |
958 | 958 | ||
959 | transform: translate3d(100%, 0, 0);*/ | 959 | transform: translate3d(100%, 0, 0);*/ |
960 | } | 960 | } |
961 | 961 | ||
962 | #filter-form form { | 962 | #filter-form form { |
963 | 963 | ||
964 | } | 964 | } |
965 | 965 | ||
966 | #filter-form form .filter-group { | 966 | #filter-form form .filter-group { |