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 {