general: use absolute path to shared resources (#32660)

This commit is contained in:
Frédéric Péters 2019-04-28 09:21:02 +02:00
parent cb687167ed
commit cc1b403817
4 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ form.quixote div.widget {
div.error {
color: black;
font-weight: bold;
background: transparent url(../dialog-warning.png) top left no-repeat;
background: transparent url(/static/dialog-warning.png) top left no-repeat;
padding-left: 22px;
margin-left: 5px;
}

View File

@ -494,7 +494,7 @@ div#rub_service div.form-validation div.page div h3 {
label.activity {
display: block;
background: url(../img/spinner.gif) no-repeat top right;
background: url(/static/img/spinner.gif) no-repeat top right;
padding-right: 30px;
}

View File

@ -345,7 +345,7 @@ div.gru-nav .gru-nav-button {
letter-spacing: 4px;
}
padding-bottom: 30px;
background: url(../lille/img/fleches-bas.png) bottom center no-repeat;
background: url(/static/lille/img/fleches-bas.png) bottom center no-repeat;
margin-bottom: 20px;
}
}

View File

@ -128,7 +128,7 @@ form h4{
}
div.infonotice::before, div.warningnotice::before, div.errornotice::before {
content: url(../dialog-warning.png);
content: url(/static/dialog-warning.png);
}
div.error{