Merge pull request #1210 from Kiloutre/patch-3
Proper alignement on japanese language, bigger search icon
Cette révision appartient à :
révision
f1fac3a394
2 fichiers modifiés avec 5 ajouts et 2 suppressions
|
@ -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;
|
||||
|
|
|
@ -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) {
|
||||
|
|
Référencer dans un nouveau ticket