1
0
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:
Michael Miday
2015-10-03 05:15:16 +02:00
parent 8451272d69
commit 6b7fa249f1
17 changed files with 104 additions and 76 deletions

View File

@@ -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;
}