From ebd3f28de83f8448f3b21a1dd9d8bb618c794391 Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Thu, 4 Oct 2012 09:52:18 -0400 Subject: [PATCH 1/5] added padding to xmodule units --- cms/static/sass/_unit.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index 0cc855a56f..38981d2563 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -220,6 +220,10 @@ } } + .xmodule_display { + padding: 10px 20px; + } + .component-editor { @include edit-box; display: none; From 61ea9d367822f6091c776f70b9a3c2e63c7a89c0 Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Thu, 4 Oct 2012 10:00:45 -0400 Subject: [PATCH 2/5] fixed log in header and overview search --- cms/static/sass/_login.scss | 1 + cms/templates/overview.html | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cms/static/sass/_login.scss b/cms/static/sass/_login.scss index 48216636d0..960a44272b 100644 --- a/cms/static/sass/_login.scss +++ b/cms/static/sass/_login.scss @@ -13,6 +13,7 @@ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(255, 255, 255, 0.05) inset, 0 1px 0 rgba(255, 255, 255, .25) inset; h1 { + float: none; margin: 5px 0; font-size: 15px; font-weight: 300; diff --git a/cms/templates/overview.html b/cms/templates/overview.html index f4ae4abe4d..d650f5e6df 100644 --- a/cms/templates/overview.html +++ b/cms/templates/overview.html @@ -9,7 +9,9 @@

Courseware

- +
+ +
New Section % for section in sections: From fbae5d9e7173db3dc7995803f66a1b5560114132 Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Thu, 4 Oct 2012 11:16:10 -0400 Subject: [PATCH 3/5] fixed courseware overview search positioning --- cms/static/sass/_courseware.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cms/static/sass/_courseware.scss b/cms/static/sass/_courseware.scss index 020548e08a..a888b65ed5 100644 --- a/cms/static/sass/_courseware.scss +++ b/cms/static/sass/_courseware.scss @@ -1,7 +1,5 @@ input.courseware-unit-search-input { - position: absolute; - right: 0; - top: 5px; + float: left; width: 260px; background-color: #fff; } From 842306addd36aaa1f3e05bd4d0e0da0642ae8dfd Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Fri, 5 Oct 2012 09:18:10 -0400 Subject: [PATCH 4/5] updated styles and template for unit location tree --- cms/static/sass/_cms_mixins.scss | 2 +- cms/static/sass/_unit.scss | 2 +- cms/templates/unit.html | 47 +++++++++----------------------- 3 files changed, 15 insertions(+), 36 deletions(-) diff --git a/cms/static/sass/_cms_mixins.scss b/cms/static/sass/_cms_mixins.scss index 8ca737f33d..e4ecc953e9 100644 --- a/cms/static/sass/_cms_mixins.scss +++ b/cms/static/sass/_cms_mixins.scss @@ -153,7 +153,7 @@ } &.editing { - background: #d1dae3; + background: #fffcf1; } .draft-item, diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index 38981d2563..8c9e54cc0f 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -386,7 +386,7 @@ } .new-unit-item { - margin-left: 50px; + margin: 0 0 15px 50px; } } } diff --git a/cms/templates/unit.html b/cms/templates/unit.html index 16d337f57b..3d48461231 100644 --- a/cms/templates/unit.html +++ b/cms/templates/unit.html @@ -92,46 +92,25 @@

Unit Location

-
-
-
-

${section.display_name}

-
-
-
+
    +
  1. + ${section.display_name}
      -
    1. - - ${units.enum_units(subsection, actions=False, selected=unit.location)} +
    2. + + + ${subsection.display_name} + +
        + ${units.enum_units(subsection, actions=False, selected=unit.location)} +
    -
-
+ +
- -
- - -
- - From 1e68123e09d7f53302b973865ab30369fe668bde Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Fri, 5 Oct 2012 09:21:20 -0400 Subject: [PATCH 5/5] fixed sign up to log in text --- cms/templates/signup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/templates/signup.html b/cms/templates/signup.html index 67c70b5cac..77a5df7856 100644 --- a/cms/templates/signup.html +++ b/cms/templates/signup.html @@ -51,7 +51,7 @@