]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css
Filters view on side for baggy
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / baggy / public / css / main.css
index dee307f396342f24355b35943f9d0269a43bcdca..16ff2fe2d9862ee516478546ab16fd62383d6a3a 100755 (executable)
@@ -940,16 +940,31 @@ pre code {
 }
 
 #filter-form {
-    margin-top: 30px !important;
-    width: 500px;
-    height: 370px;
-    right: 5em;
-    left: inherit;
+  position: fixed;
+  width: 15%;
+  height: 100%;
+  top: 0;
+  right: 0;
+  background-color: #FFF;
+  padding: 15px;
+  padding-right: 30px;
+  padding-top: 30px;
+
+  z-index: 12;
+
+  /*transition-property: transform;
+  transition-duration: 0.3s;
+  transition-delay: 0.3s;
+  transform: translate3d(100%, 0, 0);*/
 }
 
 #filter-form form {
-    width: 500px;
-    height: 370px;
+    
+}
+
+#filter-form form .filter-group {
+  margin: 5px;
 }