Merge pull request #6976 from nextcloud/fix-checkbox-in-popover

Fix checkboxes on popover
This commit is contained in:
Morris Jobke 2017-10-30 09:45:03 +01:00 committed by GitHub
commit 42a14ad4cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 16 deletions

View File

@ -41,17 +41,6 @@
padding: 18px 0 18px 36px;
}
/* fix clickable area because in the share tab popover the label is inside the actual menu item*/
#shareWithList .popovermenu .shareOption {
padding-right: 0 !important;
}
/* fix clickable area because in the share tab popover the label is inside the actual menu item*/
.shareTabView .popovermenu label {
width: 100%;
display: inline-block;
padding: 0 10px 0 0 !important;
}
.shareTabView label {
white-space: nowrap;
}
@ -100,11 +89,6 @@
opacity: .5;
}
#shareWithList .shareOption.menuitem > label:before {
/* Checkboxes positionning */
margin: 0 12px !important;
}
#shareWithList .unshare {
padding: 1px 6px;
vertical-align: text-bottom;

View File

@ -864,6 +864,12 @@ kbd {
width: 16px;
padding: 0 10px;
}
> input.checkbox + label {
padding: 0 !important;
&::before {
margin: -2px 12px 0;
}
}
}
[class^='icon-'],
[class*=' icon-']{