]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/css/style.css
_global-izing some more js & css
[github/wallabag/wallabag.git] / themes / default / css / style.css
index e254d481b51b804340d32238be6266762e34ddb4..b25373d6c98cef6da4e4c85ed9ac64b352d115a9 100755 (executable)
@@ -417,6 +417,15 @@ a.add-to-wallabag-link-after:after {
   padding-left: 10px;
 }
 
+/* ==========================================================================
+       "Search" popup div related styles
+       ========================================================================== */
+
+/* Search form message needs a little more width, depending on translations */
+#search-form {
+    width: 420px;
+}
+
 .opacity03 {
   /*opacity: 0.3;*/
 }
@@ -435,4 +444,4 @@ pre code {
                font-family: "Courier New", Courier, monospace;
                border: 1px solid #ddd;
                font-size: 0.96em;
-}
\ No newline at end of file
+}