Skip to content

Commit

Permalink
- manage_access cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jan 21, 2019
1 parent b9a676c commit 5c4c3fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions src/OFS/dtml/access.dtml
Expand Up @@ -57,13 +57,12 @@
><dtml-let permmission_title="name"
><dtml-if "not (_['sequence-index']%10)">
<tr class="zmi-table-head">
<th colspan="2" class="zmi-akcquire-title" title="Acquire permission settings">
<th class="zmi-akcquire-title" title="Acquire?">
<dtml-unless isTopLevelPrincipiaApplicationObject>
<a href="manage_acquiredForm">Acquire
<dtml-unless sequence-index> <span class="d-none d-sm-block">permission settings</span></dtml-unless>
</a>
<a href="manage_acquiredForm">Acquire?</a>
</dtml-unless>
</th>
<th class="zmi-permission" title="Permission">Permission</th>
<dtml-in valid_roles>
<th class="zmi-rolename" title="&dtml-sequence-item;"><div><span>&dtml-sequence-item;</span></div></th>
</dtml-in>
Expand Down
2 changes: 1 addition & 1 deletion src/zmi/styles/resources/zmi_base.css
Expand Up @@ -307,7 +307,6 @@ form.zmi-upload {
}
.zmi th.zmi-akcquire-title {
white-space: nowrap;
vertical-align: bottom;
}

/* TITLE ROW */
Expand All @@ -320,6 +319,7 @@ form.zmi-upload {
width: 110px;
overflow: hidden;
display: inline-block;
text-align: center;
}

@media (max-width: 768px) {
Expand Down

0 comments on commit 5c4c3fb

Please sign in to comment.