diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-11-22 14:00:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 14:00:57 +0100 |
commit | 968da5ef23efa722163c0d5250d82a39367a1571 (patch) | |
tree | 353106c6833b780097e6fbfe513c380e1c30c66c | |
parent | 3aaccc9a230a343d10e2e6c624694e0b87bb1c9d (diff) | |
parent | bf68d6374bb4f438bd6e586b8dc76e0f372d0d10 (diff) | |
download | nextcloud-server-968da5ef23efa722163c0d5250d82a39367a1571.tar.gz nextcloud-server-968da5ef23efa722163c0d5250d82a39367a1571.zip |
Merge pull request #7239 from nextcloud/larger-close-button
Make close icon fill more space
-rw-r--r-- | apps/files/css/detailsView.scss | 4 | ||||
-rw-r--r-- | core/img/actions/close-white.svg | 2 | ||||
-rw-r--r-- | core/img/actions/close.svg | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/css/detailsView.scss b/apps/files/css/detailsView.scss index c292a45b964..7393a459b8d 100644 --- a/apps/files/css/detailsView.scss +++ b/apps/files/css/detailsView.scss @@ -66,7 +66,7 @@ #app-sidebar .large.text { overflow-y: scroll; overflow-x: hidden; - padding-top: 15px; + padding-top: 14px; font-size: 80%; margin-left: 0; } @@ -121,7 +121,7 @@ position: absolute; top: 0; right: 0; - padding: 15px; + padding: 14px; opacity: .5; z-index: 1; } diff --git a/core/img/actions/close-white.svg b/core/img/actions/close-white.svg index 49231d7d62f..f24a6914b0f 100644 --- a/core/img/actions/close-white.svg +++ b/core/img/actions/close-white.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewbox="0 0 16 16"><path fill="#fff" d="m12.95 11.536l-1.414 1.414-3.536-3.536-3.535 3.536-1.415-1.414 3.536-3.536-3.536-3.536 1.415-1.414 3.535 3.536 3.516-3.555 1.434 1.434-3.536 3.535z"/></svg> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewbox="0 0 16 16"><path fill="#fff" d="m14 12.3-1.7 1.7-4.3-4.3-4.3 4.3-1.7-1.7 4.3-4.3-4.3-4.3 1.7-1.7 4.3 4.3 4.3-4.3 1.7 1.7-4.3 4.3z"/></svg> diff --git a/core/img/actions/close.svg b/core/img/actions/close.svg index 549c1ce76ee..1fe4d0e2ffe 100644 --- a/core/img/actions/close.svg +++ b/core/img/actions/close.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewbox="0 0 16 16"><path d="m12.95 11.536l-1.414 1.414-3.536-3.536-3.535 3.536-1.415-1.414 3.536-3.536-3.536-3.536 1.415-1.414 3.535 3.536 3.516-3.555 1.434 1.434-3.536 3.535z"/></svg> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewbox="0 0 16 16"><path d="m14 12.3-1.7 1.7-4.3-4.3-4.3 4.3-1.7-1.7 4.3-4.3-4.3-4.3 1.7-1.7 4.3 4.3 4.3-4.3 1.7 1.7-4.3 4.3z"/></svg> |