From: Nicolas LÅ“uillet Date: Tue, 8 Apr 2014 20:42:34 +0000 (+0200) Subject: responsive for search form #610 X-Git-Tag: 1.6.1b^2~3^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=08f539f738c0b30426392cd2ea74da96a92c625d;hp=6e8030a0db9b669fdd5be3d3a07d6a193e456cb4;p=github%2Fwallabag%2Fwallabag.git responsive for search form #610 --- diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index e4c62a10..0991dbed 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css @@ -540,7 +540,7 @@ footer a { 2.1 = "save a link" popup div related styles ========================================================================== */ -#bagit-form { +#bagit-form, #search-form { background: rgba(0,0,0,0.5); position: absolute; top: 0; @@ -555,7 +555,7 @@ footer a { border-left: 1px #EEE solid; } -#bagit-form form { +#bagit-form form, #search-form form { background: #FFF; position: absolute; top: 0; @@ -568,7 +568,7 @@ footer a { padding: 2em; } -a#bagit-form-close { +a#bagit-form-close, a#search-form-close { background: #000; color: #FFF; padding: 0.2em 0.5em; @@ -577,7 +577,7 @@ a#bagit-form-close { float: right; font-size: 0.6em; } -a#bagit-form-close:hover { +a#bagit-form-close:hover, a#search-form-close:hover { background: #999; color: #000; } @@ -1028,7 +1028,7 @@ blockquote { display: none; } - #bagit-form { + #bagit-form, #search-form { left: 0; } }