diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-03-24 10:56:44 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-03-24 11:29:29 +0100 |
commit | 17fbffceeb7722260bda9022d6046976b722388b (patch) | |
tree | 1fb1583dbf0ec472d8f67789425186e02419166e /core/search/css | |
parent | f2be172ae89b9d20e2bd2c87d253a69eff9162ac (diff) | |
download | nextcloud-server-17fbffceeb7722260bda9022d6046976b722388b.tar.gz nextcloud-server-17fbffceeb7722260bda9022d6046976b722388b.zip |
Use the same style when no search result was found
Diffstat (limited to 'core/search/css')
-rw-r--r-- | core/search/css/results.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/search/css/results.css b/core/search/css/results.css index 04f7b6dcb99..b62f7df3fe3 100644 --- a/core/search/css/results.css +++ b/core/search/css/results.css @@ -18,23 +18,23 @@ box-sizing: content-box; } -#searchresults #status { +#searchresults .status { background-color: rgba(255, 255, 255, .85); height: 12px; padding: 28px 0 28px 56px; font-size: 18px; } -.has-favorites:not(.hidden) ~ #searchresults #status { +.has-favorites:not(.hidden) ~ #searchresults .status { padding-left: 102px; } -#searchresults #status.fixed { +#searchresults .status.fixed { position: fixed; bottom: 0; width: 100%; z-index: 10; } -#searchresults #status .spinner { +#searchresults .status .spinner { height: 16px; width: 16px; vertical-align: middle; |