relative path to x.png

Avoid 404s when the dashboard isn't served on /
This commit is contained in:
Marc Fournier 2014-09-19 17:49:17 +02:00
parent fe7adb3231
commit f27489c4b5

View file

@ -324,7 +324,7 @@ html,table {
min-height: 400px;
}
#simplemodal-container a.modalCloseImg {
background:url(/x.png) no-repeat; /* adjust url as required */
background:url(x.png) no-repeat; /* adjust url as required */
width:25px;
height:29px;
display:inline;