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-24 20:43:29 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-09-13 13:35:12 +0200
commitd2fcbf5d846eabb89714f4c59ff6729e2666a948 (patch)
treed6a9267da308f76c2e6377f50744f7a5216cf53d /src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css
parent19c283140ef7f489c67d7debe4dd431e7cfefd4b (diff)
downloadwallabag-d2fcbf5d846eabb89714f4c59ff6729e2666a948.tar.gz
wallabag-d2fcbf5d846eabb89714f4c59ff6729e2666a948.tar.zst
wallabag-d2fcbf5d846eabb89714f4c59ff6729e2666a948.zip
Handle filter form using some JS
Instead of displaying an ugly form
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.css13
1 files changed, 13 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..dee307f3 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,19 @@ pre code {
939 font-size: 0.96em; 939 font-size: 0.96em;
940} 940}
941 941
942#filter-form {
943 margin-top: 30px !important;
944 width: 500px;
945 height: 370px;
946 right: 5em;
947 left: inherit;
948}
949
950#filter-form form {
951 width: 500px;
952 height: 370px;
953}
954
942 955
943/* ========================================================================== 956/* ==========================================================================
944 6 = Media Queries 957 6 = Media Queries