update login page

This commit is contained in:
Kenneth Jao 2017-02-08 01:52:15 -05:00
parent 331a41a991
commit 9f7894a042
3 changed files with 6 additions and 11 deletions

View File

@ -1,6 +1,6 @@
#loginHeader { #loginHeader {
height: 6vh; height: 6vh;
padding: 2.1vh 0 0 1.5vh; padding: 2.5vh 0 0 2vh;
background-color: #222328; background-color: #222328;
} }
@ -13,7 +13,6 @@
#loginFooter { #loginFooter {
width: 100%; width: 100%;
height: 6vh; height: 6vh;
background-color: #1C1C1F;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
} }
@ -74,7 +73,7 @@
position: absolute; position: absolute;
top: 20vh; top: 20vh;
left: 5vh; left: 7vh;
} }
#loginMidLogo { #loginMidLogo {
@ -82,7 +81,7 @@
position: absolute; position: absolute;
top: 26vh; top: 26vh;
left: 10.5vh; left: 12.5vh;
} }
#loginButton { #loginButton {
@ -110,21 +109,18 @@
background-color: rgba(0,0,0,0.2); background-color: rgba(0,0,0,0.2);
} }
#aboutText, #version { #version {
font-size: 1.7vh; font-size: 1.7vh;
color: #FFF !important; color: #FFF !important;
margin-right: 1%;
height: 6vh; height: 6vh;
margin: 0; margin: 0;
padding: 0 0 0 1vw; padding-right: 1vw;
line-height: 6vh; line-height: 6vh;
display: inline-block; display: inline-block;
}
#version {
float: right; float: right;
margin-right: 1%;
} }
a { a {

View File

@ -22,7 +22,6 @@
</div> </div>
</div> </div>
<footer id="loginFooter"> <footer id="loginFooter">
<p id="aboutText">Created by Kenneth Jao & Yaman Qalieh</p>
<p id="version">Version 0.2.0</p> <p id="version">Version 0.2.0</p>
</footer> </footer>
</div> </div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 20 KiB