17e71451fe
So far, CAS-created users don't get any privilege based on rhosts
33 lines
490 B
CSS
33 lines
490 B
CSS
body {
|
|
background-color: #eba367;
|
|
margin-top: 50px;
|
|
}
|
|
|
|
@media (min-height: 480px) {
|
|
body {
|
|
margin-top: 150px;
|
|
}
|
|
}
|
|
|
|
#main {
|
|
text-align: center;
|
|
}
|
|
|
|
.login-btn {
|
|
padding: 20px;
|
|
border-radius: 15px;
|
|
background-color: white;
|
|
border: 3px solid #9c0635;
|
|
color: black;
|
|
font-size: 24px;
|
|
width: 200px;
|
|
height: 100px;
|
|
margin: 30px;
|
|
}
|
|
|
|
#content-area {
|
|
background-color: white;
|
|
width: 500px;
|
|
padding: 50px;
|
|
margin: auto;
|
|
}
|