MINOR: add margin between header and linked documents edit panel

This commit is contained in:
Ryan O'Hara 2012-09-07 11:46:24 +12:00
parent 11180da4ac
commit d9ccc14d67
3 changed files with 8 additions and 5 deletions

View File

@ -31,6 +31,7 @@
.ss-add .document-add-existing.link-editor-context .middleColumn input { background: white; border: 1px solid #B3B3B3; line-height: 16px; margin: 0; border-radius: 4px; background-size: 100%; max-width: 512px; }
.ss-add .ss-assetuploadfield.link-editor-context label { float: left; display: block; width: 176px; padding: 8px 8px 8px 0; line-height: 16px; font-weight: bold; text-shadow: 1px 1px 0 white; }
.ss-add .ss-assetuploadfield.link-editor-context .middleColumn { margin-left: 184px; display: block; padding: 8px 8px 8px 0; font-style: italic; min-height: 20px; }
.ss-add .ss-assetuploadfield .step4 { margin-bottom: 10px; }
.cms .ss-add .treedropdownfield-panel, .cms .selectiongroup .treedropdownfield-panel { margin: -1px 0 0 0; box-sizing: border-box; }
.cms .ss-add .treedropdownfield-panel ul, .cms .selectiongroup .treedropdownfield-panel ul { padding: 4px 0; }

View File

@ -191,6 +191,9 @@ $gf_colour_zebra: #F0F4F7;
min-height:20px;
}
}
.step4{
margin-bottom: 10px;
}
}
}

View File

@ -3,7 +3,7 @@
<% if useFieldContext %>
<h3>
<% else %>
<div class="step3">
<div>
<% end_if %>
<span class="step-label">
<% if useFieldContext %>
@ -41,12 +41,11 @@
<div class="step4">
<span class="step-label">
<% if useFieldContext %>
<span class="flyout">2</span><span class="arrow"></span>
<span class="title">Edit Document Details</span>
<span class="flyout">2</span><span class="arrow"></span>
<span class="title">Edit Document Details</span>
<% else %>
<label>Selected Document</strong>
<label>Selected Document</strong>
<% end_if %>
</span>
</div>
<!-- <div class="fileOverview"></div> -->