Update search layout and CSS.
This commit is contained in:
parent
a6be78513e
commit
c0e75b6b6a
3 changed files with 95 additions and 24 deletions
|
@ -121,6 +121,10 @@ td {
|
|||
border: 1px;
|
||||
border-color: #555555;
|
||||
border-style: solid;
|
||||
margin-left: 5px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
vertical-align: middle;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
|
@ -163,9 +167,15 @@ td {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
#bwbar img {
|
||||
height: 12px;
|
||||
width: 804px;
|
||||
}
|
||||
|
||||
#copyright {
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
align-self: center;
|
||||
margin-left: 0;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#donatebuttons {
|
||||
|
@ -176,6 +186,14 @@ td {
|
|||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
display: grid;
|
||||
column-gap: 50px;
|
||||
font-size: 12px;
|
||||
grid-template-columns: auto auto;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#headingbox {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
@ -207,6 +225,10 @@ td {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
#logo img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#motd {
|
||||
column-gap: 40px;
|
||||
display: grid;
|
||||
|
@ -223,6 +245,19 @@ td {
|
|||
width: 90%;
|
||||
}
|
||||
|
||||
#poweredby {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#poweredby img {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#search {
|
||||
align-content: center;
|
||||
align-self: end;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue