Skip to content

Commit a11f4a3

Browse files
committed
Merge branch 'master' of github.com:divio/djangocms-admin-style into feature/translations [ci skip]
Conflicts: CHANGELOG.rst
2 parents d884436 + 183a270 commit a11f4a3

File tree

4 files changed

+21
-9
lines changed

4 files changed

+21
-9
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ CHANGELOG
44
Unreleased
55
----------
66

7+
* Added css regression tests framework
78
* Fixed an issue with datetime fields being displayed incorrectly (#347)
89
* Fixed a bug with related-widget add/change buttons inside changelist (#348)
9-
* Fixed an issue with login screen on django 1.9
10-
* Added css regression tests framework
10+
* Fixed an issue with login screen on Django 1.9
11+
* Fixed an issue with calendar display in Django 1.9
12+
* Fixed inline grouped field with
1113
* Synced translations with Transifex
1214

1315
1.2.2 (2016-05-25)

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: 10 additions & 2 deletions
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 {
@@ -440,9 +444,10 @@ form {
440444
.form-row .select2-container {
441445
min-width: 250px + 12px;
442446
} // standard input width + default input padding
447+
443448
.inline-group .form-row input,
444449
.inline-group .form-row textarea {
445-
width: auto;
450+
width: auto !important;
446451
}
447452

448453
// select2
@@ -618,6 +623,7 @@ div.calendar {
618623
}
619624
.today a {
620625
color: $gray-darker;
626+
font-weight: normal;
621627
background-color: $gray-lighter;
622628
}
623629
}
@@ -658,6 +664,8 @@ div.calendarbox {
658664
}
659665
.calendarnav-previous,
660666
.calendarnav-next {
667+
top: 0;
668+
text-indent: initial;
661669
color: $color-primary;
662670
font-size: 0;
663671
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)