[Lada-commits] [PATCH 2 of 3] Fixed imagepath
Wald Commits
scm-commit at wald.intevation.org
Thu Aug 6 12:29:55 CEST 2015
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1438856983 -7200
# Node ID 8e5ee263d7c79d6c64c635751544f3faf8ae9a17
# Parent 3347e84775fbcaf16a3503c9bca1bd3bfd9067a2
Fixed imagepath.
diff -r 3347e84775fb -r 8e5ee263d7c7 resources/css/lada.css
--- a/resources/css/lada.css Thu Aug 06 12:29:10 2015 +0200
+++ b/resources/css/lada.css Thu Aug 06 12:29:43 2015 +0200
@@ -26,12 +26,12 @@
.x-action-col-cell img.noedit
{
- background-image: url(/resources/img/view-time-schedule-baselined.png);
+ background-image: url(resources/img/view-time-schedule-baselined.png);
}
.x-action-col-cell img.edit
{
- background-image: url(/resources/img/view-time-schedule-edit.png);
+ background-image: url(resources/img/view-time-schedule-edit.png);
}
More information about the Lada-commits
mailing list