Skip to content

Commit 183a270

Browse files
authored
Merge pull request #352 from divio/bugfix/fixes-for-1-9
fixes for django 1-9
2 parents 9444e10 + 8eb9a77 commit 183a270

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

djangocms_admin_style/sass/components/_content.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -630,10 +630,12 @@ a.addlink {
630630
}
631631

632632
// cms language buttons
633-
#page_form_lang_tabs,
634-
.parler-language-tabs {
635-
margin-bottom: 30px;
636-
border-bottom: solid 1px $gray-lighter;
633+
.djangocms-admin-style {
634+
#page_form_lang_tabs,
635+
.parler-language-tabs {
636+
margin-bottom: 30px;
637+
border-bottom: solid 1px $gray-lighter;
638+
}
637639
}
638640
#page_form_lang_tabs input,
639641
.parler-language-tabs span {

djangocms_admin_style/sass/components/_forms.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,14 @@ form {
255255
&.collapse h2 {
256256
color: $gray-darkest;
257257
font-size: $font-size-large;
258-
background-image: none;
258+
background: none;
259259
}
260260
&.collapsed {
261261
margin-bottom: 30px !important;
262+
border: 0;
263+
.collapse-toggle {
264+
color: $color-primary;
265+
}
262266
}
263267
}
264268
label select {
@@ -619,6 +623,7 @@ div.calendar {
619623
}
620624
.today a {
621625
color: $gray-darker;
626+
font-weight: normal;
622627
background-color: $gray-lighter;
623628
}
624629
}
@@ -659,6 +664,8 @@ div.calendarbox {
659664
}
660665
.calendarnav-previous,
661666
.calendarnav-next {
667+
top: 0;
668+
text-indent: initial;
662669
color: $color-primary;
663670
font-size: 0;
664671
text-decoration: none;

djangocms_admin_style/static/djangocms_admin_style/css/djangocms-admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)