1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/13228] Fix codebox "select all" font-size in UCP and MCP

PHPBB3-13228
This commit is contained in:
PayBas 2014-11-21 23:35:33 +01:00
parent d7d4f681ca
commit 16c43b6a7d

View File

@ -59,10 +59,6 @@ ul.cplist {
border-bottom: none;
}
#cp-main .postbody p {
font-size: 1.1em;
}
#cp-main .pm-message {
border: 1px solid transparent;
margin: 10px 0;
@ -78,6 +74,10 @@ ul.cplist {
margin-top: 0;
}
.panel-container .postbody p.author {
font-size: 1.1em;
}
#cp-main .buttons {
margin-left: 0;
}