Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Merge pull request #1210 from Kiloutre/patch-3

Proper alignement on japanese language, bigger search icon
Cette révision appartient à :
ewhal 2017-07-16 22:54:36 +10:00 révisé par GitHub
révision f1fac3a394
2 fichiers modifiés avec 5 ajouts et 2 suppressions

Voir le fichier

@ -96,7 +96,7 @@ float: right; }
.header .h-search { margin-right: 10px; }
.header .h-search .form-input { font-size: 80%; height: 28px; }
.header .h-search .form-input { font-size: 80%; line-height: 18px; }
.header .h-search select.form-input { max-width: 110px !important; }
@ -127,10 +127,11 @@ select.form-input {
.form-input.search-box { margin-right: -20px; padding-right: 20px; }
.form-input.search-box + .icon-search {
left: -5px;
top: -2px;
position: relative;
padding: 0;
width: 16px;
height: 16px;
height: 26px;
box-shadow: none;
border: none;
vertical-align: middle;

Voir le fichier

@ -61,6 +61,8 @@ var Kilo = function (params) {
}
this.setName(formName.value)
this.setCategory(formCategory.selectedIndex)
updateTorrentLang()
}
// Helpers function for events and render
this.setRemake = function (b) {