diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-17 18:18:07 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-17 18:18:07 +0100 |
commit | 6ac677f17a729e00dd46f9fefb0142fef332b514 (patch) | |
tree | fcc627082c988c67224a0f7c9818b24e20448beb /core/css | |
parent | c3ae01d66f46321ab79fa0a69597068e12ae72cb (diff) | |
download | nextcloud-server-6ac677f17a729e00dd46f9fefb0142fef332b514.tar.gz nextcloud-server-6ac677f17a729e00dd46f9fefb0142fef332b514.zip |
fix checkbox alignment in share dialog, fix #11515
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/share.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/share.css b/core/css/share.css index bf38ce83a02..fdc0475512a 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -87,6 +87,7 @@ #dropdown input[type="checkbox"] { margin:0 3px 0 8px; + vertical-align: middle; } a.showCruds { |