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

Commit 8bd7b43

Browse files
committed
Fix standard form inputs in role editors
1 parent 6bac414 commit 8bd7b43

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

core/src/plugins/editor.ajxp_role/rolesEditor.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ div.tabbed_editor input[type="password"]
1919
{
2020
font-size: 13px;
2121
line-height: 21px;
22-
padding: 0 1% !important;
22+
padding: 0 0 0 5px !important;
2323
width: 52% !important;
2424
height: 30px;
2525
border: 1px solid #C8CCD3;
26+
box-sizing: border-box;
2627
}
2728

2829
div.tabbed_editor input:focus,
@@ -92,8 +93,10 @@ div#parameters-selector{
9293

9394
div.tabbed_editor div.SF_input.SF_inlineButton{
9495
margin-left: 10px !important;
95-
width: 53% !important;
96+
width: 56% !important;
9697
padding: 7px 3px !important;
98+
box-sizing: border-box;
99+
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.26);
97100
}
98101

99102
.ajxp_theme_vision div.tabbed_editor{

0 commit comments

Comments
 (0)