Ad design changes (#1581)
* Update main.css * Update classic.css * Update base.jet.html * Update classic.css * Update main.css * Update base.jet.html * Update upload.jet.html
Cette révision appartient à :
Parent
216d241143
révision
e1f6a97a86
4 fichiers modifiés avec 15 ajouts et 6 suppressions
|
@ -518,6 +518,15 @@ td.tr-size {
|
||||||
width: 87%;
|
width: 87%;
|
||||||
max-width: 1328px;
|
max-width: 1328px;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
|
}
|
||||||
|
.content > .centered {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
#content > .centered {
|
||||||
|
width: 87%;
|
||||||
|
max-width: 1328px;
|
||||||
|
padding: 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination .active, .pagination .active:hover {
|
.pagination .active, .pagination .active:hover {
|
||||||
|
|
|
@ -36,10 +36,10 @@ img[class$="-w"] {
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
}
|
}
|
||||||
.center.bottom {
|
.centered {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: block;
|
display: block;
|
||||||
width: 700px;
|
width: 728px;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
<div class="content container center">
|
<div class="content container center">
|
||||||
{{ yield infos()}}
|
{{ yield infos()}}
|
||||||
{{ yield errors()}}
|
{{ yield errors()}}
|
||||||
{{ if !isset(Infos["system"])}}<div>{{ yield ad_wide(Type=AdType, ID=AdID) }}</div>{{end}}
|
{{ if !isset(Infos["system"])}}<div class="centered">{{ yield ad_wide(Type=AdType, ID=AdID) }}</div>{{end}}
|
||||||
{{ block content_body_base() }}{{end}}
|
{{ block content_body_base() }}{{end}}
|
||||||
</div>
|
</div>
|
||||||
{{ block mascot() }}
|
{{ block mascot() }}
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
{{ genNav(Navigation, URL, 15)|raw }}
|
{{ genNav(Navigation, URL, 15)|raw }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="bottom center">{{ yield ad_wide(Type=AdType, ID=AdID) }}</div>
|
<div class="centered">{{ yield ad_wide(Type=AdType, ID=AdID) }}</div>
|
||||||
<footer id="footer">
|
<footer id="footer">
|
||||||
<div class="container footer center">
|
<div class="container footer center">
|
||||||
<div class="footer-opt">
|
<div class="footer-opt">
|
||||||
|
|
|
@ -52,8 +52,8 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="table-checkboxes">
|
<tr class="table-checkboxes">
|
||||||
<td class="table-input-label"></td>
|
<td></td>
|
||||||
<td class="table-input" style="font-weight: normal;"><input type="checkbox" value="true" name="remake" id="remake" class="form-torrent-remake"/><label for="remake">{{ T("mark_as_remake")}}</label> <input type="checkbox" value="true" name="hidden" id="hidden" class="form-torrent-hidden {{ if User.ID == 0 }}hidden{{end}}" {{ if User.ID == 0 }}disabled{{end}}><label for="hidden" {{ if User.ID == 0 }}class="hidden"{{end}}>{{ T("upload_as_anon")}}</label></td>
|
<td class="table-input" style="font-weight: normal;"><input type="checkbox" value="true" name="remake" id="remake" class="form-torrent-remake"/><label for="remake">{{ T("mark_as_remake")}}</label> <input type="checkbox" value="true" name="hidden" id="hidden" class="form-torrent-hidden {{ if User.ID == 0 }}hidden{{end}}" {{ if User.ID == 0 }}disabled checked{{end}}><label for="hidden" {{ if User.ID == 0 }}class="hidden"{{end}}>{{ T("upload_as_anon")}}</label></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="table-input-label"><label for="website_link">{{ T("website_link")}}</label></td>
|
<td class="table-input-label"><label for="website_link">{{ T("website_link")}}</label></td>
|
||||||
|
|
Référencer dans un nouveau ticket