mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 15:17:16 +01:00
[ticket/4412] Shorten long profile fields
Shorten long profile fields using CSS PHPBB3-4412
This commit is contained in:
parent
52a0f32d99
commit
f89b80e183
@ -476,6 +476,8 @@ dl.details dd {
|
||||
margin-bottom: 5px;
|
||||
float: left;
|
||||
width: 65%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
|
||||
|
@ -669,6 +669,11 @@ fieldset.polls dd div {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.postprofile dd {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.postprofile strong {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user