Display log events in user time

Allows user to display events in their timezone or in UTC.
Previously allowed either ETC or UTC, but listed ETC as
'user timezone'.  Updates date time page from GMT offset to
UTC offset for overall consistency. Also updates overview
page to list critical events in user timezone

Resolves openbmc/phosphor-webui#36

Tested: changed timezone settings locally and validated
  that correct timezone and UTC offset was presented in
  the UI.

Change-Id: I89ca5045eeb789527aa07f5b1baebaa3fbd6b1fa
Signed-off-by: beccabroek <beccabroek@gmail.com>
diff --git a/app/server-health/styles/log.scss b/app/server-health/styles/log.scss
index f50a152..50c19b6 100644
--- a/app/server-health/styles/log.scss
+++ b/app/server-health/styles/log.scss
@@ -283,10 +283,12 @@
   }
 
   .event__timestamp {
+    text-align: right;
     @include fontCourierBold;
     font-size: .9em;
     color: $darkgrey;
-    @media (min-width: 1105px ) {
+    max-width: 18em;
+    @media (min-width: 1105px) {
       float: right;
     }
   }