mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12598] Fix rtl positon in header
PHPBB3-12598
This commit is contained in:
parent
2ca001edcf
commit
88f645eeda
1 changed files with 12 additions and 8 deletions
|
@ -25,14 +25,8 @@
|
||||||
padding: 10px 10px 0 13px;
|
padding: 10px 10px 0 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Search box
|
/* Sir Description
|
||||||
--------------------------------------------- */
|
--------------------------------------------- */
|
||||||
.rtl .search-header {
|
|
||||||
float: left;
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rtl #site-description {
|
.rtl #site-description {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
@ -942,7 +936,7 @@ li.breadcrumbs span:first-child > a {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Form button styles
|
/* Search box
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
|
|
||||||
/* Topic and forum Search */
|
/* Topic and forum Search */
|
||||||
|
@ -970,6 +964,12 @@ li.breadcrumbs span:first-child > a {
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl .search-header {
|
||||||
|
float: left;
|
||||||
|
margin-right: 0;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.rtl input.search {
|
.rtl input.search {
|
||||||
background-position: right 1px;
|
background-position: right 1px;
|
||||||
padding-right: 17px;
|
padding-right: 17px;
|
||||||
|
@ -980,6 +980,10 @@ li.breadcrumbs span:first-child > a {
|
||||||
* tweaks.css
|
* tweaks.css
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* Form button styles
|
||||||
|
---------------------------------------- */
|
||||||
|
|
||||||
/** Reference: Bug #27155 */
|
/** Reference: Bug #27155 */
|
||||||
.rtl #wrap, .rtl .headerbar, .rtl #site-description, .rtl .navbar {
|
.rtl #wrap, .rtl .headerbar, .rtl #site-description, .rtl .navbar {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Add table
Reference in a new issue