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
path: root/core/css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css')
-rw-r--r--core/css/share.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/share.scss b/core/css/share.scss
index 2e1c99b6f41..35d90fb4b88 100644
--- a/core/css/share.scss
+++ b/core/css/share.scss
@@ -43,6 +43,9 @@
font-weight: 400;
white-space: nowrap;
}
+ input[type='radio'].radio + label {
+ margin-left: -1px;
+ }
input[type='checkbox'] {
margin: 0 3px 0 8px;
vertical-align: middle;