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

View file

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