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