Commit 56d5f13b by Christina Roberts

Merge pull request #1801 from MITx/fix/btalbot/studio-outlinedates

Resolving display issues around outline release dates
parents f77aaec3 b0021e73
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
@import 'elements/forms'; @import 'elements/forms';
@import 'elements/modal'; @import 'elements/modal';
@import 'elements/alerts'; @import 'elements/alerts';
@import 'elements/jquery-ui-calendar'; @import 'elements/vendor';
@import 'elements/tender-widget'; @import 'elements/tender-widget';
// specific views // specific views
......
// studio - elements - JQUI calendar // studio - elements - vendor overrides
// ==================== // ====================
// JQUI calendar
.ui-datepicker { .ui-datepicker {
border-color: $darkGrey; border-color: $darkGrey;
border-radius: 2px; border-radius: 2px;
...@@ -54,4 +55,11 @@ ...@@ -54,4 +55,11 @@
border-color: $orange; border-color: $orange;
color: #fff; color: #fff;
} }
}
// ====================
// JQUI timepicker
.ui-timepicker-list {
z-index: 100000 !important;
} }
\ No newline at end of file
...@@ -26,7 +26,7 @@ body.course.outline { ...@@ -26,7 +26,7 @@ body.course.outline {
position: relative; position: relative;
top: -4px; top: -4px;
right: 50px; right: 50px;
width: 145px; width: 100px;
.status-label { .status-label {
position: absolute; position: absolute;
...@@ -62,7 +62,7 @@ body.course.outline { ...@@ -62,7 +62,7 @@ body.course.outline {
opacity: 0.0; opacity: 0.0;
position: absolute; position: absolute;
top: -1px; top: -1px;
left: 5px; right: 0;
margin: 0; margin: 0;
padding: 8px 12px; padding: 8px 12px;
background: $white; background: $white;
...@@ -160,7 +160,7 @@ body.course.outline { ...@@ -160,7 +160,7 @@ body.course.outline {
.section-published-date { .section-published-date {
position: absolute; position: absolute;
top: 19px; top: 19px;
right: 90px; right: 80px;
padding: 4px 10px; padding: 4px 10px;
border-radius: 3px; border-radius: 3px;
background: $lightGrey; background: $lightGrey;
...@@ -271,8 +271,6 @@ body.course.outline { ...@@ -271,8 +271,6 @@ body.course.outline {
.section-published-date { .section-published-date {
float: right; float: right;
width: 278px;
margin-right: 220px;
@include border-radius(3px); @include border-radius(3px);
background: $lightGrey; background: $lightGrey;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment