Skip to content

Commit

Permalink
MDL-55168 css: reformat plain css with stylefmt
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Sep 30, 2016
1 parent d5dff63 commit bc33e9b
Show file tree
Hide file tree
Showing 97 changed files with 3,723 additions and 1,112 deletions.
22 changes: 17 additions & 5 deletions admin/tool/assignmentupgrade/styles.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
#page-admin-tool-assignmentupgrade-listnotupgraded .tool_assignmentupgrade_upgradetable .c0 { display: none; }
#page-admin-tool-assignmentupgrade-listnotupgraded.jsenabled .tool_assignmentupgrade_upgradetable .c0 { display: table-cell; }
#page-admin-tool-assignmentupgrade-listnotupgraded .tool_assignmentupgrade_upgradetable .c0 {
display: none;
}

#page-admin-tool-assignmentupgrade-listnotupgraded.jsenabled .tool_assignmentupgrade_upgradetable .c0 {
display: table-cell;
}
/*
.gradingbatchoperationsform { display: none; }
.jsenabled .gradingbatchoperationsform { display: block; }
*/

#page-admin-tool-assignmentupgrade-listnotupgraded .tool_assignmentupgrade_upgradetable tr.selectedrow td { background-color: #ffeecc; }
#page-admin-tool-assignmentupgrade-listnotupgraded .tool_assignmentupgrade_upgradetable tr.unselectedrow td { background-color: white; }
#page-admin-tool-assignmentupgrade-listnotupgraded .tool_assignmentupgrade_upgradetable tr.selectedrow td {
background-color: #ffeecc;
}

#page-admin-tool-assignmentupgrade-listnotupgraded .tool_assignmentupgrade_upgradetable tr.unselectedrow td {
background-color: white;
}

