Toggle for add permissions dialog

Fixes #1553
This commit is contained in:
Joseph Schorr 2016-06-20 14:33:40 -04:00
parent af430d26fe
commit 41ae47c995
4 changed files with 43 additions and 2 deletions

View file

@ -1107,6 +1107,19 @@ a:focus {
text-align: center;
}
.co-table .checkbox-col .co-checkable-menu a {
color: black;
text-transform: none;
}
.co-table thead td.checkbox-menu-col:after {
display: none;
}
.co-table .offset-check-col {
padding-left: 22px;
}
.co-table td.options-col {
width: 36px;
text-align: center;