From 0f52be3faaf3b94ffc76aaf48b7a3f9d1db85892 Mon Sep 17 00:00:00 2001 From: Nicolae Gabriel Date: Wed, 25 Jan 2017 12:55:51 +0200 Subject: [PATCH] #275 minor updates. --- build/css/custom.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/build/css/custom.css b/build/css/custom.css index f51b7acb..ecbb677c 100644 --- a/build/css/custom.css +++ b/build/css/custom.css @@ -1,3 +1,20 @@ + +html , body{ + + height:100%; + +} + +.full-width { + + width:100%; + + } + +.full-height{ + height:100%; + } + .daterangepicker .ranges li { color: #73879C }