django-admin2/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css

27 lines
366 B
CSS
Raw Normal View History

2013-05-19 11:29:28 +00:00
/* Fixes a Bootstrap 2.3 bug. This can be removed when upgrading to Bootstrap v3. */
2013-06-01 10:35:49 +00:00
2013-05-19 11:29:28 +00:00
.text-right
{
text-align: right !important;
}
.text-center
{
text-align: center !important;
}
.text-left
{
text-align: left !important;
2013-05-19 12:29:29 +00:00
}
2013-06-01 10:35:49 +00:00
/* Custom CSS classes go below this point */
2013-05-19 12:29:29 +00:00
.checkbox-column {
width: 16px;
}
.space-below {
margin-bottom: 10px;
}