Commit 235cce13 by Victor Shnayder

Merge pull request #1713 from MITx/jmclaus/edit-molecule-css-fix

CSS from JSME doesn't affect surrounding content now
parents 71712ef0 d763a6fc
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
* } * }
*/ */
/* Commented out the following that was messing up the CSS in sequential and had no use anyway when jsme is running inside edX platform.
body, table td, select { body, table td, select {
font-family: Arial Unicode MS, Arial, sans-serif; font-family: Arial Unicode MS, Arial, sans-serif;
font-size: small; font-size: small;
...@@ -31,6 +33,7 @@ body { ...@@ -31,6 +33,7 @@ body {
a, a:visited, a:hover { a, a:visited, a:hover {
color: #0000AA; color: #0000AA;
} }
*/
/** /**
* The reference theme can be used to determine when this style sheet has * The reference theme can be used to determine when this style sheet has
......
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
* } * }
*/ */
/* Commented out the following that was messing up the CSS in sequential and had no use anyway when jsme is running inside edX platform.
body, table td, select { body, table td, select {
font-family: Arial Unicode MS, Arial, sans-serif; font-family: Arial Unicode MS, Arial, sans-serif;
font-size: small; font-size: small;
...@@ -31,6 +33,7 @@ body { ...@@ -31,6 +33,7 @@ body {
a, a:visited, a:hover { a, a:visited, a:hover {
color: #0000AA; color: #0000AA;
} }
*/
/** /**
* The reference theme can be used to determine when this style sheet has * The reference theme can be used to determine when this style sheet has
......
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
zoom: 1; zoom: 1;
} }
/* Commented out the following that was messing up the CSS in sequential and had no use anyway when jsme is running inside edX platform.
body { body {
font-family: arial,sans-serif; font-family: arial,sans-serif;
} }
...@@ -45,6 +47,7 @@ a:visited { ...@@ -45,6 +47,7 @@ a:visited {
a:active { a:active {
color:#ff0000; color:#ff0000;
} }
*/
/*** Button ***/ /*** Button ***/
......
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
zoom: 1; zoom: 1;
} }
/* Commented out the following that was messing up the CSS in sequential and had no use anyway when jsme is running inside edX platform.
body { body {
font-family: arial,sans-serif; font-family: arial,sans-serif;
} }
...@@ -45,6 +47,7 @@ a:visited { ...@@ -45,6 +47,7 @@ a:visited {
a:active { a:active {
color:#ff0000; color:#ff0000;
} }
*/
/*** Button ***/ /*** Button ***/
......
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
* } * }
*/ */
/* Commented out the following that was messing up the CSS in sequential and had no use anyway when jsmolcalc is running inside edX platform.
body, table td, select, button { body, table td, select, button {
font-family: Arial Unicode MS, Arial, sans-serif; font-family: Arial Unicode MS, Arial, sans-serif;
font-size: small; font-size: small;
...@@ -41,6 +43,7 @@ a:hover { ...@@ -41,6 +43,7 @@ a:hover {
select { select {
background: white; background: white;
} }
*/
/** /**
* The reference theme can be used to determine when this style sheet has * The reference theme can be used to determine when this style sheet has
......
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
* } * }
*/ */
/* Commented out the following that was messing up the CSS in sequential and had no use anyway when jsmolcalc is running inside edX platform.
body, table td, select, button { body, table td, select, button {
font-family: Arial Unicode MS, Arial, sans-serif; font-family: Arial Unicode MS, Arial, sans-serif;
font-size: small; font-size: small;
...@@ -41,6 +43,7 @@ a:hover { ...@@ -41,6 +43,7 @@ a:hover {
select { select {
background: white; background: white;
} }
*/
/** /**
* The reference theme can be used to determine when this style sheet has * The reference theme can be used to determine when this style sheet has
......
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