Merge branch 'refactor' into second-batch
Cette révision appartient à :
révision
b10d5e32b5
4 fichiers modifiés avec 5 ajouts et 4 suppressions
|
@ -1,5 +1,5 @@
|
|||
.flag-other {
|
||||
background: url('flag_other.png') no-repeat;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.flag-multiple {
|
||||
|
|
|
@ -326,7 +326,7 @@ th { border-bottom-width: 2px; }
|
|||
.pagination a:nth-last-child(2) li { border-radius: 0 3px 3px 0; border-right-width: 1px !important}
|
||||
|
||||
|
||||
#footer { width: 100%; bottom: 0; left: 0; margin-top: 40px; }
|
||||
#footer { width: 100%; bottom: 0; left: 0; }
|
||||
|
||||
.footer {
|
||||
text-align: center;
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="language">{{ T("torrent_language") }}</label>
|
||||
<div name="language" class="form-input language">
|
||||
{{ range _, language := GetTorrentLanguages() }}
|
||||
<input type="checkbox" name="lang-{{ language }}" id="lang-{{ language }}">
|
||||
|
@ -54,4 +55,4 @@
|
|||
<button type="submit" class="form-input up-input btn-green">{{ T("save_changes")}}</button>
|
||||
</form>
|
||||
</div>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
|
|
@ -71,4 +71,4 @@
|
|||
<script>
|
||||
$(".torrent-desc").markdown({resize: "both"})
|
||||
</script>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
|
Référencer dans un nouveau ticket