Skip to content

Commit

Permalink
Merge branch 'master' of github.com:divio/djangocms-admin-style into …
Browse files Browse the repository at this point in the history
…feature/translations [ci skip]

Conflicts:
	CHANGELOG.rst
  • Loading branch information
FinalAngel committed Jun 22, 2016
2 parents d884436 + 183a270 commit a11f4a3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ CHANGELOG
Unreleased
----------

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

1.2.2 (2016-05-25)
Expand Down
10 changes: 6 additions & 4 deletions djangocms_admin_style/sass/components/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -630,10 +630,12 @@ a.addlink {
}

// cms language buttons
#page_form_lang_tabs,
.parler-language-tabs {
margin-bottom: 30px;
border-bottom: solid 1px $gray-lighter;
.djangocms-admin-style {
#page_form_lang_tabs,
.parler-language-tabs {
margin-bottom: 30px;
border-bottom: solid 1px $gray-lighter;
}
}
#page_form_lang_tabs input,
.parler-language-tabs span {
Expand Down
12 changes: 10 additions & 2 deletions djangocms_admin_style/sass/components/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,14 @@ form {
&.collapse h2 {
color: $gray-darkest;
font-size: $font-size-large;
background-image: none;
background: none;
}
&.collapsed {
margin-bottom: 30px !important;
border: 0;
.collapse-toggle {
color: $color-primary;
}
}
}
label select {
Expand Down Expand Up @@ -440,9 +444,10 @@ form {
.form-row .select2-container {
min-width: 250px + 12px;
} // standard input width + default input padding

.inline-group .form-row input,
.inline-group .form-row textarea {
width: auto;
width: auto !important;
}

// select2
Expand Down Expand Up @@ -618,6 +623,7 @@ div.calendar {
}
.today a {
color: $gray-darker;
font-weight: normal;
background-color: $gray-lighter;
}
}
Expand Down Expand Up @@ -658,6 +664,8 @@ div.calendarbox {
}
.calendarnav-previous,
.calendarnav-next {
top: 0;
text-indent: initial;
color: $color-primary;
font-size: 0;
text-decoration: none;
Expand Down

Large diffs are not rendered by default.

0 comments on commit a11f4a3

Please sign in to comment.