mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
Rearrange CSS preview page -- put preview at top.
This commit is contained in:
@@ -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; }
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user