django-admin2/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css
2013-05-19 14:29:29 +02:00

23 lines
319 B
CSS

/* Fixes a Bootstrap 2.3 bug. This can be removed when upgrading to Bootstrap v3. */
.text-right
{
text-align: right !important;
}
.text-center
{
text-align: center !important;
}
.text-left
{
text-align: left !important;
}
.checkbox-column {
width: 16px;
}
.space-below {
margin-bottom: 10px;
}