diff --git a/otp-analyst-client/src/main/webapp/client.css b/otp-analyst-client/src/main/webapp/client.css index 276107e44d9..01e14adedcb 100644 --- a/otp-analyst-client/src/main/webapp/client.css +++ b/otp-analyst-client/src/main/webapp/client.css @@ -2,7 +2,7 @@ body { font-family: sans-serif; line-height: 16px; font-size: 15px; - color: red; + color: green; margin: 0px; /* do not add scroll bars unless overridden on sub-elements */ overflow: hidden; @@ -101,7 +101,7 @@ form span.timeEntry select { } .narrowInput { - width: 4em; + width: 5em; } .fullWidth { diff --git a/pom.xml b/pom.xml index b24c2d1e7a6..2f45b04b23f 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ org.apache.maven.plugins maven-surefire-plugin - -Xmx2G + -Xmx1024m false