reduce width of direct link input field

This commit is contained in:
Jan-Christoph Borchardt 2013-10-21 00:09:45 +03:00
parent 7abfe2bd4f
commit 8a643ac5bc
1 changed files with 1 additions and 1 deletions

View File

@ -138,5 +138,5 @@ thead{
}
.directLink input{
margin-left: 10px;
width: 600px;
width: 300px;
}