wcs: update resource files to new static URLs

This commit is contained in:
Frédéric Péters 2016-12-29 11:58:12 +01:00
parent 944bb2063b
commit 54892bc97e
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
@import url(/qo/css/qommon.css);
@import url(/static/css/qommon.css);
@font-face {
font-family: 'FontAwesome';
@ -533,7 +533,7 @@ div.hint {
}
span.required {
background: transparent url(/qo/css/required.png) 0px 0.5ex no-repeat;
background: transparent url(/static/css/required.png) 0px 0.5ex no-repeat;
padding: 0 0 0 24px;
margin-left: 1ex;
overflow: hidden;
@ -557,7 +557,7 @@ div.infonotice {
div.error {
color: black;
font-weight: bold;
background: transparent url(/qo/css/warning.png) top left no-repeat;
background: transparent url(/static/css/warning.png) top left no-repeat;
padding-left: 20px;
}
@ -873,7 +873,7 @@ div.content table tbody tr td input:focus {
.fileinfo .remove {
height: 16px;
width: 16px;
background: url(/qo/images/stock_remove_16.png) top left no-repeat;
background: url(/static/images/stock_remove_16.png) top left no-repeat;
display: inline-block;
margin-left: 1em;
text-indent: 100%;