Fix css missing ; & wrong class position in html (#1240)
* Update main.css * fix wrong class
Cette révision appartient à :
Parent
a5986cc543
révision
3604f3d933
2 fichiers modifiés avec 4 ajouts et 4 suppressions
|
@ -999,7 +999,7 @@ input.nav-btn {
|
||||||
display: flex;
|
display: flex;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
width: 429px
|
width: 429px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.rules-drop > summary {
|
.rules-drop > summary {
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
{{block title()}}{{ T("upload")}}{{end}}
|
{{block title()}}{{ T("upload")}}{{end}}
|
||||||
{{block content_body()}}
|
{{block content_body()}}
|
||||||
<div style="text-align: left;" class="box">
|
<div style="text-align: left;" class="box">
|
||||||
<details>
|
<details class="rules-drop">
|
||||||
<summary class="form-input rules-drop">{{ T("rules")}}</summary>
|
<summary class="form-input">{{ T("rules")}}</summary>
|
||||||
<div class="form-input">
|
<div class="form-input">
|
||||||
<ul>
|
<ul>
|
||||||
<li>{{ T("no_cp")}}</li>
|
<li>{{ T("no_cp")}}</li>
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
<td class="tr-se home-td hide-xs"></td>
|
<td class="tr-se home-td hide-xs"></td>
|
||||||
<td class="tr-le home-td hide-xs"></td>
|
<td class="tr-le home-td hide-xs"></td>
|
||||||
<td class="tr-dl home-td hide-xs"></td>
|
<td class="tr-dl home-td hide-xs"></td>
|
||||||
<td></td>
|
<td class="hide-xs"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr name="torrent-info tr" class="torrent-info{{ if User.IsTrusted() }} trusted{{end}}">
|
<tr name="torrent-info tr" class="torrent-info{{ if User.IsTrusted() }} trusted{{end}}">
|
||||||
<td class="tr-cat home-td">
|
<td class="tr-cat home-td">
|
||||||
|
|
Référencer dans un nouveau ticket