diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/search/css/results.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/core/search/css/results.css b/core/search/css/results.css index 5369a3093d9..e2ccfe36ef8 100644 --- a/core/search/css/results.css +++ b/core/search/css/results.css @@ -30,6 +30,9 @@ padding: 28px 0 28px 56px; font-size: 18px; } +.has-selection:not(.hidden) ~ #searchresults .status { + padding-left: 105px; +} #searchresults .status.fixed { position: fixed; bottom: 0; @@ -51,7 +54,7 @@ } #searchresults td { - padding: 5px 19px; + padding: 5px 14px; font-style: normal; vertical-align: middle; border-bottom: none; @@ -64,6 +67,10 @@ background-position: right center; background-repeat: no-repeat; } +.has-selection:not(.hidden) ~ #searchresults td.icon { + width: 91px; + background-size: 32px; +} #searchresults tr.template { display: none; |