diff --git a/admin_interface/templates/admin/base_site.html b/admin_interface/templates/admin/base_site.html index 8359b6c..40a134e 100644 --- a/admin_interface/templates/admin/base_site.html +++ b/admin_interface/templates/admin/base_site.html @@ -403,8 +403,10 @@ } /* end fix */ - /* improve django-modeltranslation support - https://github.com/deschler/django-modeltranslation/pull/313/commits */ - + /* + django-modeltranslation support + https://github.com/deschler/django-modeltranslation/pull/313/commits + */ #content h1 select { text-transform:uppercase; margin-left:15px; @@ -467,6 +469,9 @@ border-bottom:1px solid #fcfcfc !important; } + /* + list-filter-dropdown + */ .list-filter-dropdown { margin-top:10px; margin-bottom:20px; @@ -478,15 +483,18 @@ } - /* sorl-thumbnail - improved AdminImageMixin widget layout */ - + /* + sorl-thumbnail - improved AdminImageMixin widget layout + https://github.com/mariocesar/sorl-thumbnail + */ a.thumbnail + input[type="checkbox"] { margin:10px 0; } - - /* ckeditor + light theme - https://github.com/Ikimea/ckeditor-light-theme */ - + /* + ckeditor + light theme + https://github.com/Ikimea/ckeditor-light-theme + */ .cke_inner, .cke_wysiwyg_frame { border-top-left-radius: 4px !important; border-top-right-radius: 4px !important;