Merge branch 'MDL-54652-master' of git://github.com/danpoltawski/moodle

This commit is contained in:
Andrew Nicols 2016-06-21 11:26:42 +08:00
commit ad6b958997
6 changed files with 22 additions and 24 deletions

View File

@ -26,10 +26,10 @@
.path-admin-tool-health dl.notice dd {
background-color: #e5db36;
}
.path-admin-tool-health dt.solution,
.path-admin-tool-health dd.solution,
.path-admin-tool-health dl dt.solution,
.path-admin-tool-health dl dd.solution,
.path-admin-tool-health div#healthnoproblemsfound {
background-color: #5BB83E !important;
background-color: #5BB83E;
}
.path-admin-tool-health dl.healthissues dt,
.path-admin-tool-health dl.healthissues dd {

View File

@ -150,7 +150,6 @@
.tool-lp-menu li {
float: left;
display: inline;
position: relative;
list-style-type: none;
white-space: nowrap;

View File

@ -7,14 +7,11 @@
#page-blocks-community-communitycourse .hubtext {display: block; width: 68%; padding-left: 165px;}
#page-blocks-community-communitycourse .hubimgandtext {display:table;}
#page-blocks-community-communitycourse .hubimage {float: left; display: block; width: 100px;}
#page-blocks-community-communitycourse .hubdescriptiontext {}
#page-blocks-community-communitycourse .hubstats {padding-top: 10px}
#page-blocks-community-communitycourse .hubstats .iconhelp {float: left; padding-right: 3px;}
#page-blocks-community-communitycourse .hubadditionaldesc {color: #666666; font-size: 90%; display:block;}
#page-blocks-community-communitycourse .hubscreenshot {margin-right: 10px;}
#page-blocks-community-communitycourse .hubnottrusted {}
#page-blocks-community-communitycourse .hubtrusted {display:inline;}
#page-blocks-community-communitycourse .hubnottrusted {}
#page-blocks-community-communitycourse .trustedtr {background-color: #ffe1c3;}
#page-blocks-community-communitycourse .prioritisetr {background-color: #ffd4ff;}
#page-blocks-community-communitycourse .blockdescription {font-size: 80%; color: #555555;}
@ -25,7 +22,6 @@
#page-blocks-community-communitycourse .comment-link {font-size: 80%; color: #555555;}
#page-blocks-community-communitycourse .coursescreenshot {text-align:center;cursor: pointer;}
#page-blocks-community-communitycourse .hubcourseinfo {margin-left: 15px;}
#page-blocks-community-communitycourse .coursesitelink {}
#page-blocks-community-communitycourse .pagingbar {text-align: center;}
#page-blocks-community-communitycourse .coursecomment {float: right;}
#page-blocks-community-communitycourse .courseoperations {margin-top:9px; text-align:center}
@ -87,13 +83,6 @@
font-size: 95%;
margin-bottom: 9px;
}
#page-blocks-community-communitycourse .comment-list li {
background-color:#FFFAFA !important;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
padding-right: 4px;
padding-bottom: 2px;
}
/* STAR RATING */
#page-blocks-community-communitycourse .ratingcount {color: #8B8989;font-size: 80%;vertical-align: top;}
@ -153,7 +142,6 @@
margin-top:15px;
}
#page-blocks-community-communitycourse .hubrateandcomment { font-size: 80%;}
#page-blocks-community-communitycourse .hubcourseoutcomes {}
#page-blocks-community-communitycourse .nextlink {text-align: center;margin-top: 6px;}
#page-blocks-community-communitycourse .textinfo { text-align: center;}

View File

@ -1,14 +1,26 @@
/**
* Filters
*/
.mediaplugin_html5audio, .mediaplugin_html5video, .mediaplugin_swf, .mediaplugin_flv, .mediaplugin_real, .mediaplugin_youtube, .mediaplugin_vimeo, .mediaplugin_wmp, .mediaplugin_qt
{display:block;margin-top:5px;margin-bottom:5px;text-align: center;}
.mediaplugin.mediaplugin_mp3 object {display:inline;height:15px;width:180px;margin-left:0.5em;}
.mediaplugin_html5audio,
.mediaplugin_html5video,
.mediaplugin_swf,
.mediaplugin_flv,
.mediaplugin_real,
.mediaplugin_youtube,
.mediaplugin_vimeo,
.mediaplugin_wmp,
.mediaplugin_qt {
display: block;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
/*
* mp3 player colours -this read using JS and applied to swf audio flow player
* see http://flowplayer.org/documentation/skinning/controlbar.html?skin=default for more color properties,
* any property that ends with '...Color' is supported here.
*/
.mp3flowplayer_backgroundColor {color: #000000;}
.mp3flowplayer_backgroundColor {
color: #000000;
}

View File

@ -34,7 +34,6 @@
.dir-rtl.path-grade-report-grader .gradeparent table {
border-left-width: 0;
border-right-width: 1px;
max-width: initial;
}
/**
@ -228,7 +227,7 @@
.path-grade-report-grader .yui3-overlay {
border: 0;
background: none;
background-color: initial;
background-color: inherit;
min-width: 200px;
}

View File

@ -61,7 +61,7 @@ dir-rtl.path-grade-report-singleview div.groupselector select {
.path-grade-report-singleview .itemnav {
font-size: small;
display: inline;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}
.path-grade-report-singleview itemnav.previtem {
float:left;