git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@234 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
nanosimbiot 2011-08-21 05:00:39 +00:00
commit a39601a43a
4 changed files with 22 additions and 29 deletions

View file

@ -133,7 +133,7 @@ img { border: 0px; }
.dlCancel { color: #666666; }
/* DL list color me */
.itsme { color: #0000FF !important; font-size: 12px; font-weight: bold; text-decoration: none;}
.itsme { color: #0000FF !important; font-size: 12px; font-weight: bold; text-decoration: none;}
a.dlWill, a.dlWill:visited { color: #0066CC; text-decoration: none; }
a.dlDown, a.dlDown:visited { color: #800000; text-decoration: none; }
@ -404,7 +404,7 @@ table.forumline {
border-top: 1px solid #B7C0C5;
}
.forumline th {
border: 1px solid #B7C0C5; border-width: 1px; border-top-color: #92A3A4;
border: 1px solid #B7C0C5; border-width: 1px; border-top-color: #92A3A4;
}
.forumline td {
border: 1px solid #B7C0C5; border-width: 0 1px 1px;
@ -737,8 +737,8 @@ td.topicSep { /* Topic type groups separator */
table.topic { width: 100%; }
.post_head { padding: 0 6px; font-size: 10px; }
.post_wrap { margin: 5px 5px 8px; }
.post_body { line-height: 18px; } /* The content of the posts */
.post_wrap { line-height: 18px; }
.post_body { margin: 5px 5px 8px; } /* The content of the posts */
a.postLink { text-decoration: none; }
a.postLink:visited { text-decoration: none; color: #5493B4; }
.posted_since { color: #666666; padding-left: 4px; }
@ -882,6 +882,9 @@ a.menu-root, a.menu-root:visited, a.menu-root:hover {
display: none;
display/**/: block;
position: absolute; z-index: -1; filter: mask(); }
.menu-a { background: #FFFFFF; border: 1px solid #92A3A4; }
.menu-a a { color: #0000A0; background: #E7E7E7; padding: 4px 10px 5px; margin: 1px; display: block; text-decoration: none !important; }
.menu-a a:hover { color: #0000FF; background: #D1D7DC; text-decoration: none !important; }
/* ================================================================ *
Ajax
* ================================================================ */

View file

@ -357,7 +357,7 @@ function OpenInEditor ($file, $line)
<select id="search-action">
<option value="tracker.php#results" selected="selected"> {L_TRACKER_S} </option>
<option value="search.php"> {L_FORUM_S} </option>
</select>
</select>
<input type="submit" class="med bold" value="&raquo;" style="width: 30px;" />
</form>
</div>
@ -374,28 +374,14 @@ function OpenInEditor ($file, $line)
</table>
</div>
<!--/logout-->
<div class="menu-sub" id="dls-menu">
<table class="nowrap" cellspacing="1" cellpadding="4">
<tr>
<th>&nbsp;</th>
</tr>
<tr>
<td>
<fieldset id="show-only">
<legend>{L_SEARCH}</legend>
<div class="bold nowrap pad_2">
<p class="mrg_4"><a class="med" href="{U_TRACKER}?rid={SESSION_USER_ID}#results">{L_CUR_UPLOADS}</a></p>
<p class="mrg_4"><a class="med" href="{U_CUR_DOWNLOADS}#torrent">{L_CUR_DOWNLOADS}</a></p>
<p class="mrg_4"><a class="med" href="{U_SEARCH}?dlu={SESSION_USER_ID}&dlc=1">{L_SEARCH_DL_COMPLETE_DOWNLOADS}</a></p>
<p class="mrg_4"><a class="med" href="{U_SEARCH}?dlu={SESSION_USER_ID}&dlw=1">{L_SEARCH_DL_WILL_DOWNLOADS}</a></p>
</div>
</fieldset>
</td>
</tr>
</table>
<div class="menu-a bold nowrap">
<a class="med" href="{U_TRACKER}?rid={SESSION_USER_ID}#results">{L_CUR_UPLOADS}</a>
<a class="med" href="{U_CUR_DOWNLOADS}#torrent">{L_CUR_DOWNLOADS}</a>
<a class="med" href="{U_SEARCH}?dlu={SESSION_USER_ID}&dlc=1">{L_SEARCH_DL_COMPLETE_DOWNLOADS}</a>
<a class="med" href="{U_SEARCH}?dlu={SESSION_USER_ID}&dlw=1">{L_SEARCH_DL_WILL_DOWNLOADS}</a>
</div>
</div>
<!-- ELSE -->
<!--login form-->

View file

@ -72,6 +72,10 @@ ajax.callback.posts = function(data){
<input type="button" value="{L_SPOILER}" name="codeSpoiler" title="{L_SPOILER}" style="width: 65px;" />
</span>
&nbsp;
<div class="buttons floatR">
<input type="button" value="+" onclick="$('#message').css({height: parseInt($('#message').css('height')) + 100}); return false;">
<input type="button" value="-" onclick="$('#message').css({height: parseInt($('#message').css('height')) - 100}); return false;">
</div>
</div>
<!-- ENDIF / !QUICK_REPLY -->

View file

@ -264,15 +264,15 @@ function set_hid_chbox (id)
<div class="clear"></div>
</div>
<div class="post_wrap">
<div class="post_body">
<div class="post_body">
<div class="post_wrap">
<span id="pp_{postrow.POST_ID}">{postrow.MESSAGE}</span>
<span id="pe_{postrow.POST_ID}"></span>
{postrow.ATTACHMENTS}
</div><!--/post_body-->
</div><!--/post_wrap-->
<!-- IF postrow.SIGNATURE -->{postrow.SIGNATURE}<!-- ENDIF -->
<!-- IF postrow.EDITED_MESSAGE --><div class="last_edited">{postrow.EDITED_MESSAGE}</div><!-- ENDIF -->
</div><!--/post_wrap-->
</div><!--/post_body-->
</td>
</tr>