diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2015-01-02 14:22:48 +0100 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2015-01-02 14:22:48 +0100 |
commit | 2eec8dc156d6bbeb8a40fa9547fbc266bd881437 (patch) | |
tree | 6be60c9df9fa935b5dfdfbd448275097f2d8bf4c /search/css | |
parent | 0cca9e26c41a1957b3a574d33b3835ea76c63e13 (diff) | |
download | nextcloud-server-2eec8dc156d6bbeb8a40fa9547fbc266bd881437.tar.gz nextcloud-server-2eec8dc156d6bbeb8a40fa9547fbc266bd881437.zip |
correctly update search results when query is changed, show spinner when searching
Diffstat (limited to 'search/css')
-rw-r--r-- | search/css/results.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/search/css/results.css b/search/css/results.css index 4e3fade68d2..dd746391387 100644 --- a/search/css/results.css +++ b/search/css/results.css @@ -22,7 +22,7 @@ padding: 28px 0 28px 56px; font-size: 18px; } -.has-favorites:not(.hidden) ~ .searchresults-wrapper #searchresults #status { +.has-favorites:not(.hidden) ~ #searchresults #status { padding-left: 102px; } #searchresults #status.fixed { @@ -32,6 +32,12 @@ z-index: 10; } +#searchresults #status .spinner { + height: 16px; + width: 16px; + vertical-align: middle; + margin-left: 10px; +} #searchresults table { border-spacing:0; table-layout:fixed; @@ -53,7 +59,7 @@ background-position: right center; background-repeat: no-repeat; } -.has-favorites:not(.hidden) ~ .searchresults-wrapper #searchresults td.icon { +.has-favorites:not(.hidden) ~ #searchresults td.icon { width: 86px; } |