summaryrefslogtreecommitdiffstats
path: root/apps/theming/css/settings-admin.scss
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-05-17 21:16:03 +0200
committerGitHub <noreply@github.com>2018-05-17 21:16:03 +0200
commit9236c20a28dd9558d1577ebfd7c7ea9202ca70bb (patch)
treee6d84fdcbbde8af5bae264db7f58a5a833c7c78e /apps/theming/css/settings-admin.scss
parent8696651cfb0370bc6b1e4bcc70ffd4fa1d2b65bd (diff)
parentfeff9f5bd1f776ade18ec8e196553730ef408a54 (diff)
downloadnextcloud-server-9236c20a28dd9558d1577ebfd7c7ea9202ca70bb.tar.gz
nextcloud-server-9236c20a28dd9558d1577ebfd7c7ea9202ca70bb.zip
Merge pull request #9437 from nextcloud/feature/noid/imprint
allow to specify a link to a legal notice
Diffstat (limited to 'apps/theming/css/settings-admin.scss')
-rw-r--r--apps/theming/css/settings-admin.scss14
1 files changed, 9 insertions, 5 deletions
diff --git a/apps/theming/css/settings-admin.scss b/apps/theming/css/settings-admin.scss
index ceb560f0f02..7753540ccd2 100644
--- a/apps/theming/css/settings-admin.scss
+++ b/apps/theming/css/settings-admin.scss
@@ -28,7 +28,7 @@
visibility: hidden;
}
form.uploadButton {
- width: 356px;
+ width: 411px;
}
form .theme-undo,
.theme-remove-bg {
@@ -46,13 +46,17 @@
input[type='text']:hover + .theme-undo,
input[type='text'] + .theme-undo:hover,
input[type='text']:focus + .theme-undo,
- input[type='text']:active + .theme-undo {
+ input[type='text']:active + .theme-undo,
+ input[type='url']:hover + .theme-undo,
+ input[type='url'] + .theme-undo:hover,
+ input[type='url']:focus + .theme-undo,
+ input[type='url']:active + .theme-undo{
visibility: visible;
}
label span {
display: inline-block;
- min-width: 120px;
+ min-width: 175px;
padding: 8px 0px;
vertical-align: top;
}
@@ -88,7 +92,7 @@
background-size: cover;
background-position: center center;
text-align: center;
- margin-left: 123px;
+ margin-left: 178px;
margin-top: 10px;
margin-bottom: 20px;
cursor: pointer;
@@ -117,4 +121,4 @@
background-repeat: no-repeat;
background-size: contain;
}
-} \ No newline at end of file
+}