phpBB

Code Changes

File: styles/prosilver/theme/bidi.css

  Unmodified   Added   Modified   Removed
Line 582Line 582
.rtl .postprofile {
border-width: 0 1px 0 0;
float: left;

.rtl .postprofile {
border-width: 0 1px 0 0;
float: left;

/*	text-align: right; */

 
}

.rtl .pm .postprofile {

}

.rtl .pm .postprofile {

Line 787Line 786
/* Avatar gallery */
.rtl .gallery label {
float: right;

/* Avatar gallery */
.rtl .gallery label {
float: right;

}

/* Responsive *CP navigation
----------------------------------------*/
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{
.rtl .cp-menu, .rtl .navigation, .rtl .cp-main {
float: none;
}

 
}

/**

}

/**

Line 1086Line 1076
		float: none;
text-align: center;
margin-bottom: 5px;

		float: none;
text-align: center;
margin-bottom: 5px;

 
	}
}

@media (min-width: 701px) {
.rtl .postbody {
margin-right: 0;
margin-left: 16px;

	}
}


	}
}