BUGFIX: Fix actions panel margin when adding a document

This commit is contained in:
Ryan O'Hara 2012-08-13 17:56:41 +12:00
parent bf0236d74a
commit 864624e662
2 changed files with 4 additions and 1 deletions

View File

@ -26,6 +26,7 @@ form.small .field input.text, form.small .field textarea, form.small .field sele
#Actions li.dms-active:after { content: ''; display: block; position: absolute; top: 33px; left: 50%; margin-left: -6px; width: 12px; height: 12px; background: #F8F8F8; border-right: 1px solid #B3B3B3; border-top: 1px solid #B3B3B3; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); pointer-events: none; }
#ActionsPanel .middleColumn { margin-left: 184px; }
form.small #ActionsPanel .middleColumn { margin-left: 120px; }
#ActionsPanel label.fieldholder-small-label { display: none; }
#ActionsPanel .fieldgroup-field { float: none; width: auto; }
#ActionsPanel .fieldgroup-field .fieldholder-small label { float: none; width: auto; margin: 0; padding: 0; }

View File

@ -131,9 +131,11 @@ form.small .field .TreeDropdownField,
}
#ActionsPanel{
//display: none;
.middleColumn{
margin-left:184px;
form.small &{
margin-left: 120px;
}
}
label.fieldholder-small-label{
display: none;