[PATCH 1 of 2] Fixed style for sq relation link in measurement station info grid
Wald Commits
scm-commit at wald.intevation.org
Wed Sep 17 12:32:28 CEST 2014
# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# Date 1410949921 -7200
# Node ID 2c20907f8dd0494a96f17e11ad819401dabbe4f5
# Parent dfdd006da30bb37e4744ba4ced9b332401f92312
Fixed style for sq relation link in measurement station info grid.
diff -r dfdd006da30b -r 2c20907f8dd0 gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/MeasurementStationListGrid.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/MeasurementStationListGrid.java Wed Sep 17 09:04:30 2014 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/MeasurementStationListGrid.java Wed Sep 17 12:32:01 2014 +0200
@@ -117,7 +117,7 @@
@Override
public String getCellCSSText(ListGridRecord record, int rowNum,
int colNum) {
- if (colNum == 6) {
+ if (colNum == 7) {
return "text-decoration: underline; color: #0000EE; cursor: pointer;";
}
else {
More information about the Dive4Elements-commits
mailing list