phpBB

Code Changes

File: styles/prosilver/theme/bidi.css

  Unmodified   Added   Modified   Removed
Line 182Line 182

/* Misc layout styles
---------------------------------------- */


/* Misc layout styles
---------------------------------------- */

/* column[1-2] styles are containers for two column layouts
Also see tweaks.css */

/* column[1-2] styles are containers for two column layouts */


.rtl .column1 {
float: right;
clear: right;

.rtl .column1 {
float: right;
clear: right;

Line 311Line 310
li.breadcrumbs span:first-child > a {
padding-left: 0;
padding-right: 19px;

li.breadcrumbs span:first-child > a {
padding-left: 0;
padding-right: 19px;

 
}

/* Notification mark read link */
.rtl .dropdown-extended a.mark_read {
border-radius: 0 3px 3px 0;
left: 0;
right: auto;

}

.rtl a.top {

}

.rtl a.top {

Line 596Line 602
/**
* buttons.css
*/

/**
* buttons.css
*/

/* Rollover buttons
Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/

 
.rtl .dropdown-select {
padding-left: 24px;
padding-right: 8px;

.rtl .dropdown-select {
padding-left: 24px;
padding-right: 8px;

Line 975Line 978
	padding-right: 17px;
padding-left: 0;
}

	padding-right: 17px;
padding-left: 0;
}


/**
* tweaks.css
*/

 


/* Form button styles



/* Form button styles

Line 1059Line 1058
		left: 5px;
right: auto;
text-align: right;

		left: 5px;
right: auto;
text-align: right;

	}

@media only screen and (max-width: 550px), only screen and (max-device-width: 550px)
{
.rtl ul.topiclist.forums dt {
margin-left: 0;
}

.rtl ul.topiclist.forums dt .list-inner {
margin-left: 0;
}

 
	}

.rtl table.responsive.show-header thead, .rtl table.responsive.show-header th:first-child {

	}

.rtl table.responsive.show-header thead, .rtl table.responsive.show-header th:first-child {

Line 1084Line 1072
	----------------------------------------*/
.rtl .column1, .rtl .column2, .rtl .left-box.profile-details {
float: none;

	----------------------------------------*/
.rtl .column1, .rtl .column2, .rtl .left-box.profile-details {
float: none;

	}

@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
{
.rtl dl.details dt, .rtl dl.details dd {
float: none;
text-align: right;
}

.rtl dl.details dd {
margin-left: 0;
margin-right: 20px;
}

 
	}

/* Post

	}

/* Post

Line 1129Line 1104
	}

.rtl fieldset dd, .rtl fieldset.fields1 dd, .rtl fieldset.fields2 dd {

	}

.rtl fieldset dd, .rtl fieldset.fields1 dd, .rtl fieldset.fields2 dd {

 
		margin-right: 20px;
}
}

@media only screen and (max-width: 550px), only screen and (max-device-width: 550px)
{
/* .topiclist lists
----------------------------------------*/
.rtl ul.topiclist.forums dt {
margin-left: 0;
}

.rtl ul.topiclist.forums dt .list-inner {
margin-left: 0;
}
}

@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
{
.rtl dl.details dt, .rtl dl.details dd {
float: none;
text-align: right;
}

.rtl dl.details dd {
margin-left: 0;

		margin-right: 20px;
}


		margin-right: 20px;
}


	@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {

 
		.captcha-panel dd.captcha {
margin-right: 0;

		.captcha-panel dd.captcha {
margin-right: 0;

		}

 
	}
}


	}
}