mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
LSaccessRightsMatrixView : improve readability
This commit is contained in:
parent
6a0d2f1767
commit
4df855e0ab
1 changed files with 8 additions and 0 deletions
|
@ -20,6 +20,14 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#LSaccessRightsMatrixView table tbody td, #LSaccessRightsMatrixView table thead th {
|
||||||
|
border-left: 1px dotted #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
#LSaccessRightsMatrixView table thead th:first-of-type {
|
||||||
|
margin: none;
|
||||||
|
}
|
||||||
|
|
||||||
span.LSaccessRightsMatrixView_readable, span.LSaccessRightsMatrixView_writable {
|
span.LSaccessRightsMatrixView_readable, span.LSaccessRightsMatrixView_writable {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
|
|
Loading…
Reference in a new issue