MDL-55168 css: remove 0-length units

This commit is contained in:
Dan Poltawski
2016-09-30 09:25:25 +01:00
parent aea8eaecde
commit 99fe296eb2
25 changed files with 129 additions and 129 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
}
.steps-definitions .step {
margin: 10px 0px 10px 0px;
margin: 10px 0 10px 0;
}
.steps-definitions .stepdescription {
+3 -3
View File
@@ -39,7 +39,7 @@
.path-admin-tool-health dl.healthissues dt,
.path-admin-tool-health dl.healthissues dd {
margin: 0px;
margin: 0;
padding: 1em;
border: 1px solid black;
}
@@ -67,8 +67,8 @@
}
.path-admin-tool-health dd.solution p {
padding: 0px;
margin: 1em 0px;
padding: 0;
margin: 1em 0;
}
.path-admin-tool-health dd.solution li {
+1 -1
View File
@@ -196,7 +196,7 @@
/** check box and radio button on configure scale dialogue */
input[type="radio"].tool_lp_scale_default,
input[type="checkbox"].tool_lp_scale_proficient {
margin-top: 0px;
margin-top: 0;
}
/** User evidence */
+13 -13
View File
@@ -152,16 +152,16 @@
}
#page-blocks-community-communitycourse .hubcoursetitle {
-webkit-box-shadow: rgba(0, 0, 0, 0.546875) 0px 0px 4px;
-moz-box-shadow: rgba(0, 0, 0, 0.546875) 0px 0px 4px;
-webkit-box-shadow: rgba(0, 0, 0, 0.546875) 0 0 4px;
-moz-box-shadow: rgba(0, 0, 0, 0.546875) 0 0 4px;
background: #8b8989;
left: -15px;
position: relative;
z-index: 0;
border: 0px;
margin: 0px;
outline: 0px;
padding: 0px;
border: 0;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
color: #fff;
padding-top: 6px;
@@ -210,7 +210,7 @@
#page-blocks-community-communitycourse .star-rating {
list-style: none;
margin: 4px 0 4px;
padding: 0px;
padding: 0;
width: 100px;
height: 20px;
position: relative;
@@ -219,8 +219,8 @@
}
#page-blocks-community-communitycourse .star-rating li {
padding: 0px;
margin: 0px;
padding: 0;
margin: 0;
height: 20px;
width: 20px;
float: left;
@@ -278,7 +278,7 @@
position: relative;
cursor: pointer;
background-color: #8b8989;
margin-left: 0px;
margin-left: 0;
font-size: 80%;
margin-top: 15px;
}
@@ -333,8 +333,8 @@
}
#page-blocks-community-communitycourse .moodle-dialogue-base .moodle-dialogue-wrap {
-moz-border-radius: 12px 12px 0px 0px;
-webkit-border-radius: 12px 12px 0px 0px;
-moz-border-radius: 12px 12px 0 0;
-webkit-border-radius: 12px 12px 0 0;
background-color: #fff;
border: 1px solid #555;
}
@@ -349,7 +349,7 @@
}
#page-blocks-community-communitycourse .moodle-dialogue-base .moodle-dialogue-bd {
padding: 0px;
padding: 0;
margin-bottom: -5px;
}
+1 -1
View File
@@ -25,7 +25,7 @@
.block_settings .block_tree .tree_item {
cursor: pointer;
margin: 3px 0px;
margin: 3px 0;
background-position: 0 50%;
background-repeat: no-repeat;
}
+2 -2
View File
@@ -1,5 +1,5 @@
.gradeimport_data_area {
margin: 0px 0px 10px;
margin: 0 0 10px;
width: 475px;
height: 209px;
}
}
+1 -1
View File
@@ -12,7 +12,7 @@
.path-grade-report-singleview div.singleselect + div.singleselect select,
.path-grade-report-singleview div.groupselector select {
margin-right: 0px;
margin-right: 0;
}
.path-grade-report-singleview div.reporttable div.singleselect form div {
+1 -1
View File
@@ -24,5 +24,5 @@
}
.atto_form .atto_equation_preview {
margin-bottom: 0px; /* Turn off the margin-bottom from the class "well" */
margin-bottom: 0; /* Turn off the margin-bottom from the class "well" */
}
+1 -1
View File
@@ -69,7 +69,7 @@ div.editor_atto_toolbar button::-moz-focus-inner {
}
div.editor_atto_toolbar button img.icon {
padding: 0px;
padding: 0;
margin: 2px 0;
/* The following is dedicated to the beloved IE8, clashing with Bootstrap. God bless you IE. */
vertical-align: text-bottom;
+1 -1
View File
@@ -10,7 +10,7 @@
}
.moodleSkin .mceLayout .mceToolbar .mceNoWrap {
clear: none;
width: 0px;
width: 0;
}
.o2k7Skin tr.mceLast .mceToolbar tr td.mceWrap,
+2 -2
View File
@@ -25,5 +25,5 @@
ul#airnotifierdevices {
list-style: none;
margin: 0em;
}
margin: 0;
}
+2 -2
View File
@@ -4,7 +4,7 @@
.path-admin-mnet-service-enrol table.remotehosts,
.path-admin-mnet-service-enrol table.otherenrolledusers,
.path-admin-mnet-service-enrol table.remotecourses {
margin: 0px auto 1em auto;
margin: 0 auto 1em auto;
}
.path-admin-mnet-service-enrol table.remotecourses th.categoryname {
text-align: left;
@@ -26,7 +26,7 @@
padding: 1em;
}
.path-admin-mnet-service-enrol .collapsibleregion.remotecourse.summary {
margin: 0px 10em;
margin: 0 10em;
}
.path-admin-mnet-service-enrol .roleassigntable {
margin: 1em auto;
+23 -23
View File
@@ -35,7 +35,7 @@
left: 1em;
right: 1em;
top: 52px;
bottom: 0px;
bottom: 0;
position: absolute;
overflow: auto;
background-color: #ccc;
@@ -51,7 +51,7 @@
.assignfeedback_editpdf_widget .pageheader {
background-color: #ebebeb;
border-bottom: 1px solid #ccc;
padding: 0px;
padding: 0;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
@@ -60,7 +60,7 @@
}
.moodle-dialogue-base .moodle-dialogue.assignfeedback_editpdf_widget .moodle-dialogue-bd {
padding: 0px;
padding: 0;
}
.assignfeedback_editpdf_widget .assignfeedback_editpdf_unsavedchanges.haschanges {
@@ -93,9 +93,9 @@
.assignfeedback_editpdf_widget .pageheader button {
background: none;
padding: 4px 7px;
border: 0px;
border-radius: 0px;
margin: 0px;
border: 0;
border-radius: 0;
margin: 0;
height: 30px;
line-height: 30px;
vertical-align: top;
@@ -107,7 +107,7 @@
-webkit-appearance: none;
-moz-appearance: menulist-text;
background-color: #fff;
padding: 0px 10px;
padding: 0 10px;
}
.assignfeedback_editpdf_widget .pageheader select::-ms-expand {
@@ -119,7 +119,7 @@
.assignfeedback_editpdf_widget .pageheader .navigation select + button,
.assignfeedback_editpdf_widget .pageheader .toolbar select + button {
border-left: 1px solid #ccc;
border-right: 0px;
border-right: 0;
}
.assignfeedback_editpdf_widget .pageheader .navigation button {
@@ -136,7 +136,7 @@
background-color: white;
height: 30px;
line-height: 30px;
padding: 0px;
padding: 0;
}
.assignfeedback_editpdf_commentsearch ul {
@@ -154,13 +154,13 @@
}
.assignfeedback_editpdf_commentsearch ul li {
line-height: 0px;
line-height: 0;
margin: 2px;
}
.assignfeedback_editpdf_commentsearch a pre {
font-family: helvetica;
margin: 0px;
margin: 0;
padding: 4px;
}
@@ -186,7 +186,7 @@
}
.assignfeedback_editpdf_colourpicker ul {
margin: 0px;
margin: 0;
}
.assignfeedback_editpdf_commentmenu li.quicklist_comment {
@@ -206,29 +206,29 @@
}
.assignfeedback_editpdf_dropdown button {
border: 0px;
border: 0;
background: none;
padding: 6px 7px;
border-radius: 0px;
border-radius: 0;
border-top: 1px solid #ccc;
}
.assignfeedback_editpdf_dropdown li:first-child button {
border-top: 0px;
border-top: 0;
}
.moodle-dialogue-base .moodle-dialogue.assignfeedback_editpdf_dropdown .moodle-dialogue-wrap {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-left: 0;
margin-right: 0;
margin-top: 0;
border-radius: 4px;
}
.moodle-dialogue-base .moodle-dialogue.assignfeedback_editpdf_dropdown .moodle-dialogue-bd {
padding: 0px;
padding: 0;
}
.assignfeedback_editpdf_dropdown .moodle-dialogue-hd,
@@ -237,7 +237,7 @@
}
.assignfeedback_editpdf_menu li hr {
margin: 0px;
margin: 0;
}
.assignfeedback_editpdf_menu li a {
@@ -254,12 +254,12 @@
}
ul.assignfeedback_editpdf_menu {
margin: 0px;
margin: 0;
}
.assignfeedback_editpdf_menu li {
list-style-type: none;
margin: 0px;
margin: 0;
border-radius: 4px;
}
@@ -268,7 +268,7 @@ ul.assignfeedback_editpdf_menu {
}
.assignfeedback_editpdf_menu li button {
margin: 0px;
margin: 0;
background: none;
}
+13 -13
View File
@@ -24,7 +24,7 @@
}
.path-mod-assign table.generaltable table td {
border: 0px none;
border: 0 none;
}
.path-mod-assign .gradingsummarytable,
@@ -52,13 +52,13 @@
}
.path-mod-assign .quickgradingform .mform fieldset {
margin: 0px;
padding: 0px;
margin: 0;
padding: 0;
}
.path-mod-assign .gradingbatchoperationsform .mform fieldset {
margin: 0px;
padding: 0px;
margin: 0;
padding: 0;
}
.path-mod-assign td.submissionstatus,
@@ -148,11 +148,11 @@
}
.path-mod-assign .gradingtable .yui3-menu ul {
margin: 0px;
margin: 0;
}
.path-mod-assign .gradingtable .yui3-menu-label {
padding-left: 0px;
padding-left: 0;
line-height: 12px;
}
@@ -169,7 +169,7 @@
}
.path-mod-assign .gradingtable .yui3-menu .yui3-menu-content {
border: 0px;
border: 0;
padding-top: 0;
}
@@ -299,11 +299,11 @@
}
.path-mod-assign.layout-option-nonavbar {
padding-top: 0px;
padding-top: 0;
}
.path-mod-assign [data-region="user-selector"] select {
margin-bottom: 0px;
margin-bottom: 0;
}
.path-mod-assign [data-region="user-selector"] .alignment {
@@ -573,7 +573,7 @@
box-sizing: border-box;
background-color: #f5f5f5;
padding: 15px;
padding-top: 0px;
padding-top: 0;
-webkit-transition: width 0.5s, right 0.5s, left 0.5s;
-moz-transition: width 0.5s, right 0.5s, left 0.5s;
transition: width 0.5s, right 0.5s, left 0.5s;
@@ -975,11 +975,11 @@
display: none;
z-index: 100;
position: absolute;
top: 0em;
top: 0;
left: 0;
width: 100%;
overflow: auto;
bottom: 0em;
bottom: 0;
background-color: #ddd;
opacity: 0.4;
padding-top: 4em;
+15 -15
View File
@@ -20,7 +20,7 @@
#page-mod-book-print h6 {
page-break-after: avoid;
page-break-inside: avoid;
margin-left: 0px;
margin-left: 0;
}
/* just some hack - ignore user defined <font> */
@@ -52,8 +52,8 @@
#page-mod-book-print .book_toc_none ul,
#page-mod-book-print .book_toc_none ul ul {
margin-left: 0px;
padding-left: 0px;
margin-left: 0;
padding-left: 0;
}
#page-mod-book-print .book_toc_none li {
@@ -62,7 +62,7 @@
}
#page-mod-book-print .book_toc_none li li {
margin-top: 0px;
margin-top: 0;
list-style: none;
}
/* numbering == NUMBERED */
@@ -76,14 +76,14 @@
}
#page-mod-book-print .book_toc_numbered li li {
margin-top: 0px;
margin-top: 0;
list-style: none;
}
#page-mod-book-print .book_toc_numbered ul,
#page-mod-book-print .book_toc_numbered ul ul {
margin-left: 0px;
padding-left: 0px;
margin-left: 0;
padding-left: 0;
}
/* numbering == BULLETS */
@@ -97,18 +97,18 @@
}
#page-mod-book-print .book_toc_bullets li li {
margin-top: 0px;
margin-top: 0;
list-style: circle;
}
#page-mod-book-print .book_toc_bullets ul {
margin-left: 0px;
padding-left: 0px;
margin-left: 0;
padding-left: 0;
}
#page-mod-book-print .book_toc_bullets ul ul {
margin-left: 20px;
padding-left: 0px;
padding-left: 0;
}
/* numbering == INDENTED */
@@ -122,18 +122,18 @@
}
#page-mod-book-print .book_toc_indented li li {
margin-top: 0px;
margin-top: 0;
list-style: none;
}
#page-mod-book-print .book_toc_indented ul {
margin-left: 0px;
padding-left: 0px;
margin-left: 0;
padding-left: 0;
}
#page-mod-book-print .book_toc_indented ul ul {
margin-left: 20px;
padding-left: 0px;
padding-left: 0;
}
+1 -1
View File
@@ -127,7 +127,7 @@ Dual licensed under MIT and GNU GPLv2 © Nicolas Gallagher
border-radius: 10px;
/* moodle specific */
margin-top: 0px;
margin-top: 0;
/* end moodle specific */
}
+1 -1
View File
@@ -17,7 +17,7 @@
}
#page-mod-data-view img.list_picture {
border: 0px;
border: 0;
}
#page-mod-data-view div.search_none {
+1 -1
View File
@@ -114,7 +114,7 @@
}
.path-mod-forum .forumheaderlist td {
border-width: 1px 0px 0px 1px;
border-width: 1px 0 0 1px;
border-style: solid;
}
+7 -7
View File
@@ -2,12 +2,12 @@
.path-mod-glossary .glossarypost {
width: 95%;
border-collapse: separate;
margin: 0px auto;
margin: 0 auto;
text-align: left;
}
.path-mod-glossary .glossarypost.entrylist {
border-width: 0px;
border-width: 0;
}
.path-mod-glossary .glossarypost.continuous .concept {
@@ -49,12 +49,12 @@
.path-mod-glossary .glossarydisplay .tabs {
width: 100%;
margin-bottom: 0px;
margin-bottom: 0;
}
.path-mod-glossary .glossarydisplay .tabs .side {
border-style: none;
border-width: 0px;
border-width: 0;
width: auto;
}
@@ -70,7 +70,7 @@
.path-mod-glossary table.glossaryapproval,
.path-mod-glossary .glossarypost .entrylowersection table {
width: 100%;
margin-bottom: 0em;
margin-bottom: 0;
}
.glossary-activity-picture {
@@ -96,11 +96,11 @@
}
#page-mod-glossary-view table.glossarycategoryheader {
margin-bottom: 0em;
margin-bottom: 0;
}
#page-mod-glossary-view table.glossarycategoryheader th {
padding: 0px;
padding: 0;
}
#page-mod-glossary-view td.glossarysearchbox label {
+8 -8
View File
@@ -34,7 +34,7 @@
#page-mod-scorm-player #scormbrowse {
position: absolute;
left: 5px;
top: 0px;
top: 0;
}
#page-mod-scorm-player #scormnav {
@@ -49,8 +49,8 @@
width: 74%;
height: 100%;
position: absolute;
right: 0px;
top: 0px;
right: 0;
top: 0;
}
#page-mod-scorm-player #scormpage {
@@ -66,7 +66,7 @@
#page-mod-scorm-player #tocbox {
position: relative;
left: 0px;
left: 0;
width: 100%;
height: 100%;
font-size: 0.8em;
@@ -162,17 +162,17 @@
#page-mod-scorm-player #altfinishlink {
font-size: 140%;
border: 0px;
padding: 0px;
border: 0;
padding: 0;
}
#page-mod-scorm-player #scormmode {
float: left;
border: 0px;
border: 0;
}
#page-mod-scorm-player.pagelayout-popup #page-content .region-content {
padding: 0px;
padding: 0;
}
#page-mod-scorm-player.pagelayout-popup #page-wrapper {
+1 -1
View File
@@ -108,7 +108,7 @@
}
.wiki-upload-table h3 {
margin: 4px 0px;
margin: 4px 0;
text-align: center;
}
+2 -2
View File
@@ -3,7 +3,7 @@
*/
.path-mod-workshop .manual-allocator .allocations {
margin: 0px auto;
margin: 0 auto;
width: 100%;
}
@@ -38,7 +38,7 @@
}
.path-mod-workshop .manual-allocator .allocations tr td ul {
margin: 0px;
margin: 0;
}
.path-mod-workshop .manual-allocator .allocations tr td ul li {
+1 -1
View File
@@ -1,4 +1,4 @@
.path-mod-workshop .random-allocator .warning {
width: 100%;
margin: 0px auto 15px auto;
margin: 0 auto 15px auto;
}
+24 -24
View File
@@ -46,7 +46,7 @@
.path-mod-workshop .submission-summary .title,
.path-mod-workshop .submission-summary .userdate,
.path-mod-workshop .submission-summary .grade-status {
margin: 0px 0px 0px 40px;
margin: 0 0 0 40px;
}
.path-mod-workshop .submission-summary .author {
@@ -57,7 +57,7 @@
.path-mod-workshop .submission-summary.anonymous .author,
.path-mod-workshop .submission-summary.anonymous .userdate,
.path-mod-workshop .submission-summary.anonymous .grade-status {
margin: 0px 0px 0px 5px;
margin: 0 0 0 5px;
}
.path-mod-workshop .submission-summary .userdate {
@@ -71,8 +71,8 @@
.path-mod-workshop .submission-summary .author .picture {
position: absolute;
top: 0px;
left: 0px;
top: 0;
left: 0;
}
/**
@@ -80,7 +80,7 @@
*/
.path-mod-workshop .submission-full {
border: 1px solid #ddd;
margin: 0px 0px 1em 0px;
margin: 0 0 1em 0;
}
.path-mod-workshop .submission-full .header {
@@ -93,13 +93,13 @@
.path-mod-workshop .submission-full .header .title,
.path-mod-workshop .submission-full .header .author,
.path-mod-workshop .submission-full .header .userdate {
margin: 0px 0px 0px 80px;
margin: 0 0 0 80px;
}
.path-mod-workshop .submission-full.anonymous .header .title,
.path-mod-workshop .submission-full.anonymous .header .author,
.path-mod-workshop .submission-full.anonymous .header .userdate {
margin: 0px 0px 0px 5px;
margin: 0 0 0 5px;
}
.path-mod-workshop .submission-full .header .userdate.created {
@@ -108,7 +108,7 @@
.path-mod-workshop .submission-full .header .userdate.modified {
padding-left: 10px;
margin-left: 0px;
margin-left: 0;
border-left: 1px solid #000;
}
@@ -149,18 +149,18 @@
*/
.path-mod-workshop .submission-summary.example .title,
.path-mod-workshop .submission-summary.example .userdate {
margin: 0px 0px 0px 0px;
margin: 0 0 0 0;
}
/**
* Example submission - full display
*/
.path-mod-workshop .submission-full.example .header {
min-height: 0px;
min-height: 0;
}
.path-mod-workshop .submission-full.example .header .title {
margin: 0px 0px 0px 0px;
margin: 0 0 0 0;
}
/**
@@ -168,7 +168,7 @@
*/
.path-mod-workshop .message {
padding: 5px 5em 5px 15px;
margin: 0px auto 20px auto;
margin: 0 auto 20px auto;
width: 100%;
font-size: 80%;
position: relative;
@@ -176,7 +176,7 @@
.path-mod-workshop .message .singlebutton {
text-align: left;
margin: 0px;
margin: 0;
}
.path-mod-workshop .message.ok {
@@ -319,15 +319,15 @@
.path-mod-workshop .userplan tr.phasetasks .tasks {
list-style: none;
margin: 3px;
padding: 0px;
padding: 0;
}
.path-mod-workshop .userplan tr.phasetasks .title {
padding: 0px 10px 0px 20px;
padding: 0 10px 0 20px;
}
.path-mod-workshop .userplan tr.phasetasks .details {
padding: 0px 10px 0px 25px;
padding: 0 10px 0 25px;
font-size: 80%;
}
@@ -336,7 +336,7 @@
*/
.path-mod-workshop .assessment-full {
border: 1px solid #ddd;
margin: 0px auto 1em auto;
margin: 0 auto 1em auto;
}
.path-mod-workshop .assessment-full .header {
@@ -354,14 +354,14 @@
.path-mod-workshop .assessment-full .header .reviewer,
.path-mod-workshop .assessment-full .header .grade,
.path-mod-workshop .assessment-full .header .weight {
margin: 0px 0px 0px 40px;
margin: 0 0 0 40px;
}
.path-mod-workshop .assessment-full.anonymous .header .title,
.path-mod-workshop .assessment-full.anonymous .header .reviewer,
.path-mod-workshop .assessment-full.anonymous .header .grade,
.path-mod-workshop .assessment-full.anonymous .header .weight {
margin: 0px 0px 0px 5px;
margin: 0 0 0 5px;
}
.path-mod-workshop .assessment-full .header .reviewer .picture {
@@ -386,7 +386,7 @@
.path-mod-workshop .assessment-full .assessment-form-wrapper,
.path-mod-workshop .assessment-full .overall-feedback-wrapper {
margin-top: 0.5em;
padding: 0px 1em;
padding: 0 1em;
}
.path-mod-workshop .assessment-summary.graded .singlebutton input[type="submit"],
@@ -422,7 +422,7 @@
* Assessment form
*/
.path-mod-workshop .assessmentform .description {
margin: 0px 1em;
margin: 0 1em;
}
/**
@@ -436,7 +436,7 @@
}
.path-mod-workshop .grading-report .userpicture {
margin: 0px 3px;
margin: 0 3px;
vertical-align: middle;
}
@@ -534,7 +534,7 @@
*/
.path-mod-workshop .feedback {
border: 1px solid #ddd;
margin: 0px auto 1em auto;
margin: 0 auto 1em auto;
width: 100%;
}
@@ -546,7 +546,7 @@
}
.path-mod-workshop .feedback .header .title {
margin: 0px 0px 0px 40px;
margin: 0 0 0 40px;
}
.path-mod-workshop .feedback .header .picture {
+3 -3
View File
@@ -42,10 +42,10 @@ body#page-question-type-multichoice div[id^=fitem_id_][id*=answer_] .fitemtitle
}
body#page-question-type-multichoice div[id^=fitem_id_] .fitemtitle {
margin-left: 0px;
margin-right: 0px;
margin-left: 0;
margin-right: 0;
padding-left: 6px;
padding-right: 0px;
padding-right: 0;
}
body#page-question-type-multichoice div[id^=fitem_id_][id*=fraction_] {