diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-11-21 15:33:23 +0100 |
---|---|---|
committer | Marin Treselj <marin@pixelipo.com> | 2017-11-21 15:33:23 +0100 |
commit | 7f36c2090a3045a1a45c486d55250af11fc3d7c3 (patch) | |
tree | a828b6c1d520584ef31cd1d8b5e311ae12e9b895 | |
parent | 399a965240af81e471af041d78b791baf99d7973 (diff) | |
download | nextcloud-server-7f36c2090a3045a1a45c486d55250af11fc3d7c3.tar.gz nextcloud-server-7f36c2090a3045a1a45c486d55250af11fc3d7c3.zip |
Make close icon fill more space
Signed-off-by: Marin Treselj <marin@pixelipo.com>
-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..75445a1ae75 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" viewbox="0 0 16 16" width="16" version="1.1" height="16"><path fill="#fff" d="m15 13-2 2-5-5-5 5-2-2 5-5-5-5 2-2 5 5 5-5 2 2-5 5z"/></svg> diff --git a/core/img/actions/close.svg b/core/img/actions/close.svg index 549c1ce76ee..4329b21bb0a 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" viewbox="0 0 16 16" width="16" version="1.1" height="16"><path d="m15 13-2 2-5-5-5 5-2-2 5-5-5-5 2-2 5 5 5-5 2 2-5 5z"/></svg> |