aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css
diff options
context:
space:
mode:
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