From 23212c141784847148ba9defc3ebb197db398371 Mon Sep 17 00:00:00 2001 From: bechi Date: Fri, 21 Nov 2014 17:50:38 -0300 Subject: [PATCH] add style to session expired --- css/src/main.css | 14 ++++++++++++++ views/home.html | 6 ++++++ 2 files changed, 20 insertions(+) diff --git a/css/src/main.css b/css/src/main.css index 29471e041..238d2b2e6 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -551,6 +551,7 @@ a.button-setup { .lh {line-height: 0;} .oh {overflow:hidden;} .vm {vertical-align: middle;} +.ma { margin: 0 auto;} .small { font-size: 60%; @@ -1584,3 +1585,16 @@ a.text-warning:hover {color: #FD7262;} width: 100%; text-align: center; } + +/*/////////////////////////////////////////////////*/ + +.session-expired { + background: rgba(32,48,64,0.90); + width: 100%; + height: 100%; + position: absolute; + color: #fff; + z-index: 999; + padding-top: 20%; + text-align: center; +} diff --git a/views/home.html b/views/home.html index ec882102a..4b2865963 100644 --- a/views/home.html +++ b/views/home.html @@ -1,5 +1,11 @@
+ +