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;
}

 
}

/**

}

/**