Add css for login-tweaks

This commit is contained in:
Alexander Meindl 2016-03-14 17:12:39 +02:00
parent 72b9ff5ac0
commit 742d5e4d21

View File

@ -2,20 +2,27 @@
/* Go to top link */
.gototop {
border-top: 1px solid #eee;
display: block;
margin-top: 20px;
padding: 10px 0;
text-align: right;
clear: both;
border-top: 1px solid #eee;
display: block;
margin-top: 20px;
padding: 10px 0;
text-align: right;
clear: both;
}
/* Footer */
.tweak-footer {
text-align: center;
font-size: 90%;
text-align: center;
font-size: 90%;
}
.month-calendar {
display:inline-block;
}
.login-tweaks {
margin-left: auto;
margin-right: auto;
max-width: 490px;
font-size: 95%;
}