mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-23 03:38:52 +00:00
[ticket/13228] Fix codebox "select all" font-size in UCP and MCP
PHPBB3-13228
This commit is contained in:
parent
d7d4f681ca
commit
16c43b6a7d
1 changed files with 4 additions and 4 deletions
|
@ -59,10 +59,6 @@ ul.cplist {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cp-main .postbody p {
|
|
||||||
font-size: 1.1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cp-main .pm-message {
|
#cp-main .pm-message {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
|
@ -78,6 +74,10 @@ ul.cplist {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.panel-container .postbody p.author {
|
||||||
|
font-size: 1.1em;
|
||||||
|
}
|
||||||
|
|
||||||
#cp-main .buttons {
|
#cp-main .buttons {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue