Added more comments to custom css
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user