forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-55168 css: reformat plain css with stylefmt
- Loading branch information
1 parent
d5dff63
commit bc33e9b
Showing
97 changed files
with
3,723 additions
and
1,112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ | |
display: inline; | ||
} | ||
|
||
|
||
.path-admin-tool-customlang .mform.filterform { | ||
width: 70%; | ||
margin-left: auto; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
Oops, something went wrong.