increase (font-)size of header search entry

This commit is contained in:
Frédéric Péters 2018-04-05 13:57:01 +02:00
parent 41ec8bec45
commit 3b763748d4
1 changed files with 9 additions and 0 deletions

View File

@ -913,3 +913,12 @@ table.listing td.icon-column {
#content table.listing td.title-column a {
display: block;
}
#portal-searchbox {
font-size: 100%;
}
#portal-searchbox input {
padding: 5px;
border: 1px solid #666;
}