aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-08-25 23:24:24 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2015-09-13 14:56:34 +0200
commit5def3f5862c4c8cc3faa19cd79a3746570064790 (patch)
treeac891192a07a11e2d3a8842576a70a53fc34e771 /src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css
parent71e51207ce7a33fc773e8b95a21f11679b9a9f3a (diff)
downloadwallabag-5def3f5862c4c8cc3faa19cd79a3746570064790.tar.gz
wallabag-5def3f5862c4c8cc3faa19cd79a3746570064790.tar.zst
wallabag-5def3f5862c4c8cc3faa19cd79a3746570064790.zip
Filters view on side for baggy
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css29
1 files changed, 22 insertions, 7 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 dee307f3..16ff2fe2 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
@@ -940,16 +940,31 @@ pre code {
940} 940}
941 941
942#filter-form { 942#filter-form {
943 margin-top: 30px !important; 943 position: fixed;
944 width: 500px; 944 width: 15%;
945 height: 370px; 945 height: 100%;
946 right: 5em; 946 top: 0;
947 left: inherit; 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);*/
948} 960}
949 961
950#filter-form form { 962#filter-form form {
951 width: 500px; 963
952 height: 370px; 964}
965
966#filter-form form .filter-group {
967 margin: 5px;
953} 968}
954 969
955 970