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

Commit

Permalink
Fix standard form inputs in role editors
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Apr 1, 2015
1 parent 6bac414 commit 8bd7b43
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions core/src/plugins/editor.ajxp_role/rolesEditor.css
Expand Up @@ -19,10 +19,11 @@ div.tabbed_editor input[type="password"]
{
font-size: 13px;
line-height: 21px;
padding: 0 1% !important;
padding: 0 0 0 5px !important;
width: 52% !important;
height: 30px;
border: 1px solid #C8CCD3;
box-sizing: border-box;
}

div.tabbed_editor input:focus,
Expand Down Expand Up @@ -92,8 +93,10 @@ div#parameters-selector{

div.tabbed_editor div.SF_input.SF_inlineButton{
margin-left: 10px !important;
width: 53% !important;
width: 56% !important;
padding: 7px 3px !important;
box-sizing: border-box;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.26);
}

.ajxp_theme_vision div.tabbed_editor{
Expand Down

0 comments on commit 8bd7b43

Please sign in to comment.