Rearrange CSS preview page -- put preview at top.

This commit is contained in:
Neil Williams
2012-03-25 16:47:10 -07:00
parent a3fae4650f
commit 92cf3610f7
2 changed files with 23 additions and 23 deletions

View File

@@ -2942,7 +2942,7 @@ ul#image-preview-list .description pre {
border-color: lightgray;
padding: 5px;
margin: 5px;
width: 100%;
width: 900px;
}
#preview-table > table > tbody > tr { padding-bottom: 10px; }

View File

@@ -93,6 +93,28 @@
</form>
<div id="preview-table" style="display:none">
<h2><a name="preview">${_("preview")}</a></h2>
<table>
<tr>
<th>${_("normal link")}</th>
<td id="preview_link_normal"></td>
</tr>
<tr>
<th>${_("compressed link")}</th>
<td id="preview_link_compressed"></td>
</tr>
<tr>
<th>${_("link with thumbnail")}</th>
<td id="preview_link_media"></td>
</tr>
<tr>
<th>${_("comment")}</th>
<td id="preview_comment"></td>
</tr>
</table>
</div>
<div id="images">
<h2><a name="images">${_("images")}</a></h2>
@@ -260,27 +282,5 @@
</div>
<div style="clear:left"><!--IEsux--></div>
<div id="preview-table" style="display:none">
<h2><a name="preview">${_("preview")}</a></h2>
<table>
<tr>
<th>${_("normal link")}</th>
<td id="preview_link_normal"></td>
</tr>
<tr>
<th>${_("compressed link")}</th>
<td id="preview_link_compressed"></td>
</tr>
<tr>
<th>${_("link with thumbnail")}</th>
<td id="preview_link_media"></td>
</tr>
<tr>
<th>${_("comment")}</th>
<td id="preview_comment"></td>
</tr>
</table>
</div>
</div>