mirror of
http://aero2k.de/repos/dfde-theme.git
synced 2017-09-06 15:25:40 +02:00
prosilver 3.2.1
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.rtl p.jumpbox-return {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.rtl div.rules ul {
|
||||
margin-left: 0;
|
||||
margin-right: 20px;
|
||||
@@ -118,6 +122,11 @@
|
||||
float: left;
|
||||
}
|
||||
|
||||
.rtl .jumpbox .dropdown-contents a {
|
||||
margin-right: 0;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
/* Notifications
|
||||
-----------------------------------------*/
|
||||
.rtl .notification_list ul li img {
|
||||
@@ -261,11 +270,6 @@
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.rtl .topic-poster {
|
||||
float: right;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
/* Action Bar styles
|
||||
---------------------------------------- */
|
||||
.rtl .action-bar .button {
|
||||
@@ -497,7 +501,6 @@ li.breadcrumbs span:first-child > a {
|
||||
/* Quote block */
|
||||
.rtl blockquote {
|
||||
margin: 0.5em 25px 0 1px;
|
||||
background-position: 99% 8px;
|
||||
}
|
||||
|
||||
.rtl blockquote blockquote {
|
||||
@@ -507,10 +510,13 @@ li.breadcrumbs span:first-child > a {
|
||||
|
||||
.rtl blockquote cite {
|
||||
/* Username/source of quoter */
|
||||
margin-right: 20px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.rtl blockquote cite:before, .rtl .uncited:before {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.rtl blockquote .codebox {
|
||||
margin-right: 0;
|
||||
}
|
||||
@@ -600,11 +606,12 @@ li.breadcrumbs span:first-child > a {
|
||||
*/
|
||||
|
||||
.rtl .caret {
|
||||
float: right;
|
||||
border-right: 1px solid;
|
||||
border-right-color: inherit;
|
||||
border-left: none;
|
||||
right: 6px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Post control buttons
|
||||
--------------------------------------------- */
|
||||
.rtl .post-buttons {
|
||||
@@ -919,7 +926,8 @@ li.breadcrumbs span:first-child > a {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.button-search-end {
|
||||
.rtl .button-search-end {
|
||||
border-radius: 4px 0 0 4px;
|
||||
border-left-width: 1px;
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user