mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16452] Minor css code style adjustments
PHPBB3-16452
This commit is contained in:
parent
628d39931f
commit
77745e466d
3 changed files with 7 additions and 7 deletions
|
@ -2647,7 +2647,7 @@ fieldset.permissions .padding {
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
|
font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
@ -2699,15 +2699,15 @@ fieldset.permissions .padding {
|
||||||
}
|
}
|
||||||
|
|
||||||
.send-stats-settings input[type=checkbox] + label:before {
|
.send-stats-settings input[type=checkbox] + label:before {
|
||||||
content: "\f0c8";
|
font-family: "Font Awesome 5 Free";
|
||||||
font-family: 'Font Awesome 5 Free';
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
font-weight: normal;
|
||||||
|
content: "\f0c8";
|
||||||
}
|
}
|
||||||
|
|
||||||
.send-stats-settings input[type=checkbox]:checked + label:before {
|
.send-stats-settings input[type=checkbox]:checked + label:before {
|
||||||
content: "\f14a";
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
content: "\f14a";
|
||||||
color: #3c763d;
|
color: #3c763d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -363,7 +363,7 @@ a.header-avatar img {
|
||||||
a.header-avatar span:after {
|
a.header-avatar span:after {
|
||||||
content: '\f0dd';
|
content: '\f0dd';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font: normal normal bold 14px/1 'Font Awesome 5 Free';
|
font: normal normal bold 14px/1 "Font Awesome 5 Free";
|
||||||
padding-left: 6px;
|
padding-left: 6px;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
|
@ -11,10 +11,10 @@
|
||||||
*/
|
*/
|
||||||
.icon, .button .icon, blockquote cite:before, .uncited:before {
|
.icon, .button .icon, blockquote cite:before, .uncited:before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
text-rendering: auto; /* optimizelegibility throws things off #1094 */
|
text-rendering: auto; /* optimizelegibility throws things off #1094 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue