diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-10-25 01:07:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-25 01:07:51 +0200 |
commit | 1978867a11a9baf1ec50555264e65bcfd679c7e8 (patch) | |
tree | 6a41c13f05e5ebc4cb32250669e5a66f8f3fe52b /core | |
parent | 5d84daa167ca7d631175f54fc949d3f78e854978 (diff) | |
parent | 065ab6bfff47b4e869b76dacf3b077fd0aff8ad5 (diff) | |
download | nextcloud-server-1978867a11a9baf1ec50555264e65bcfd679c7e8.tar.gz nextcloud-server-1978867a11a9baf1ec50555264e65bcfd679c7e8.zip |
Merge pull request #6709 from nextcloud/show-checkbox-where-the-favourite-icon-is-now
Show checkbox where the favourite icon is now
Diffstat (limited to 'core')
-rw-r--r-- | core/search/css/results.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/search/css/results.css b/core/search/css/results.css index 2e3791a47f0..e2ccfe36ef8 100644 --- a/core/search/css/results.css +++ b/core/search/css/results.css @@ -30,8 +30,8 @@ padding: 28px 0 28px 56px; font-size: 18px; } -.has-favorites:not(.hidden) ~ #searchresults .status { - padding-left: 102px; +.has-selection:not(.hidden) ~ #searchresults .status { + padding-left: 105px; } #searchresults .status.fixed { position: fixed; @@ -54,7 +54,7 @@ } #searchresults td { - padding: 5px 19px; + padding: 5px 14px; font-style: normal; vertical-align: middle; border-bottom: none; @@ -67,8 +67,8 @@ background-position: right center; background-repeat: no-repeat; } -.has-favorites:not(.hidden) ~ #searchresults td.icon { - width: 86px; +.has-selection:not(.hidden) ~ #searchresults td.icon { + width: 91px; background-size: 32px; } |