Commit 833a58d6 by Brian Talbot

grading - post- cms-master rebase CSS tweaks on overview template

parent df7de980
...@@ -67,10 +67,10 @@ input.courseware-unit-search-input { ...@@ -67,10 +67,10 @@ input.courseware-unit-search-input {
@include clearfix(); @include clearfix();
.item-details, .section-published-date { .item-details, .section-published-date {
display: inline-block;
} }
.item-details { .item-details {
float: none;
padding: 20px 0 10px 0; padding: 20px 0 10px 0;
@include clearfix(); @include clearfix();
...@@ -93,6 +93,10 @@ input.courseware-unit-search-input { ...@@ -93,6 +93,10 @@ input.courseware-unit-search-input {
} }
.section-name-edit { .section-name-edit {
position: relative;
width: 400px;
background: $white;
input { input {
font-size: 16px; font-size: 16px;
} }
...@@ -110,9 +114,9 @@ input.courseware-unit-search-input { ...@@ -110,9 +114,9 @@ input.courseware-unit-search-input {
} }
.section-published-date { .section-published-date {
float: left; float: right;
width: 265px; width: 265px;
margin-right: 10px; margin-right: 220px;
padding: 4px 10px; padding: 4px 10px;
@include border-radius(3px); @include border-radius(3px);
background: $lightGrey; background: $lightGrey;
...@@ -167,7 +171,7 @@ input.courseware-unit-search-input { ...@@ -167,7 +171,7 @@ input.courseware-unit-search-input {
.menu-toggle { .menu-toggle {
z-index: 10; z-index: 10;
position: absolute; position: absolute;
top: 0; top: 2px;
right: 5px; right: 5px;
padding: 5px; padding: 5px;
color: $lightGrey; color: $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