Projet

Général

Profil

0001-remove-infonotice-errornotice-from-qommon.css-46794.patch

+ patch côté wcs - Frédéric Péters, 18 septembre 2020 17:28

Télécharger (1,05 ko)

Voir les différences:

Subject: [PATCH] remove infonotice/errornotice from qommon.css (#46794)

 wcs/qommon/static/css/qommon.css | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)
wcs/qommon/static/css/qommon.css
91 91
	font-weight: bold;
92 92
}
93 93

  
94
div.errornotice {
95
	background: #fd6;
96
	border: 1px solid #ffae15;
97
	margin: 0em 1em 1em 1em;
98
	padding: 5px;
99
}
100

  
101
div.infonotice {
102
	color: white;
103
	font-weight: bold;
104
	background: #7b95a6;
105
	border: 1px solid #153eaf;
106
	margin: 1em;
107
	padding: 5px;
94
.errornotice, .warningnotice, .infonotice, .successnotice,
95
.pk-error, .pk-attention, .pk-information, .pk-success {
96
	margin-bottom: 1em;
108 97
}
109 98

  
110 99
div.error {
111
-