From 833a58d626ee6186e1e00ee868bf759db76700c7 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Wed, 12 Dec 2012 13:44:12 -0500 Subject: [PATCH] grading - post- cms-master rebase CSS tweaks on overview template --- cms/static/sass/_courseware.scss | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/cms/static/sass/_courseware.scss b/cms/static/sass/_courseware.scss index fee34e7bb5..f65ce362f4 100644 --- a/cms/static/sass/_courseware.scss +++ b/cms/static/sass/_courseware.scss @@ -67,10 +67,10 @@ input.courseware-unit-search-input { @include clearfix(); .item-details, .section-published-date { - display: inline-block; } .item-details { + float: none; padding: 20px 0 10px 0; @include clearfix(); @@ -93,6 +93,10 @@ input.courseware-unit-search-input { } .section-name-edit { + position: relative; + width: 400px; + background: $white; + input { font-size: 16px; } @@ -110,9 +114,9 @@ input.courseware-unit-search-input { } .section-published-date { - float: left; + float: right; width: 265px; - margin-right: 10px; + margin-right: 220px; padding: 4px 10px; @include border-radius(3px); background: $lightGrey; @@ -167,7 +171,7 @@ input.courseware-unit-search-input { .menu-toggle { z-index: 10; position: absolute; - top: 0; + top: 2px; right: 5px; padding: 5px; color: $lightGrey;