mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-23351 - removed Moodle orange backgrounds from help and comments
This commit is contained in:
parent
f491b0c84b
commit
39e19487a8
@ -134,7 +134,7 @@
|
||||
#adminsettings fieldset.error legend {display: block;}
|
||||
#adminsettings .form-item {clear: both;margin: 1em 0 2em 0;}
|
||||
#adminsettings .form-item .form-label {display: block;float: left;width: 12.5em;text-align: right;}
|
||||
#adminsettings .form-item .form-label .form-shortname {display:block;}
|
||||
#adminsettings .form-item .form-label .form-shortname {display:block;line-break: break;}
|
||||
#adminsettings .form-item .form-setting {display: block;margin-left: 13.5em;text-align: left;}
|
||||
#adminsettings .form-item .form-setting .form-htmlarea {width: 640px;display:inline;}
|
||||
#adminsettings .form-item .form-setting .form-htmlarea .htmlarea {width: 640px;display:block;}
|
||||
|
@ -337,7 +337,7 @@ table.mod_index {width:100%;}
|
||||
.comment-content div {margin:0;padding:0;}
|
||||
.comment-content p {padding:0;margin:0 18px 0 0;}
|
||||
.comment-delete {float:right;text-align:right;}
|
||||
.comment-delete-confirm {background: #FFE390; padding: 2px; width: 5em;text-align:center;}
|
||||
.comment-delete-confirm {background: #eee; padding: 2px; width: 5em;text-align:center;}
|
||||
.comment-container {float:left;margin: 4px;}
|
||||
.comment-report-selectall{display:none}
|
||||
.jsenabled .comment-report-selectall{display:inline}
|
||||
@ -541,9 +541,9 @@ body.tag .managelink {padding: 5px;}
|
||||
/**
|
||||
* Help Content (pop-up)
|
||||
*/
|
||||
#helppopupbox {background-color: #FFE691; border: 1px solid #848484;}
|
||||
#helppopupbox {background-color: #eee; border: 1px solid #848484;}
|
||||
#helppopupbox .yui3-widget-hd {float:right;margin:3px 3px 0 0;}
|
||||
#helppopupbox .yui3-widget-bd {margin:0 1em 1em 1em;border-top:1px solid #FFE691;}
|
||||
#helppopupbox .yui3-widget-bd {margin:0 1em 1em 1em;border-top:1px solid #eee;}
|
||||
#helppopupbox .helpheading {font-size: 1em;}
|
||||
#helppopupbox .spinner {margin:1em;}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user