Skip to content

Commit

Permalink
Move AMedit style to correct stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
drlippman committed Feb 16, 2018
1 parent 807072e commit 3f1406a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion assessment/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function getlastanswer(qn, part) {
window.onload = init;
var imasroot = '<?php echo $imasroot; ?>'; var cid = <?php echo (isset($cid) && is_numeric($cid))?$cid:0; ?>;
</script>
<link rel="stylesheet" href="<?php echo $imasroot . "/assessment/mathtest.css?ver=021418";?>" type="text/css"/>
<link rel="stylesheet" href="<?php echo $imasroot . "/assessment/mathtest.css?ver=021518";?>" type="text/css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
if (!window.jQuery) { document.write('<script src="<?php echo $imasroot;?>/javascript/jquery.min.js"><\/script>');}
Expand Down
2 changes: 1 addition & 1 deletion assessment/mathtest.css
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ a[target=_blank]:after {
.mce-content-body a[target=_blank]:after {
display: none;
}

.mce-content-body span.AMedit {border: 1px solid #ff0000;}
.clearfix:after {
content: " ";
display: block;
Expand Down
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script type="text/javascript">
if (!window.jQuery) { document.write('<script src="<?php echo $imasroot;?>/javascript/jquery.min.js"><\/script>');}
</script>
<link rel="stylesheet" href="<?php echo $imasroot . "/imascore.css?ver=011018";?>" type="text/css" />
<link rel="stylesheet" href="<?php echo $imasroot . "/imascore.css?ver=021518";?>" type="text/css" />
<?php
if (isset($coursetheme)) {
if (isset($flexwidth) || isset($usefullwidth)) {
Expand Down
12 changes: 6 additions & 6 deletions iconfonts/imathasfont.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,10 @@
background-color: transparent;
}

.mce-i-attach:before{content:"\e9cd"}
.mce-i-math:before{content:"\e901"}
.mce-i-mathadd:before{content:"\e902"}
.mce-i-graph:before{content:"\e900"}
.mce-i-snippet:before{content:"\e026"}
.mce-content-body span.AMedit {border: 1px solid #ff0000;}
.mce-i-attach:before {content:"\e9cd"}
.mce-i-math:before {content:"\e901"}
.mce-i-mathadd:before {content:"\e902"}
.mce-i-graph:before {content:"\e900"}
.mce-i-snippet:before {content:"\e026"}


1 change: 1 addition & 0 deletions imascore.css
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ a[target=_blank]:after {
.mce-content-body a[target=_blank]:after {
display: none;
}
.mce-content-body span.AMedit {border: 1px solid #ff0000;}
div.forumgrp img {
max-width: 90%;
height: auto;
Expand Down

0 comments on commit 3f1406a

Please sign in to comment.