]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #910 from jsit/default-theme-search-form-css
authorThomas Citharel <tcit@tcit.fr>
Fri, 31 Oct 2014 16:34:03 +0000 (17:34 +0100)
committerThomas Citharel <tcit@tcit.fr>
Fri, 31 Oct 2014 16:34:03 +0000 (17:34 +0100)
Moving search-form style out of messages css and into style.css

themes/default/css/messages.css
themes/default/css/style.css

index 3ad4e34e50e69035e753d2795172d3755575647b..46b547956244eb3f84d64b292a33120323c179ec 100644 (file)
@@ -8,11 +8,6 @@
     border-radius: 4px;
 }
 
-/* Search form message needs a little more width, depending on translations */
-#search-form {
-    width: 420px;
-}
-
 .messages a.closeMessage {
     display: none;
     float: right;
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
+}