diff options
author | Felix A. Epp <work@felixepp.de> | 2017-05-04 01:34:29 +0200 |
---|---|---|
committer | Felix A. Epp <work@felixepp.de> | 2017-05-04 01:34:29 +0200 |
commit | 6f2cc428858c9e91d18ec15a412ec5e6604a1158 (patch) | |
tree | 742c1cd58956b6c4f073f9bf054e14eea66ebd70 /core/css | |
parent | 758576f608b6827b9cabe87c7dacf98fb3d1794f (diff) | |
download | nextcloud-server-6f2cc428858c9e91d18ec15a412ec5e6604a1158.tar.gz nextcloud-server-6f2cc428858c9e91d18ec15a412ec5e6604a1158.zip |
Add radio class to read/write sharing options and 1px left adjustment
Signed-off-by: Felix A. Epp <work@felixepp.de>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/share.scss | 3 |
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; |