fix padding on mod page, removing search bar temporarily
Cette révision appartient à :
Parent
855185eecc
révision
cd2a27beb6
2 fichiers modifiés avec 5 ajouts et 9 suppressions
|
@ -1,5 +1,7 @@
|
|||
{{define "title"}}Torrents List{{end}}
|
||||
{{define "contclass"}}cont-view{{end}}
|
||||
{{define "content"}}
|
||||
<div class="blockBody">
|
||||
<table class="table">
|
||||
{{ range .Torrents}}
|
||||
|
||||
|
@ -12,4 +14,5 @@
|
|||
{{ genNav .Navigation .URL 5 }}
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
{{end}}
|
||||
|
|
|
@ -50,18 +50,11 @@
|
|||
<li><a href="{{ genRoute "mod_trlist"}}">{{T "Torrent Reports"}}</a></li>
|
||||
</ul>
|
||||
{{block "badge_user" .}}{{end}}
|
||||
<form class="navbar-form navbar-right" role="search" action="/mod/torrents" method="get">
|
||||
<div class="form-group">
|
||||
{{block "search_common" .}}{{end}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
{{block "search_button" .}}{{end}}
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<div style="padding-top: 10rem"></div>
|
||||
|
||||
<div class="container" id="container">
|
||||
{{block "content" .}}{{end}}
|
||||
|
|
Référencer dans un nouveau ticket