diff --git a/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css b/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css index 31072e5..1afca49 100644 --- a/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css +++ b/djadmin2/static/themes/bootstrap/css/bootstrap-custom.css @@ -1,4 +1,5 @@ /* Fixes a Bootstrap 2.3 bug. This can be removed when upgrading to Bootstrap v3. */ + .text-right { text-align: right !important; @@ -14,6 +15,8 @@ text-align: left !important; } +/* Custom CSS classes go below this point */ + .checkbox-column { width: 16px; }