1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-10 04:02:28 +01:00
polr/public/css/base.css

43 lines
530 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-padding {
padding-top: 65px;
}
.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;
}