From 2ca267dc521847646f4dae1c0d5fb09f4e6d1652 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Wed, 23 Jan 2013 12:50:10 -0500 Subject: [PATCH 1/4] studio - resolved bug with .header CSS inheritance and problem editor menu UI --- common/lib/xmodule/xmodule/css/problem/edit.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/lib/xmodule/xmodule/css/problem/edit.scss b/common/lib/xmodule/xmodule/css/problem/edit.scss index eec36d4109..d612ff6c8e 100644 --- a/common/lib/xmodule/xmodule/css/problem/edit.scss +++ b/common/lib/xmodule/xmodule/css/problem/edit.scss @@ -110,6 +110,8 @@ .problem-editor-icon.header { width: 18px; background-position: -265px 0; + border: none; + padding: 0; } .problem-editor-icon.multiple-choice { From 5fee7eeaec0a3f3bf641a0275c05d176f71153f6 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Wed, 23 Jan 2013 12:58:20 -0500 Subject: [PATCH 2/4] studio - further resolved bug with .header CSS inheritance and problem editor menu UI --- cms/templates/widgets/problem-edit.html | 4 ++-- common/lib/xmodule/xmodule/css/problem/edit.scss | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/cms/templates/widgets/problem-edit.html b/cms/templates/widgets/problem-edit.html index 74d35cd646..3427d631dc 100644 --- a/cms/templates/widgets/problem-edit.html +++ b/cms/templates/widgets/problem-edit.html @@ -4,8 +4,8 @@ %if markdown != '' or data == '\n\n':