You are here

phone.css in Phone 7

Same filename and directory in other branches
  1. 6 theme/phone.css
  2. 7.2 theme/phone.css
/* prevent input fields from being set to a percentage, such as 95% */
div.form-item input.phone-field-textfield {
  width: auto;
}

File

theme/phone.css
View source
  1. /* prevent input fields from being set to a percentage, such as 95% */
  2. div.form-item input.phone-field-textfield {
  3. width: auto;
  4. }