Remove large left margin on field description within cms-content-tools

This commit is contained in:
RuthAdele 2013-10-09 17:55:43 +10:30 committed by Ingo Schommer
parent f6035505c1
commit 9850d2c5f2
2 changed files with 5 additions and 0 deletions

View File

@ -513,6 +513,7 @@ body.cms { overflow: hidden; }
.cms-content-tools .field { /* Fields are more compressed in the sidebar compared to the main content editing window so the below alters the internal spacing of the fields so we can move that spacing to between the form fields rather than padding */ }
.cms-content-tools .field label { float: none; width: auto; font-size: 11px; padding: 0 8px 4px 0; }
.cms-content-tools .field .middleColumn { margin: 0; }
.cms-content-tools .field .description { margin-left: 0; }
.cms-content-tools .field input.text, .cms-content-tools .field select, .cms-content-tools .field textarea { padding: 5px; font-size: 11px; }
.cms-content-tools .field.checkbox { padding: 0 0 8px; }
.cms-content-tools .field.checkbox input { margin: 2px 0; }

View File

@ -798,6 +798,10 @@ body.cms {
margin: 2px 0;
}
}
.description {
margin-left: 0;
}
}
.fieldgroup {