Added more comments to custom css
parent
6a723e5515
commit
97896e3690
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue