From 606a5b40e11af898aa911d021ee01a5d2f0c34e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 30 Nov 2020 10:53:43 +0100 Subject: [PATCH] remove quick-search custom style, not compatible with redmine 4 (#48958) --- stylesheets/application.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stylesheets/application.scss b/stylesheets/application.scss index 1e88572..1fbe049 100644 --- a/stylesheets/application.scss +++ b/stylesheets/application.scss @@ -96,8 +96,6 @@ body { #header h1 a.ancestor { font-size: 75%; } -#quick-search { margin-right: 6px; } -#quick-search input { float: right; } #main-menu { text-color: #404041; @@ -340,10 +338,6 @@ table.messages tr.message td { padding-top: 0.7em; } -div#quick-search a { - display: none; -} - #content .tabs { margin-bottom: 0; }