summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/css/login.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/css/login.css')
-rw-r--r--src/usr/local/www/css/login.css29
1 files changed, 21 insertions, 8 deletions
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;
}
OpenPOWER on IntegriCloud