mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-30 19:49:54 +02:00
[ticket/14193]Fix posting buttons
PHPBB3-14193
This commit is contained in:
@@ -907,17 +907,17 @@ li.breadcrumbs span:first-child > a {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.rtl .search-box .button {
|
||||
.rtl .button-search,
|
||||
.button-search-end {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.rtl .search-box a.button {
|
||||
.button-search-end {
|
||||
border-left-width: 1px;
|
||||
border-right-width: 0;
|
||||
border-radius: 4px 0 0 4px;
|
||||
}
|
||||
|
||||
.rtl .search-header a.button {
|
||||
.rtl .search-header .button-search-end {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user