Skip to content

Commit

Permalink
considered variant manage_access template
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed May 17, 2018
1 parent 4a1c369 commit b6d7e56
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/zmi/styles/resources/zmi_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@ input.btn.btn-primary:hover {
}

/* https://css-tricks.com/rotated-table-column-headers/ */
.zmi.zmi-manage_defined_roles th.blank,
.zmi.zmi-manage_defined_roles td.blank,
.zmi.zmi-manage_access th.blank,
.zmi.zmi-manage_access td.blank {
width:100%;
}

.zmi.zmi-manage_defined_roles td.nowrap,
.zmi.zmi-manage_access td.nowrap {
min-width:12em;
}
@media (min-width: 768px) {
.zmi.zmi-manage_defined_roles .nowrap,
.zmi.zmi-manage_access .nowrap {
white-space:nowrap;
}
Expand Down Expand Up @@ -52,6 +55,8 @@ input.btn.btn-primary:hover {
overflow:hidden;
display:inline-block;
}
.zmi.zmi-manage_defined_roles td.zmi-akcquire-check,
.zmi.zmi-manage_defined_roles .zmi-rolename-check
.zmi.zmi-manage_access td.zmi-akcquire-check,
.zmi.zmi-manage_access .zmi-rolename-check {
border:1px solid #dee2e6;
Expand Down

0 comments on commit b6d7e56

Please sign in to comment.