[Lada-commits] [PATCH 1 of 4] CSS was still broken
Wald Commits
scm-commit at wald.intevation.org
Thu Aug 6 15:34:05 CEST 2015
# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1438865922 -7200
# Node ID 0d9fce86e6fd47d252cf517b2eb12265db4d750e
# Parent 261abee06eb5cc31296f70a2a9fae1fad04dcc63
CSS was still broken
diff -r 261abee06eb5 -r 0d9fce86e6fd resources/css/lada.css
--- a/resources/css/lada.css Thu Aug 06 13:24:41 2015 +0200
+++ b/resources/css/lada.css Thu Aug 06 14:58:42 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(../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(../img/view-time-schedule-edit.png);
}
More information about the Lada-commits
mailing list