From 919d0b9896a140b3d2722783c3e7aff10c095755 Mon Sep 17 00:00:00 2001 From: yamanq Date: Thu, 11 Feb 2016 19:52:59 -0500 Subject: [PATCH] polish --- scheduleac/client/client.css | 24 ++++++++++++++---------- scheduleac/client/client.html | 14 +++++++------- scheduleac/server/serve.js | 2 +- 3 files changed, 22 insertions(+), 18 deletions(-) diff --git a/scheduleac/client/client.css b/scheduleac/client/client.css index d4dac93..bffe71d 100644 --- a/scheduleac/client/client.css +++ b/scheduleac/client/client.css @@ -68,14 +68,11 @@ h1 { margin-left: 20% !important; width: 100% !important; height: 28px !important; - float: right; } .eachDay { position: relative; font-family: Lato; - color: #353535; max-width: 30%; - background-color: #136FB5; box-shadow: 4px 5px 3px 2px #444; margin-left: auto; margin-right: auto; @@ -85,10 +82,10 @@ h1 { padding-left: 3%; padding-right: 5%; - -webkit-transition: transform 0.5s ease; - -moz-transition: transform 0.5s ease; - -ms-transition: transform 0.5s ease; - transition: transform 0.5s ease; + -webkit-transition: transform 0.5s ease, background-color 0.5s ease; + -moz-transition: transform 0.5s ease, background-color 0.5s ease; + -ms-transition: transform 0.5s ease, background-color 0.5s ease; + transition: transform 0.5s ease, background-color 0.5s ease; } .eachDay:hover { @@ -101,9 +98,8 @@ h1 { .recent { color: #353535; font-size: 160%; - background-color: #5BEF78; - min-width:40%; - max-width:40%; + min-width:45%; + max-width:45%; padding-top:3%; padding-bottom:3%; } @@ -122,6 +118,14 @@ h1 { padding-top:2%; } +.AC { + background-color: #5BEF78; +} + +.Health { + background-color: #136FB5; +} + .pulltab { position:fixed; margin-top:0%; diff --git a/scheduleac/client/client.html b/scheduleac/client/client.html index 500826f..be544f2 100644 --- a/scheduleac/client/client.html +++ b/scheduleac/client/client.html @@ -19,10 +19,12 @@