1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-20 07:31:53 +02:00
polr/public/css/base.css

52 lines
662 B
CSS
Raw Normal View History

2015-11-03 05:13:32 +01:00
body {
padding-top: 60px;
}
.login-dropdown-menu {
padding: 15px;
padding-bottom: 0px;
}
.login-form-field {
margin-bottom: 15px;
}
.login-form-submit {
clear: left;
width: 100%;
margin-bottom: 15px;
2015-11-03 05:13:32 +01:00
}
.content-div {
text-align: left;
2015-11-03 05:13:32 +01:00
background-color: rgba(0,0,0,0);
}
.large-content-div {
text-align: center;
}
.login-name {
padding-right: 10px;
}
.center-text {
text-align: center;
}
.error-alert {
text-align: left;
}
@media (min-width: 768px) {
.content-div-padding {
padding-top: 4em;
}
}
@media (max-width: 768px) {
.content-div-padding {
padding-top: 1em;
}
}