From 97bf0c3f986a09df7419d6a11682542835693130 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Tue, 8 Apr 2014 09:02:28 -0400 Subject: [PATCH 01/15] OTP-17 Changing color from red to steel blue --- otp-analyst-client/src/main/webapp/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp-analyst-client/src/main/webapp/client.css b/otp-analyst-client/src/main/webapp/client.css index 276107e44d9..c85e64ed022 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: steelblue; margin: 0px; /* do not add scroll bars unless overridden on sub-elements */ overflow: hidden; From 9a593785b41214fd7c62ebdec95225f10c24abb7 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Tue, 8 Apr 2014 12:04:04 -0400 Subject: [PATCH 02/15] OTP-18 Changing color of text to red --- otp-analyst-client/src/main/webapp/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp-analyst-client/src/main/webapp/client.css b/otp-analyst-client/src/main/webapp/client.css index c85e64ed022..276107e44d9 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: steelblue; + color: red; margin: 0px; /* do not add scroll bars unless overridden on sub-elements */ overflow: hidden; From c18c7e2734c2ba4ba4192db4f91aadb3826e757b Mon Sep 17 00:00:00 2001 From: Himanshu Date: Tue, 8 Apr 2014 12:35:05 -0400 Subject: [PATCH 03/15] OTP-18 Changed color to green --- otp-analyst-client/src/main/webapp/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp-analyst-client/src/main/webapp/client.css b/otp-analyst-client/src/main/webapp/client.css index 276107e44d9..b4f40bd2b2e 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; From 90fb8e9e15b15f55bcdf451cba9067bd35d6fc33 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Tue, 8 Apr 2014 13:52:01 -0400 Subject: [PATCH 04/15] OTP-19 Changed text color from green to steelblue --- otp-analyst-client/src/main/webapp/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp-analyst-client/src/main/webapp/client.css b/otp-analyst-client/src/main/webapp/client.css index b4f40bd2b2e..c85e64ed022 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: green; + color: steelblue; margin: 0px; /* do not add scroll bars unless overridden on sub-elements */ overflow: hidden; From 1aba77c650063261cc121a609effac034d10714e Mon Sep 17 00:00:00 2001 From: Himanshu Date: Wed, 21 May 2014 11:23:04 -0400 Subject: [PATCH 05/15] Update client.css --- otp-analyst-client/src/main/webapp/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp-analyst-client/src/main/webapp/client.css b/otp-analyst-client/src/main/webapp/client.css index c85e64ed022..276107e44d9 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: steelblue; + color: red; margin: 0px; /* do not add scroll bars unless overridden on sub-elements */ overflow: hidden; From f2a2cea9e832c01734ae30e0b928527cbe51a131 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Wed, 21 May 2014 17:23:52 -0400 Subject: [PATCH 06/15] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From fe0015ade9b94705e5ee23c8cf485b113fe89962 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Wed, 21 May 2014 17:29:42 -0400 Subject: [PATCH 07/15] Update client.css --- otp-analyst-client/src/main/webapp/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp-analyst-client/src/main/webapp/client.css b/otp-analyst-client/src/main/webapp/client.css index 276107e44d9..b4f40bd2b2e 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; From 1adb221f4c10f35dc5d1a6933f512cba137086c9 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Thu, 22 May 2014 12:27:18 -0400 Subject: [PATCH 08/15] DEMO-1 Updating client.css --- otp-analyst-client/src/main/webapp/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp-analyst-client/src/main/webapp/client.css b/otp-analyst-client/src/main/webapp/client.css index b4f40bd2b2e..a2c8f01bbb0 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: green; + color: yellow; margin: 0px; /* do not add scroll bars unless overridden on sub-elements */ overflow: hidden; From c50375351e64a2e14d3274ab3dd27d915beb5dfe Mon Sep 17 00:00:00 2001 From: Himanshu Date: Thu, 22 May 2014 15:25:47 -0400 Subject: [PATCH 09/15] DEMO-4 Changing color to red --- otp-analyst-client/src/main/webapp/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp-analyst-client/src/main/webapp/client.css b/otp-analyst-client/src/main/webapp/client.css index a2c8f01bbb0..276107e44d9 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: yellow; + color: red; margin: 0px; /* do not add scroll bars unless overridden on sub-elements */ overflow: hidden; From e2c7cb8b690d66e7435ef4c04423557d328c2836 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Thu, 22 May 2014 16:01:39 -0400 Subject: [PATCH 10/15] DEMO-7 Changing color to steelblue --- otp-analyst-client/src/main/webapp/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp-analyst-client/src/main/webapp/client.css b/otp-analyst-client/src/main/webapp/client.css index 276107e44d9..c85e64ed022 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: steelblue; margin: 0px; /* do not add scroll bars unless overridden on sub-elements */ overflow: hidden; From c461797f4a8e624ea360825823e97883c5eae53c Mon Sep 17 00:00:00 2001 From: Himanshu Date: Wed, 2 Jul 2014 09:05:32 -0400 Subject: [PATCH 11/15] SSP-10 css --- otp-analyst-client/src/main/webapp/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp-analyst-client/src/main/webapp/client.css b/otp-analyst-client/src/main/webapp/client.css index c85e64ed022..276107e44d9 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: steelblue; + color: red; margin: 0px; /* do not add scroll bars unless overridden on sub-elements */ overflow: hidden; From 1060d7e36fa21c0293130bb47e13191ef8da0506 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Wed, 2 Jul 2014 10:57:56 -0400 Subject: [PATCH 12/15] SSP-10 css change to green --- otp-analyst-client/src/main/webapp/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp-analyst-client/src/main/webapp/client.css b/otp-analyst-client/src/main/webapp/client.css index 276107e44d9..b4f40bd2b2e 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; From 2dac36b34c62ed046df7c8729db655b27cc77a18 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Wed, 2 Jul 2014 13:58:35 -0400 Subject: [PATCH 13/15] SSP-24 fixed it --- otp-analyst-client/src/main/webapp/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp-analyst-client/src/main/webapp/client.css b/otp-analyst-client/src/main/webapp/client.css index b4f40bd2b2e..c85e64ed022 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: green; + color: steelblue; margin: 0px; /* do not add scroll bars unless overridden on sub-elements */ overflow: hidden; From 27cadf4a166b9d97004b0fa21973c96b8960bb48 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Wed, 2 Jul 2014 15:28:51 -0400 Subject: [PATCH 14/15] SSP-25 changed color to green --- otp-analyst-client/src/main/webapp/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp-analyst-client/src/main/webapp/client.css b/otp-analyst-client/src/main/webapp/client.css index c85e64ed022..b4f40bd2b2e 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: steelblue; + color: green; margin: 0px; /* do not add scroll bars unless overridden on sub-elements */ overflow: hidden; From 25102bc815aa01ca3a0973ca6b2827719189e1be Mon Sep 17 00:00:00 2001 From: Himanshu Date: Fri, 5 Sep 2014 12:31:13 -0400 Subject: [PATCH 15/15] OTP-1 Updated --- otp-analyst-client/src/main/webapp/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp-analyst-client/src/main/webapp/client.css b/otp-analyst-client/src/main/webapp/client.css index b4f40bd2b2e..01e14adedcb 100644 --- a/otp-analyst-client/src/main/webapp/client.css +++ b/otp-analyst-client/src/main/webapp/client.css @@ -101,7 +101,7 @@ form span.timeEntry select { } .narrowInput { - width: 4em; + width: 5em; } .fullWidth {