mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-17 22:50:27 +00:00
26 lines
366 B
CSS
26 lines
366 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;
|
|
}
|
|
|
|
/* Custom CSS classes go below this point */
|
|
|
|
.checkbox-column {
|
|
width: 16px;
|
|
}
|
|
|
|
.space-below {
|
|
margin-bottom: 10px;
|
|
}
|