summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-06-20 08:06:58 -0400
committerSteve Beaver <sbeaver@netgate.com>2017-06-20 08:06:58 -0400
commitef1e838bce5b80c7731a0eee9e67a839a193fe8c (patch)
tree0b590f4c3b378a4faaf0a3f661f5e6d269e86940 /src/usr/local
parent7f4b697fb5f97197dfea75ecf16bfc103df93040 (diff)
downloadpfsense-ef1e838bce5b80c7731a0eee9e67a839a193fe8c.zip
pfsense-ef1e838bce5b80c7731a0eee9e67a839a193fe8c.tar.gz
Use more informative IDs in login page HTML
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/css/login.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/usr/local/www/css/login.css b/src/usr/local/www/css/login.css
index dd922f2..977aeac 100644
--- a/src/usr/local/www/css/login.css
+++ b/src/usr/local/www/css/login.css
@@ -11,7 +11,7 @@ body {
header {
}
-#a {
+#headerrow {
position: fixed;
height: 90px;
top: 0;
@@ -19,7 +19,7 @@ header {
background-color: white;
}
-.bb {
+.pagebody {
position: absolute;
top:90px;
bottom:25px;
@@ -27,7 +27,7 @@ header {
color: white;
}
-.bb2 {
+.pagebodywarn {
position: absolute;
top:140px;
bottom:25px;
@@ -51,15 +51,15 @@ header {
@media only screen and (max-width : 768px) {
/* only size 'xs' and below */
- #a {
+ #headerrow {
height: 100px;
}
- .bb {
+ .pagebody {
top: 100px;
}
- .bb2 {
+ .pagebody2 {
top: 250px;
}
@@ -77,7 +77,7 @@ header {
}
}
-#c {
+#footertext {
position: fixed;
height: 25px;
bottom: 0;
OpenPOWER on IntegriCloud