Bug 646027 - Add some space after last char of a textbox [r=mfinkle]

This commit is contained in:
Vivien Nicolas 2011-03-30 19:46:58 +02:00
Родитель 60fbe2ed5b
Коммит 6f4d225e28
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -347,3 +347,12 @@ datalist {
display: inline;
}
/*
* Generate an additional space after the anonymous div to make it easier to
* to position the caret at the end of the text
*/
input > .anonymous-div:after {
content: "";
margin: 16px;
}