Projet

Général

Profil

Révision 9d13637e

Ajouté par Assos Assos il y a plus de 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/adminimal_theme/css/vertical-tabs.css
86 86
 * with "box-sizing" to prevent box model issues from occurring in most browsers.
87 87
*/
88 88
.vertical-tabs .form-type-textfield input {
89
  width: 100%;
90
  -moz-box-sizing: border-box;
91
  -webkit-box-sizing: border-box;
92
  box-sizing: border-box;
89
  -moz-box-sizing: content-box;
90
  -webkit-box-sizing: content-box;
91
  box-sizing: content-box;
93 92
}
94 93
* html .vertical-tabs .form-type-textfield,
95 94
* html .vertical-tabs .form-textarea-wrapper {

Formats disponibles : Unified diff