]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
responsive for search form #610 623/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 8 Apr 2014 20:42:34 +0000 (22:42 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 8 Apr 2014 20:42:34 +0000 (22:42 +0200)
themes/baggy/css/main.css

index e4c62a10da0fe029914c9ecdf0ce1705b66159c7..0991dbedee9acd53e2db19b200d48657fc6870dd 100755 (executable)
@@ -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;
   }
 }