fixed sub-search-button border padding, did-you-mean on mobile, smaller footer
This commit is contained in:
parent
3ae47a1cfc
commit
e6c0bfda33
2 changed files with 16 additions and 9 deletions
|
@ -69,7 +69,6 @@
|
|||
}
|
||||
?>
|
||||
</div>
|
||||
<hr>
|
||||
</form>
|
||||
|
||||
<?php
|
||||
|
|
|
@ -32,13 +32,13 @@ a,
|
|||
.special-result-container a,
|
||||
.did-you-mean a,
|
||||
.sub-search-button-wrapper a,
|
||||
.sub-search-button-wrapper a:visited{
|
||||
.sub-search-button-wrapper a:visited {
|
||||
color: #bd93f9;
|
||||
}
|
||||
|
||||
.sub-search-button-wrapper .active {
|
||||
border-bottom: 2px #bd93f9 solid;
|
||||
padding-bottom: 6px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
|
@ -119,6 +119,7 @@ a:hover,
|
|||
|
||||
.sub-search-button-wrapper {
|
||||
margin-left: 165px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.search-button-wrapper button:hover,
|
||||
|
@ -136,9 +137,9 @@ a:hover,
|
|||
border: none;
|
||||
background-color: inherit;
|
||||
font-size: 15px;
|
||||
margin-right: 14px;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
margin-right: 20px;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.sub-search-button-wrapper img {
|
||||
|
@ -303,8 +304,7 @@ a[title] {
|
|||
width: 100vw;
|
||||
left: 0;
|
||||
background-color: var(--footer-bg);
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
padding: 10px;
|
||||
border-top: 1px solid var(--border);
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -477,4 +477,12 @@ a[title] {
|
|||
.next-page-button-wrapper {
|
||||
margin-top: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.text-result-container,
|
||||
#time,
|
||||
.next-page-button-wrapper,
|
||||
.did-you-mean {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue