mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
84c3a073df
commit
7e954145c4
1 changed files with 30 additions and 4 deletions
|
@ -141,12 +141,20 @@ p.moderators {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl p.moderators {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
p.linkmcp {
|
p.linkmcp {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
float: right;
|
float: right;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl p.linkmcp {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
p.breadcrumbs {
|
p.breadcrumbs {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -156,6 +164,10 @@ p.breadcrumbs {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl p.breadcrumbs {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
p.datetime {
|
p.datetime {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -163,6 +175,10 @@ p.datetime {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl p.datetime {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
p.searchbar {
|
p.searchbar {
|
||||||
padding: 2px 0;
|
padding: 2px 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -174,6 +190,10 @@ p.searchbarreg {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl p.searchbarreg {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
p.forumdesc {
|
p.forumdesc {
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
@ -219,6 +239,10 @@ p.topicdetails {
|
||||||
margin-left: 1.5em;
|
margin-left: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl .postbody li, .rtl ol, .rtl ul {
|
||||||
|
margin-right: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
.posthilit {
|
.posthilit {
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
}
|
}
|
||||||
|
@ -298,12 +322,10 @@ td {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
background-color: white;
|
background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
|
||||||
background-image: url('./images/cellpic2.jpg');
|
|
||||||
background-repeat: repeat-y;
|
|
||||||
}
|
}
|
||||||
.rtl .catdiv {
|
.rtl .catdiv {
|
||||||
background-image: url('./images/cellpic2_rtl.jpg');
|
background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cat {
|
.cat {
|
||||||
|
@ -453,6 +475,10 @@ option {
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl option {
|
||||||
|
padding-left: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
input.radio {
|
input.radio {
|
||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
Loading…
Add table
Reference in a new issue