From 2d933f5a400e9c1959cf7832f5a307ff3ff7b006 Mon Sep 17 00:00:00 2001 From: Steve Beaver Date: Mon, 19 Jun 2017 14:46:34 -0400 Subject: Restore MITM warning --- src/usr/local/www/css/login.css | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) (limited to 'src/usr') diff --git a/src/usr/local/www/css/login.css b/src/usr/local/www/css/login.css index 8188da9..38ed19f 100644 --- a/src/usr/local/www/css/login.css +++ b/src/usr/local/www/css/login.css @@ -19,7 +19,7 @@ header { background-color: white; } -#bb { +.bb { position: absolute; top:90px; bottom:25px; @@ -27,7 +27,15 @@ header { color: white; } -.bbbb { +.bb2 { + position: absolute; + top:140px; + bottom:25px; + width: 100%; + color: white; +} + +.nowarning { height: 80px; padding-top: 10px; } @@ -35,10 +43,11 @@ header { #hostspan { text-align: right; } - .msgbox { - padding-right: 30px; - padding-top: 25px; - } + +.msgbox { + padding-right: 60px; + padding-top: 25px; +} @media only screen and (max-width : 768px) { /* only size 'xs' and below */ @@ -46,11 +55,15 @@ header { height: 100px; } - #bb { + .bb { top: 100px; } - .bbbb { + .bb2 { + top: 250px; + } + + .nowarning { height: 60px; } -- cgit v1.1