From: Thomas Citharel Date: Fri, 31 Oct 2014 16:34:03 +0000 (+0100) Subject: Merge pull request #910 from jsit/default-theme-search-form-css X-Git-Tag: 1.8.1^2~11 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=87e37e82fdcc133a0ab1666241b68c39220067d1;hp=ed0436d21efbb1a2c2d5e336c0c55b9581735c12;p=github%2Fwallabag%2Fwallabag.git Merge pull request #910 from jsit/default-theme-search-form-css Moving search-form style out of messages css and into style.css --- diff --git a/themes/default/css/messages.css b/themes/default/css/messages.css index 3ad4e34e..46b54795 100644 --- a/themes/default/css/messages.css +++ b/themes/default/css/messages.css @@ -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; diff --git a/themes/default/css/style.css b/themes/default/css/style.css index e254d481..b25373d6 100755 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css @@ -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 +}