diff --git a/wcs/montpellier-commune/wcs.css b/wcs/montpellier-commune/wcs.css index 76300d7..cab9885 100644 --- a/wcs/montpellier-commune/wcs.css +++ b/wcs/montpellier-commune/wcs.css @@ -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%;