Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions src/templates/content/style/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ a.mxid_topbar_login:hover {
}
#header-links {
font-size: 12px;
left: 520px;
left: 550px;
position: absolute;
top: 34px;
}
Expand Down Expand Up @@ -2469,7 +2469,7 @@ td.label {
}
#cse-search-box {
position: absolute;
left: 332px;
left: 380px;
}
#cse-search-box label {
display: none;
Expand All @@ -2479,7 +2479,7 @@ td.label {
width: 150px;
font-size: 0.750em;
line-height: 1.2em;
padding: 8px 0 6px 27px;
padding: 8px 0 6px 10px;
border: 1px solid #A7A9AA;
box-shadow: none;
}
Expand Down Expand Up @@ -2520,8 +2520,6 @@ td.label {
}
#cse-search-box #q {
float: none;
width: 254px;
padding: 6px 15px 4px 10px;
}

/* Header */
Expand Down Expand Up @@ -2581,9 +2579,9 @@ td.label {
#cse-search-box input#searchsubmit {
background-image: url(../images/search-icon@2x.png);
background-size: 15px 14px;
right: 10px;
top: -2px;
left: auto;
right: 0;
top: -2px;
left: 136px;
}
.updatedtime {
background-image: url(../images/clock1@2x.png);
Expand Down
1 change: 1 addition & 0 deletions src/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<ul>
<li class="" id="nav_home"><a href="/">Home</a></li>
<li class="" id="nav_users"><a href="/users/">Users</a></li>
<li class="" id="nav_tags"><a href="/tags/">Tags</a></li>
<li class="" id="nav_faq"><a href="/faq/">FAQ</a></li>
<li class="" id="nav_ask"><a href="/questions/ask/">Ask a question</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3>
</td>
</tr>
</table>
<div class="paginator-container">
<div style="margin-top: 0;" class="paginator-container">
{% cnprog_paginator context %}
</div>

Expand Down