Show git version if panel is installed with git

This commit is contained in:
Dane Everitt 2017-04-27 22:28:01 -04:00
parent e4c341795d
commit 801aae968c
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 60 additions and 14 deletions

View file

@ -22,17 +22,21 @@
*/
@import 'checkbox.css';
.login-box, .register-box {
width: 40%;
margin: 7% auto
}
.login-page {
height: auto;
}
@media (max-width:768px) {
.login-box, .register-box {
width: 90%;
margin-top: 20px
}
}
.login-box, .register-box {
width: 40%;
margin: 7% auto;
}
@media (max-width:768px) {
.login-box, .register-box {
width: 90%;
margin-top: 20px
}
}
.weight-100 {
font-weight: 100;
@ -289,3 +293,9 @@ span[aria-labelledby="select2-pUserId-container"] {
tr:hover + tr.server-description {
background-color: #f5f5f5 !important;
}
.login-corner-info {
position: absolute;
bottom: 5px;
right: 10px;
}