MDL-33521 css: Fixed invalid CSS in core CSS and plugin styles.css files

This commit is contained in:
Sam Hemelryk 2012-05-31 14:51:02 +12:00
parent d71b79a406
commit d75e8e3ac8
12 changed files with 24 additions and 25 deletions

View file

@ -157,7 +157,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;line-break: break;}
#adminsettings .form-item .form-label .form-shortname {display:block;}
#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;}
@ -181,7 +181,7 @@
.admin_colourpicker_preview {display:none;}
.jsenabled .admin_colourpicker_preview {display:inline;}
.jsenabled .admin_colourpicker {display:block;height:102px;width:410px;margin-bottom:10px;}
.admin_colourpicker .loadingicon {vertical-align:center;margin-left:auto;}
.admin_colourpicker .loadingicon {vertical-align:middle;margin-left:auto;}
.admin_colourpicker .colourdialogue {float:left;border:1px solid #000;}
.admin_colourpicker .previewcolour {border:1px solid #000;margin-left:301px;}
.admin_colourpicker .currentcolour {border:1px solid #000;margin-left:301px;border-top-width:0;}

View file

@ -168,6 +168,6 @@ input.titleeditor {
/* Course drag and drop upload styles */
#dndupload-status {width:40%;margin:0 30%;padding:6px;border:1px solid #ddd;text-align:center;background:#ffc;position:absolute;z-index:9999;box-shadow:2px 2px 5px 1px #ccc;border-radius:0px 0px 8px 8px;z-index: 0;}
.dndupload-preview {color:#909090;border:1px dashed #909090;}
.dndupload-progress-outer {width:70px;border:solid black 1px;height:10px;display:inline-block;margin:0;padding:0;overflow:hidden;position:relative;}
.dndupload-progress-outer {width:70px;border:1px solid black;height:10px;display:inline-block;margin:0;padding:0;overflow:hidden;position:relative;}
.dndupload-progress-inner {width:0%;height:100%;background-color:green;display:inline-block;margin:0;padding:0;float:left;}
.dndupload-hidden {display:none;}

View file

@ -228,8 +228,7 @@ a.ygtvspacer:hover {color: transparent;text-decoration: none;}
/*
* Lazy loading on fp-content (File Picker only)
*/
.file-picker .fp-nextpage {clear:both;align:center;}
.file-picker .fp-nextpage .fp-nextpage-link {align:center;}
.file-picker .fp-nextpage {clear:both;}
.file-picker .fp-nextpage .fp-nextpage-loading {display:none;}
.file-picker .fp-nextpage.loading .fp-nextpage-link {display:none;}
.file-picker .fp-nextpage.loading .fp-nextpage-loading {display:block;text-align: center;height: 100px;padding-top: 50px;}

View file

@ -43,7 +43,7 @@ table.message .searchresults td {padding:5px;}
.message .messagearea .messagehistory .left {padding-bottom:10px;width:50%;float:left;clear:both;}
.message .messagearea .messagehistory .right {padding-bottom:10px;width:50%;float:right;clear:both;}
.message .messagearea .messagehistory .notification {padding:10px;background-color:#EEEEEE;margin-top:5px;}
.message .messagearea .messagesend {padding-top:20px;float:center;clear:both;}
.message .messagearea .messagesend {padding-top:20px;clear:both;}
.message .messagearea .messagesend .messagesendbox {width:100%}
.message .messagearea .messagesend fieldset {padding:0px;margin:0;} /** bring the message send button closer to the message box */

View file

@ -29,7 +29,7 @@ td.grade div.overridden {background-color: #DDDDDD;}
.gradetreebox tr.category th.cell.rowspan {border-width:0; border-left:1px solid #AAA;}
.gradetreebox tr.category th.cell.rowspan:hover {background-color: #EEE;}
.gradetreebox td.name {border-left: 0px;}
.gradetreebox td.colspan {border-left: 1px solid #AAA;border-bottom: 1px solid #AAA;border-top: none;background-color: #DDD;}
.gradetreebox td.colspan {border-left: 1px solid #AAA;border-bottom: 1px solid #AAA;border-top: 0;background-color: #DDD;}
.gradetreebox tr .cell.level1 {background-color: #F3DFD0; width: 10px;}
.gradetreebox tr .cell.level2 {background-color: #D0DBD3; width: 10px;}
.gradetreebox tr .cell.level3 {background-color: #D0F3D6; width: 10px;}

View file

@ -131,7 +131,7 @@ table.mod_index {width:90%;margin:1em auto;}
#page-mod-glossary-import table.glossaryimportexport {text-align: center;}
.path-mod-glossary .glossarydisplay {width: 90%;text-align:center;}
.path-mod-glossary .entrybox {border-width: 0px 1px 1px 1px;border-style: solid;border-color: #BBB;}
.path-mod-glossary .entrybox hr {border-left:none;border-right:none;}
.path-mod-glossary .entrybox hr {border-left:0;border-right:0;}
#page-mod-glossary-report table tr.teacher {background: #F0F0F0;}
#page-mod-glossary-view table.glossarycategoryheader {background-color: #DDD;}
#page-mod-glossary-view table.glossarycategoryheader h2 {font-size: 1em;margin: 0;}