diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-26 15:06:11 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-26 15:06:11 +0100 |
commit | 6b8f5abf98a5cc6eb65d3f92be5cde488df66e43 (patch) | |
tree | c9688346370ac14c159c222e940dfefa5668367e /core | |
parent | fd9214de2333c98cc9cd0fc0ebe480a2a5f3c698 (diff) | |
download | nextcloud-server-6b8f5abf98a5cc6eb65d3f92be5cde488df66e43.tar.gz nextcloud-server-6b8f5abf98a5cc6eb65d3f92be5cde488df66e43.zip |
detail corrections for search box layout
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index c800822286a..184345aca74 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -241,8 +241,8 @@ textarea:disabled { position: relative; font-size: 1.2em; padding: 3px; - padding-left: 28px; - background: #fff url('../img/actions/search.svg') no-repeat .5em center; + padding-left: 25px; + background: #fff url('../img/actions/search.svg') no-repeat 6px center; border: 0; border-radius: 3px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; |