From 54892bc97e44891e4e3e08f0f04cc830dccf7971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 29 Dec 2016 11:58:12 +0100 Subject: [PATCH] wcs: update resource files to new static URLs --- wcs/montpellier-commune/wcs.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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%;