Fix the search-button to allow captions wider than 80px (e.g. in german translation)

Change width to min-width. - Loui

Signed-off-by: PyroPeter <abi1789@googlemail.com>
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
PyroPeter 2010-08-07 02:33:29 +02:00 committed by Loui Chang
parent fd863210f8
commit a4458e75bd
2 changed files with 3 additions and 3 deletions

View file

@ -185,6 +185,6 @@ input.button {
color: #6c83b0;
border: 1px solid #6c83b0;
font-size: 12px;
padding: 2px;
padding: 2px 8px;
}