diff --git a/cms/static/sass/_calendar.scss b/cms/static/sass/_calendar.scss index f4d97a64ff..5af7bb5f6f 100644 --- a/cms/static/sass/_calendar.scss +++ b/cms/static/sass/_calendar.scss @@ -77,10 +77,18 @@ section.cal { text-transform: uppercase; border-bottom: 1px solid lighten($dark-blue, 60%); padding: 6px; + color: $bright-blue; a { color: $bright-blue; display: block; + padding: 6px; + margin: -6px; + + &:hover { + color: darken($bright-blue, 10%); + background: lighten($yellow, 10%); + } } } diff --git a/cms/static/sass/_layout.scss b/cms/static/sass/_layout.scss index eb30d55f5c..9ea1060ca4 100644 --- a/cms/static/sass/_layout.scss +++ b/cms/static/sass/_layout.scss @@ -5,6 +5,7 @@ body { > section { display: table; + table-layout: fixed; width: 100%; } diff --git a/cms/static/sass/_section.scss b/cms/static/sass/_section.scss index dbd4f232b1..e12387e488 100644 --- a/cms/static/sass/_section.scss +++ b/cms/static/sass/_section.scss @@ -1,12 +1,17 @@ section#unit-wrapper { section.filters { @include clearfix; - margin-bottom: 10px; - opacity: .4; + background: $light-blue; + border-bottom: 1px solid lighten($dark-blue, 40%); + padding: 5px 20px; + margin: -20px -20px 10px; + opacity: .7; @include transition; &:hover { opacity: 1; + padding: 10px 20px; + margin: -20px -20px 10px; } ul { diff --git a/cms/templates/widgets/module-dropdown.html b/cms/templates/widgets/module-dropdown.html index 6edb142e40..d5115d90c8 100644 --- a/cms/templates/widgets/module-dropdown.html +++ b/cms/templates/widgets/module-dropdown.html @@ -2,27 +2,27 @@ + Add new module -
-
- -
-
+ + + + + + + + + + + + + + + + + + + + + + +