You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- var title_search = document.getElementsByClassName('title_search')[0]
- title_search.style.paddingTop = (pageHeight * 0.008) + 'px'
- title_search.style.paddingBottom = (pageHeight * 0.008) + 'px'
- search.style.height = (pageHeight * 0.0434) + 'px'
- search.style.width = (pageWidth * 0.388) + 'px'
- search_icon.style.width = (pageWidth * 0.0384) + 'px'
- search_icon.style.right = (pageWidth * 0.03) + 'px'
|