Added more comments to custom css

pull/17/head
Fabio Caccamo 2017-05-04 17:51:46 +02:00
parent 6a723e5515
commit 97896e3690
1 changed files with 15 additions and 7 deletions

View File

@ -403,8 +403,10 @@
} }
/* end fix */ /* 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 { #content h1 select {
text-transform:uppercase; text-transform:uppercase;
margin-left:15px; margin-left:15px;
@ -467,6 +469,9 @@
border-bottom:1px solid #fcfcfc !important; border-bottom:1px solid #fcfcfc !important;
} }
/*
list-filter-dropdown
*/
.list-filter-dropdown { .list-filter-dropdown {
margin-top:10px; margin-top:10px;
margin-bottom:20px; 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"] { a.thumbnail + input[type="checkbox"] {
margin:10px 0; 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 { .cke_inner, .cke_wysiwyg_frame {
border-top-left-radius: 4px !important; border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important; border-top-right-radius: 4px !important;