aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-09-13 21:07:27 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-09-13 21:07:27 +0200
commitb004a236ba0cc96bf530801a55cdddf9ec809d13 (patch)
tree9cd57b48d5a4c5ec7952ba02736c8209f1c95c69 /src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css
parent4d5fd9be812825c480589cdcfcec281ffb5aa66a (diff)
parent1a5f7e2d88284419654057fda71e2b0be9b5439a (diff)
downloadwallabag-b004a236ba0cc96bf530801a55cdddf9ec809d13.tar.gz
wallabag-b004a236ba0cc96bf530801a55cdddf9ec809d13.tar.zst
wallabag-b004a236ba0cc96bf530801a55cdddf9ec809d13.zip
Merge pull request #1401 from wallabag/v2-baggy-themes
Cleanup baggy
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css28
1 files changed, 28 insertions, 0 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 72a7b205..950d8b0e 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
@@ -939,6 +939,34 @@ pre code {
939 font-size: 0.96em; 939 font-size: 0.96em;
940} 940}
941 941
942#filter-form {
943 position: fixed;
944 width: 20%;
945 height: 100%;
946 top: 0;
947 right: 0;
948 background-color: #FFF;
949 padding: 15px;
950 padding-right: 30px;
951 padding-top: 30px;
952
953 z-index: 12;
954
955 /*transition-property: transform;
956 transition-duration: 0.3s;
957 transition-delay: 0.3s;
958
959 transform: translate3d(100%, 0, 0);*/
960}
961
962#filter-form form {
963
964}
965
966#filter-form form .filter-group {
967 margin: 5px;
968}
969
942 970
943/* ========================================================================== 971/* ==========================================================================
944 6 = Media Queries 972 6 = Media Queries