small fix for better width for search translations full display

This commit is contained in:
tcit 2014-10-04 19:08:56 +02:00
parent ab494e4ede
commit 40d2042228
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@
border-radius: 4px;
}
/* Search form message needs a little more width, depending on translations */
#search-form {
width: 420px;
}
.messages a.closeMessage {
display: none;
float: right;