Bug 614619 - [Step 3] Version field should be adjacent to add-on's name

This commit is contained in:
Gregory Koberger 2010-11-29 17:25:00 -08:00
Родитель b9763e9c50
Коммит 4d579d2d55
1 изменённых файлов: 10 добавлений и 0 удалений

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

@ -146,6 +146,16 @@ ul.refinements:last-child {
width: 80%;
}
#submit-describe #trans-name {
display: inline-block;
margin-right: 15px;
width: 375px;
}
#submit-describe #trans-name input {
width: 370px;
}
/*#id_homepage, #id_support_url, #id_support_email {*/
#trans-support_email input,
#trans-homepage input,