Skip to content

Commit

Permalink
Adjust position of Screen Options button on Permissions screens
Browse files Browse the repository at this point in the history
  • Loading branch information
agapetry committed Mar 5, 2020
1 parent 3669efb commit 8cdfa1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions includes/css/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ position: relative;
#presspermit-pro-notice a, #presspermit-pro-notice a:visited, #presspermit-pro-notice a:link, #presspermit-pro-notice a:hover {
color:#655997;
font-weight: bold;
}

body.toplevel_page_presspermit-groups #show-settings-link, body.permissions_page_presspermit-role-usage #show-settings-link {
position: absolute;
left: -138px;
top: 6px;
}

0 comments on commit 8cdfa1f

Please sign in to comment.