Set the correct width of text fields. Close #733

- Legacy-Id: 8105
This commit is contained in:
Emilio A. Sánchez López 2014-07-18 17:04:41 +00:00
parent 1bcb8ca8c6
commit 574ee09f29

View file

@ -53,12 +53,12 @@
#id_title,
.baseformedit #id_from_field,
.baseformedit #id_replyto,
.baseformedit #id_organization,
.baseformedit #id_to_poc,
.baseformedit #id_response_contact,
.baseformedit #id_technical_contact,
.baseformedit #id_cc1,
.baseform #id_organization,
.baseform #id_to_poc,
.baseform #id_response_contacts,
.baseform #id_technical_contact,
.baseform #id_cc1,
.attach_titleField input,
.baseform textarea {
width: 80%;
}