mirror of https://github.com/kurisufriend/frontend
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.
43 lines
490 B
43 lines
490 B
#search {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 25em;
|
|
top: 2em;
|
|
left: 0;
|
|
}
|
|
|
|
#search input, p {
|
|
position: relative;
|
|
display: table-cell;
|
|
margin: 4px;
|
|
}
|
|
|
|
#search div {
|
|
display: table;
|
|
width: 100%;
|
|
height: 4em;
|
|
}
|
|
|
|
#search p {
|
|
width: 3em;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#search .one input {
|
|
width: 99%;
|
|
}
|
|
|
|
#search .two input {
|
|
width: 98%;
|
|
}
|
|
|
|
#search .three input {
|
|
width: 99%;
|
|
}
|
|
|
|
#search button {
|
|
padding: 1em;
|
|
top: 17em;
|
|
}
|
|
|
|
|
|
|