mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 13:44:12 +02:00
- IE6 is not able to correctly cope with gzip compression
- hopefully fixed the rtl icon issue in FF without breaking ltr display. git-svn-id: file:///svn/phpbb/trunk@8040 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -13,6 +13,11 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.rtl div.rules ul {
|
||||
margin-left: 0;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
/* Main blocks
|
||||
---------------------------------------- */
|
||||
.rtl #logo {
|
||||
@@ -67,6 +72,24 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.rtl ul.leftside li, .rtl ul.rightside li {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.rtl ul.leftside {
|
||||
float: right;
|
||||
margin-left: 5px;
|
||||
margin-right: 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.rtl ul.rightside {
|
||||
float: left;
|
||||
margin-left: -5px;
|
||||
margin-right: 5px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* Table styles
|
||||
----------------------------------------*/
|
||||
.rtl table.table1 thead th {
|
||||
@@ -445,6 +468,7 @@
|
||||
.rtl .sitehome, .rtl .icon-faq, .rtl .icon-members, .rtl .icon-home, .rtl .icon-ucp, .rtl .icon-register, .rtl .icon-logout,
|
||||
.rtl .icon-bookmark, .rtl .icon-bump, .rtl .icon-subscribe, .rtl .icon-unsubscribe, .rtl .icon-pages, .rtl .icon-search {
|
||||
background-position: 100% 50%;
|
||||
padding: 0 17px 0 0;
|
||||
}
|
||||
|
||||
/* Poster profile icons
|
||||
|
@@ -84,7 +84,7 @@ a.fontsize:hover {
|
||||
background-position: 0 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-image: none;
|
||||
padding: 1px 0 0 17px;
|
||||
padding: 0 0 0 17px;
|
||||
}
|
||||
|
||||
/* Poster profile icons
|
||||
|
@@ -326,6 +326,20 @@ ul.navlinks {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
ul.leftside {
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
margin-right: 5px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
ul.rightside {
|
||||
float: right;
|
||||
margin-left: 5px;
|
||||
margin-right: -5px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Table styles
|
||||
----------------------------------------*/
|
||||
table.table1 {
|
||||
@@ -584,7 +598,7 @@ div.rules {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
div.rules li {
|
||||
div.rules ul {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user