Merge pull request #1713 from MITx/jmclaus/edit-molecule-css-fix
CSS from JSME doesn't affect surrounding content now
This commit is contained in:
@@ -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 {
|
||||
font-family: Arial Unicode MS, Arial, sans-serif;
|
||||
font-size: small;
|
||||
@@ -31,6 +33,7 @@ body {
|
||||
a, a:visited, a:hover {
|
||||
color: #0000AA;
|
||||
}
|
||||
*/
|
||||
|
||||
/**
|
||||
* The reference theme can be used to determine when this style sheet has
|
||||
|
||||
@@ -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 {
|
||||
font-family: Arial Unicode MS, Arial, sans-serif;
|
||||
font-size: small;
|
||||
@@ -31,6 +33,7 @@ body {
|
||||
a, a:visited, a:hover {
|
||||
color: #0000AA;
|
||||
}
|
||||
*/
|
||||
|
||||
/**
|
||||
* The reference theme can be used to determine when this style sheet has
|
||||
|
||||
@@ -26,6 +26,8 @@
|
||||
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 {
|
||||
font-family: arial,sans-serif;
|
||||
}
|
||||
@@ -45,6 +47,7 @@ a:visited {
|
||||
a:active {
|
||||
color:#ff0000;
|
||||
}
|
||||
*/
|
||||
|
||||
/*** Button ***/
|
||||
|
||||
|
||||
@@ -26,6 +26,8 @@
|
||||
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 {
|
||||
font-family: arial,sans-serif;
|
||||
}
|
||||
@@ -45,6 +47,7 @@ a:visited {
|
||||
a:active {
|
||||
color:#ff0000;
|
||||
}
|
||||
*/
|
||||
|
||||
/*** Button ***/
|
||||
|
||||
|
||||
@@ -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 {
|
||||
font-family: Arial Unicode MS, Arial, sans-serif;
|
||||
font-size: small;
|
||||
@@ -41,6 +43,7 @@ a:hover {
|
||||
select {
|
||||
background: white;
|
||||
}
|
||||
*/
|
||||
|
||||
/**
|
||||
* The reference theme can be used to determine when this style sheet has
|
||||
|
||||
@@ -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 {
|
||||
font-family: Arial Unicode MS, Arial, sans-serif;
|
||||
font-size: small;
|
||||
@@ -41,6 +43,7 @@ a:hover {
|
||||
select {
|
||||
background: white;
|
||||
}
|
||||
*/
|
||||
|
||||
/**
|
||||
* The reference theme can be used to determine when this style sheet has
|
||||
|
||||
Reference in New Issue
Block a user