mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14975] Changes requested by hanakin
[ticket/14975] Changes requested by hanakin [PHPBB3-14975]
This commit is contained in:
parent
f47d244151
commit
3331581ee5
1 changed files with 3 additions and 6 deletions
|
@ -123,7 +123,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl .jumpbox .dropdown-contents a {
|
.rtl .jumpbox .dropdown-contents a {
|
||||||
margin-right: 0px;
|
margin-right: 0;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -604,15 +604,12 @@ li.breadcrumbs span:first-child > a {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.rtl .caret {
|
.rtl .caret {
|
||||||
left: -6px;
|
|
||||||
right: inherit;
|
|
||||||
border-right: 1px solid;
|
border-right: 1px solid;
|
||||||
border-right-color: inherit;
|
border-right-color: inherit;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
|
right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Post control buttons
|
/* Post control buttons
|
||||||
--------------------------------------------- */
|
--------------------------------------------- */
|
||||||
.rtl .post-buttons {
|
.rtl .post-buttons {
|
||||||
|
@ -928,9 +925,9 @@ li.breadcrumbs span:first-child > a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl .button-search-end {
|
.rtl .button-search-end {
|
||||||
|
border-radius: 4px 0 0 4px;
|
||||||
border-left-width: 1px;
|
border-left-width: 1px;
|
||||||
border-right-width: 0;
|
border-right-width: 0;
|
||||||
border-radius: 4px 0 0 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl .search-header .button-search-end {
|
.rtl .search-header .button-search-end {
|
||||||
|
|
Loading…
Add table
Reference in a new issue