diff --git a/themes/default/css/messages.css b/themes/default/css/messages.css index 3ad4e34..46b5479 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 e254d48..b25373d 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 +}