File tree Expand file tree Collapse file tree 4 files changed +21
-9
lines changed
static/djangocms_admin_style/css Expand file tree Collapse file tree 4 files changed +21
-9
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ CHANGELOG
44Unreleased
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
13151.2.2 (2016-05-25)
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments