mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #3160 from PayBas/ticket/13228
[ticket/13228] Fix codebox "select all" font-size in UCP and MCP
This commit is contained in:
commit
ea101f7932
2 changed files with 5 additions and 5 deletions
|
@ -497,7 +497,7 @@ blockquote.uncited {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
border-bottom: 1px solid transparent;
|
border-bottom: 1px solid transparent;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em !important;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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