mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11046] Add border-radius for UCP message colours block
PHPBB3-11046
This commit is contained in:
parent
095d7d97a3
commit
321b1f1a39
1 changed files with 2 additions and 1 deletions
|
@ -260,8 +260,9 @@ ul.cplist {
|
|||
|
||||
/* Friends list */
|
||||
.cp-mini {
|
||||
padding: 0 5px;
|
||||
margin: 10px 15px 10px 5px;
|
||||
padding: 5px 10px;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
dl.mini dt {
|
||||
|
|
Loading…
Add table
Reference in a new issue