mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
Part 2... see: http://www.phpbb.com/bugs/viewreport.php?b=7150#c14962 git-svn-id: file:///svn/phpbb/trunk@6909 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -141,12 +141,20 @@ p.moderators {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.rtl p.moderators {
|
||||
float: right;
|
||||
}
|
||||
|
||||
p.linkmcp {
|
||||
margin: 0px;
|
||||
float: right;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.rtl p.linkmcp {
|
||||
float: left;
|
||||
}
|
||||
|
||||
p.breadcrumbs {
|
||||
margin: 0px;
|
||||
float: left;
|
||||
@@ -156,6 +164,10 @@ p.breadcrumbs {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.rtl p.breadcrumbs {
|
||||
float: right;
|
||||
}
|
||||
|
||||
p.datetime {
|
||||
margin: 0px;
|
||||
float: right;
|
||||
@@ -163,6 +175,10 @@ p.datetime {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.rtl p.datetime {
|
||||
float: left;
|
||||
}
|
||||
|
||||
p.searchbar {
|
||||
padding: 2px 0;
|
||||
white-space: nowrap;
|
||||
@@ -174,6 +190,10 @@ p.searchbarreg {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.rtl p.searchbarreg {
|
||||
float: left;
|
||||
}
|
||||
|
||||
p.forumdesc {
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
@@ -219,6 +239,10 @@ p.topicdetails {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
.rtl .postbody li, .rtl ol, .rtl ul {
|
||||
margin-right: 1.5em;
|
||||
}
|
||||
|
||||
.posthilit {
|
||||
background-color: yellow;
|
||||
}
|
||||
@@ -298,12 +322,10 @@ td {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
background-color: white;
|
||||
background-image: url('./images/cellpic2.jpg');
|
||||
background-repeat: repeat-y;
|
||||
background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
|
||||
}
|
||||
.rtl .catdiv {
|
||||
background-image: url('./images/cellpic2_rtl.jpg');
|
||||
background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
|
||||
}
|
||||
|
||||
.cat {
|
||||
@@ -453,6 +475,10 @@ option {
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
.rtl option {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
input.radio {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
|
Reference in New Issue
Block a user