Projet

Général

Profil

0001-backoffice-remove-obsolete-style-for-add-item-button.patch

Frédéric Péters, 18 novembre 2018 13:22

Télécharger (940 octets)

Voir les différences:

Subject: [PATCH] backoffice: remove obsolete style for "add item" buttons
 (#28111)

 wcs/qommon/static/css/dc2/admin.css | 11 -----------
 1 file changed, 11 deletions(-)
wcs/qommon/static/css/dc2/admin.css
1102 1102
	padding-top: 24px;
1103 1103
}
1104 1104

  
1105
.ui-dialog div.SubmitWidget input {
1106
  margin-top: 0;
1107
  border: 1px solid #aaa;
1108
  border-radius: 0;
1109
  color: #212121;
1110
  padding: 0.2ex 2ex;
1111
  text-decoration: none;
1112
  background: #e6e6e6;
1113
  box-shadow: none;
1114
}
1115

  
1116 1105
div#form-diff div {
1117 1106
	max-height: 25em;
1118 1107
	overflow-y: scroll;
1119
-