mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge pull request #2466 from prototech/ticket/12550
[ticket/12550] Prevent last post column from jumping to second line in RTL. * prototech/ticket/12550: [ticket/12550] Prevent last post column from jumping to second line in RTL.
This commit is contained in:
commit
7223339f1e
1 changed files with 2 additions and 2 deletions
|
@ -289,7 +289,7 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
|||
.rtl ul.topiclist dt, .rtl li.header dt {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: -410px;
|
||||
margin-left: -440px;
|
||||
}
|
||||
|
||||
.rtl ul.topiclist.missing-column dt {
|
||||
|
@ -309,7 +309,7 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
|||
|
||||
.rtl ul.topiclist dt .list-inner {
|
||||
margin-right: 0;
|
||||
margin-left: 410px;
|
||||
margin-left: 440px;
|
||||
}
|
||||
|
||||
.rtl ul.topiclist.missing-column dt .list-inner {
|
||||
|
|
Loading…
Add table
Reference in a new issue