mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/14976] more em converstions and size fixes
PHPBB3-14976
This commit is contained in:
parent
725805e7ed
commit
dbf1987bb3
2 changed files with 8 additions and 1 deletions
|
@ -15,7 +15,7 @@ html {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||||
font-size: 10px;
|
font-size: 16px;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1083,6 +1083,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||||
/* Miscellaneous styles
|
/* Miscellaneous styles
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.copyright {
|
.copyright {
|
||||||
|
font-size: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -250,6 +250,7 @@ ul.cplist {
|
||||||
|
|
||||||
/* Link styles for the sub-section links */
|
/* Link styles for the sub-section links */
|
||||||
.navigation a {
|
.navigation a {
|
||||||
|
font-size: 10px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 1px 0;
|
margin: 1px 0;
|
||||||
|
@ -270,6 +271,7 @@ ul.cplist {
|
||||||
|
|
||||||
/* Friends list */
|
/* Friends list */
|
||||||
.cp-mini {
|
.cp-mini {
|
||||||
|
font-size: 10px;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
|
@ -353,6 +355,10 @@ ol.def-rules li {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cplist .topictitle {
|
||||||
|
line-height: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
/* stylelint-enable selector-max-compound-selectors */
|
/* stylelint-enable selector-max-compound-selectors */
|
||||||
/* stylelint-enable selector-no-qualifying-type */
|
/* stylelint-enable selector-no-qualifying-type */
|
||||||
/* stylelint-enable declaration-property-unit-whitelist */
|
/* stylelint-enable declaration-property-unit-whitelist */
|
||||||
|
|
Loading…
Add table
Reference in a new issue