mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-54698 core: removed 'title-case' CSS usage and rule
This commit is contained in:
parent
7e12045152
commit
e0c67b89cb
@ -76,7 +76,7 @@
|
||||
}
|
||||
}}
|
||||
<div class="message-preferences-container">
|
||||
<h2 class="title-case">{{#str}} messagepreferences, message {{/str}}</h2>
|
||||
<h2>{{#str}} messagepreferences, message {{/str}}</h2>
|
||||
<div class="block-non-contacts-container">
|
||||
<input id="block-non-contacts"
|
||||
type="checkbox"
|
||||
|
@ -75,7 +75,7 @@
|
||||
]
|
||||
}
|
||||
}}
|
||||
<h2 class="title-case">{{#str}} notificationpreferences, message {{/str}}</h2>
|
||||
<h2>{{#str}} notificationpreferences, message {{/str}}</h2>
|
||||
<div class="preferences-container {{#disableall}}disabled{{/disableall}}" data-user-id="{{userid}}">
|
||||
<table class="table table-hover preference-table">
|
||||
<thead>
|
||||
|
@ -37,7 +37,7 @@
|
||||
"formhtml": "<input name='test' type='text' />"
|
||||
}
|
||||
}}
|
||||
<h4 class="title-case">{{displayname}}</h4>
|
||||
<h4>{{displayname}}</h4>
|
||||
<div class="processor-container"
|
||||
data-user-id="{{userid}}"
|
||||
data-processor-name="{{name}}"
|
||||
|
@ -773,9 +773,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.title-case {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.message-preferences-container {
|
||||
.block-non-contacts-container {
|
||||
|
@ -6392,9 +6392,6 @@ a.ygtvspacer:hover {
|
||||
.processor-container.loading .loading-container {
|
||||
display: block;
|
||||
}
|
||||
.title-case {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.message-preferences-container .block-non-contacts-container {
|
||||
margin: 30px 5px;
|
||||
line-height: 20px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user