[#191] Refactor HTML style to CSS
This commit is contained in:
parent
97dd339bbb
commit
0b042903ca
|
@ -36,13 +36,15 @@
|
||||||
</dl>
|
</dl>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<p><center>
|
<div class="search-pagination">
|
||||||
|
<p>
|
||||||
<% if @pagination_previous_date %>
|
<% if @pagination_previous_date %>
|
||||||
<%= link_to_previous_search_page(@pagination_previous_date) %>
|
<%= link_to_previous_search_page(@pagination_previous_date) %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% if @pagination_next_date %>
|
<% if @pagination_next_date %>
|
||||||
<%= link_to_next_search_page(@pagination_next_date) %>
|
<%= link_to_next_search_page(@pagination_next_date) %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</center></p>
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<% html_title(l(:label_search)) -%>
|
<% html_title(l(:label_search)) -%>
|
||||||
|
|
|
@ -331,6 +331,9 @@ dt.time-entry { background-image: url(../images/time.png); }
|
||||||
|
|
||||||
#search-results dt.issue.closed { background-image: url(../images/ticket_checked.png); }
|
#search-results dt.issue.closed { background-image: url(../images/ticket_checked.png); }
|
||||||
|
|
||||||
|
.search-pagination { text-align: center; }
|
||||||
|
.search-pagination a {padding: 0 5px; }
|
||||||
|
|
||||||
div#roadmap .related-issues { margin-bottom: 1em; }
|
div#roadmap .related-issues { margin-bottom: 1em; }
|
||||||
div#roadmap .related-issues td.checkbox { display: none; }
|
div#roadmap .related-issues td.checkbox { display: none; }
|
||||||
div#roadmap .wiki h1:first-child { display: none; }
|
div#roadmap .wiki h1:first-child { display: none; }
|
||||||
|
|
Loading…
Reference in New Issue