#page-admin-tool-assignmentupgrade-listnotupgraded .tool_assignmentupgrade_paginationform .hidden { display: none; }
#page-admin-tool-assignmentupgrade-listnotupgraded .tool_assignmentupgrade_paginationform .hidden {
display: none;
}
30 changes: 25 additions & 5 deletions admin/tool/behat/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
.steps-definitions{border-style:solid;border-width:1px;border-color:#BBB;padding:5px;margin:auto;width:50%;}
.steps-definitions .step{margin: 10px 0px 10px 0px;}
.steps-definitions .stepdescription{color:#bf8c12;}
.steps-definitions .steptype{color:#1467a6;margin-right: 5px;}
.steps-definitions .stepregex{color:#060;}
.steps-definitions {
border-style: solid;
border-width: 1px;
border-color: #bbb;
padding: 5px;
margin: auto;
width: 50%;
}

.steps-definitions .step {
margin: 10px 0px 10px 0px;
}

.steps-definitions .stepdescription {
color: #bf8c12;
}

.steps-definitions .steptype {
color: #1467a6;
margin-right: 5px;
}

.steps-definitions .stepregex {
color: #060;
}
98 changes: 70 additions & 28 deletions admin/tool/capability/styles.css
Original file line number Diff line number Diff line change
@@ -1,32 +1,74 @@
.path-admin-tool-capability .comparisontable {margin-top:150px;}
.path-admin-tool-capability .comparisontable {
margin-top: 150px;
}

.path-admin-tool-capability .comparisontable th,
.path-admin-tool-capability .comparisontable td {vertical-align:middle;padding:0.4em 0.5em 0.3em;}
.path-admin-tool-capability .comparisontable thead th {vertical-align:bottom;background:none;}
.path-admin-tool-capability .comparisontable thead th div {position:relative;}
.path-admin-tool-capability .comparisontable thead th div > a {
position:absolute;
top:-1.75em;
left:1em;
width:150px;
text-align:left;
margin-bottom:1em;
text-indent:-1.45em;
.path-admin-tool-capability .comparisontable td {
vertical-align: middle;
padding: 0.4em 0.5em 0.3em;
}

-webkit-transform-origin: top left;
-moz-transform-origin: top left;
-ms-transform-origin: top left;
-o-transform-origin: top left;
.path-admin-tool-capability .comparisontable thead th {
vertical-align: bottom;
background: none;
}

.path-admin-tool-capability .comparisontable thead th div {
position: relative;
}

.path-admin-tool-capability .comparisontable thead th div > a {
position: absolute;
top: -1.75em;
left: 1em;
width: 150px;
text-align: left;
margin-bottom: 1em;
text-indent: -1.45em;
-webkit-transform-origin: top left;
-moz-transform-origin: top left;
-ms-transform-origin: top left;
-o-transform-origin: top left;
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-ms-transform: rotate(315deg);
-o-transform: rotate(315deg);
}
.path-admin-tool-capability .comparisontable tbody th {background-color:#EEE;text-align:right;border:1px solid #DFDFDF;}
.path-admin-tool-capability .comparisontable tbody th span {display:block;color:#666;font-size:80%;}
.path-admin-tool-capability .comparisontable tbody td {border:1px solid #DFDFDF;}

.path-admin-tool-capability .comparisontable .inherit {color:#666}
.path-admin-tool-capability .comparisontable .allow {background-color:#006600;font-weight:bold;color:white;}
.path-admin-tool-capability .comparisontable .prevent {background-color:#ad6704;font-weight:bold;color:white;}
.path-admin-tool-capability .comparisontable .prohibit {background-color:#880000;font-weight:bold;color:white;}
-moz-transform: rotate(315deg);
-ms-transform: rotate(315deg);
-o-transform: rotate(315deg);
}

.path-admin-tool-capability .comparisontable tbody th {
background-color: #eee;
text-align: right;
border: 1px solid #dfdfdf;
}

.path-admin-tool-capability .comparisontable tbody th span {
display: block;
color: #666;
font-size: 80%;
}

.path-admin-tool-capability .comparisontable tbody td {
border: 1px solid #dfdfdf;
}

.path-admin-tool-capability .comparisontable .inherit {
color: #666;
}

.path-admin-tool-capability .comparisontable .allow {
background-color: #006600;
font-weight: bold;
color: white;
}

.path-admin-tool-capability .comparisontable .prevent {
background-color: #ad6704;
font-weight: bold;
color: white;
}

.path-admin-tool-capability .comparisontable .prohibit {
background-color: #880000;
font-weight: bold;
color: white;
}
1 change: 0 additions & 1 deletion admin/tool/customlang/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
display: inline;
}


.path-admin-tool-customlang .mform.filterform {
width: 70%;
margin-left: auto;
Expand Down
16 changes: 14 additions & 2 deletions admin/tool/health/styles.css
Original file line number Diff line number Diff line change
@@ -1,64 +1,76 @@

.path-admin-tool-health div#healthnoproblemsfound {
width: 60%;
margin: auto;
padding: 1em;
border: 1px solid black;
-moz-border-radius: 6px;
}

.path-admin-tool-health dl.healthissues {
width: 60%;
margin: auto;
}

.path-admin-tool-health dl.critical dt,
.path-admin-tool-health dl.critical dd {
background-color: #a71501;
}

.path-admin-tool-health dl.significant dt,
.path-admin-tool-health dl.significant dd {
background-color: #d36707;
}

.path-admin-tool-health dl.annoyance dt,
.path-admin-tool-health dl.annoyance dd {
background-color: #dba707;
}

.path-admin-tool-health dl.notice dt,
.path-admin-tool-health dl.notice dd {
background-color: #e5db36;
}

.path-admin-tool-health dl dt.solution,
.path-admin-tool-health dl dd.solution,
.path-admin-tool-health div#healthnoproblemsfound {
background-color: #5BB83E;
background-color: #5bb83e;
}

.path-admin-tool-health dl.healthissues dt,
.path-admin-tool-health dl.healthissues dd {
margin: 0px;
padding: 1em;
border: 1px solid black;
}

.path-admin-tool-health dl.healthissues dt {
font-weight: bold;
border-bottom: 0;
padding-bottom: 0.5em;
}

.path-admin-tool-health dl.healthissues dd {
border-top: 0;
padding-top: 0.5em;
margin-bottom: 10px;
}

.path-admin-tool-health dl.healthissues dd form {
margin-top: 0.5em;
text-align: right;
}

.path-admin-tool-health form#healthformreturn {
text-align: center;
margin: 2em;
}

.path-admin-tool-health dd.solution p {
padding: 0px;
margin: 1em 0px;
}

.path-admin-tool-health dd.solution li {
margin-top: 1em;
}
Expand Down
10 changes: 7 additions & 3 deletions admin/tool/langimport/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

#page-admin-tool-langimport-index .generalbox table {margin:auto;width:100%;}
#page-admin-tool-langimport-index .generalbox table {
margin: auto;
width: 100%;
}

#page-admin-tool-langimport-index .generalbox,
#page-admin-tool-langimport-index .generalbox table {text-align: center;}
#page-admin-tool-langimport-index .generalbox table {
text-align: center;
}
Loading

0 comments on commit bc33e9b

Please sign in to comment.