Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix buttons positions in the Actions tab
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Dec 18, 2013
1 parent ee99dda commit e5d9849
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/plugins/editor.ajxp_role/rolesEditor.css
Expand Up @@ -231,7 +231,7 @@ div#actions-selected > span.list_remove_item{
div#acls-selected div.repositoryEntry{
clear:both;
height: 17px;
padding: 11px 8px 12px;
padding: 11px 8px 11px;
}

div#acls-selected div.repositoryLabel{
Expand Down Expand Up @@ -283,11 +283,11 @@ div.add_button{
right: 16%;
}
span.list_remove_item{
float:right;
cursor: pointer;
top: 16px;
right: 0;
padding: 8px 5px;
padding: 6px 8px;
margin-right: 5px;
}


Expand Down

0 comments on commit e5d9849

Please sign in to comment.