Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-16 20:35:42 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-16 20:35:42 +0300
commitce6e77ad7431f629fb9e507342bd36cac7350eba (patch)
treedafdfda99cf4099831ad530831f9bde5b7f5797f /apps/theming/css
parentdef8af3e7e1f4328860f5c2d0c1643e0553f58e0 (diff)
Fix revert icon position on theming settings
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/settings-admin.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/theming/css/settings-admin.scss b/apps/theming/css/settings-admin.scss
index f8f2a0e33ac..504760d4596 100644
--- a/apps/theming/css/settings-admin.scss
+++ b/apps/theming/css/settings-admin.scss
@@ -18,14 +18,16 @@
.theme-undo {
position: absolute;
- top: -7px;
- right: 7px;
+ top: -7px; // input padding
+ right: 4px; // input right margin + border
cursor: pointer;
opacity: .3;
padding: 7px;
vertical-align: top;
display: inline-block;
visibility: hidden;
+ height: 32px; // height of input
+ width: 32px; // height of input
}
form.uploadButton {
width: 411px;