From f38a112f85615b7a6c43d8f4ba7d62315ebd7292 Mon Sep 17 00:00:00 2001 From: Bram van der Veen <96aa48@gmail.com> Date: Sun, 16 Aug 2015 18:52:44 +0200 Subject: [PATCH] Did some minor style tweaks --- resources/less/mobile.less | 2 ++ resources/less/style.less | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/less/mobile.less b/resources/less/mobile.less index 0dc2f22..ff1eabf 100644 --- a/resources/less/mobile.less +++ b/resources/less/mobile.less @@ -43,11 +43,13 @@ div.day { width: 20% !important; + float: left !important; .hour { width: 100% !important; height: 45px !important; line-height: 45px; + border-left: solid 1px #000 !important; } } diff --git a/resources/less/style.less b/resources/less/style.less index 7ac7ec2..b5446b4 100644 --- a/resources/less/style.less +++ b/resources/less/style.less @@ -235,7 +235,7 @@ div.schedule { width: 25px; height: 25px; display: inline-block; - background-color: #0C5489; + background-color: #96AA48; } a {