Fix cookie warning (#1706)
* Update base.jet.html * Update listing.jet.html * Update main.css * bottom padding needs to be higher than top padding otherwise it looks off
Cette révision appartient à :
Parent
30570e2fb9
révision
57d2e32ff1
3 fichiers modifiés avec 2 ajouts et 3 suppressions
|
@ -90,8 +90,7 @@ img[class$="-w"] {
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
padding: 7px 10px;
|
||||
padding: 7px 10px 9px;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
background: hsla(200, 100%, 88%, 0.9);
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
</div>
|
||||
</div>
|
||||
{{end}}
|
||||
{{ if !EUCookieLaw }}<div id="cookie-warning"><span id="cookie-warning-close" class="close">×</span>{{ T("cookie_warning")|raw }}</div>{{ end }}
|
||||
<div class="centered">{{ yield ad_wide(Type=AdType) }}</div>
|
||||
<footer id="footer">
|
||||
<div class="container footer center">
|
||||
|
|
|
@ -108,7 +108,6 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
{{ if !EUCookieLaw }}<div id="cookie-warning"><span id="cookie-warning-close" class="close">×</span>{{ T("cookie_warning")|raw }}</div>{{ end }}
|
||||
{{ if User.HasAdmin() }}
|
||||
<div class="modtools">
|
||||
<button id="show_actions" class="form-input" data-toggle-text="{{ T("hide_mod_tools")}}">{{ T("show_mod_tools")}}</button>
|
||||
|
|
Référencer dans un nouveau ticket