mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 19:20:23 +02:00
add bidi.css for RTL support - we still use .rtl to be able to put special rules within the parsed stylesheet. since bidi.css is included after colours.css we ommit any colours there too. Still a lot to do here - i saw a lot of areas in need of some love (jumpbox, top links, topic/post icons, forum pagination)
git-svn-id: file:///svn/phpbb/trunk@7754 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -147,13 +147,6 @@ a#logo:hover {
|
||||
white-space: nowrap; /* For Opera */
|
||||
}
|
||||
|
||||
.rtl #search-box {
|
||||
float: left;
|
||||
text-align: left;
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#search-box #keywords {
|
||||
width: 95px;
|
||||
background-color: #FFF;
|
||||
@@ -184,10 +177,6 @@ a#logo:hover {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.rtl #site-description {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#site-description h1 {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user