qa-theme/MaxControl/css/base-style-rtl.css
Line #307
Find
#qa-loginform #qa-rememberbox{
float:left;
padding:7px 5px 1px;
}
#qa-loginform #qa-rememberme{
margin:0 5px 0 0;
float:left;
}
#qa-loginform #qa-remember{
display:block;
line-height:14px;
float:left;
}
Replace
#qa-loginform #qa-rememberbox{
float:right;
padding:7px 5px 1px;
}
#qa-loginform #qa-rememberme{
margin:0 0 0 5px;
float:right;
}
#qa-loginform #qa-remember{
display:block;
line-height:14px;
float:right;
}
Line #331
Find
qa-login{left:0;}
.qa-nav-user-register .qa-nav-user-link{right:0;}
Replace
#qa-login{right:0;}
.qa-nav-user-register .qa-nav-user-link{left:0;}
qa-theme/MaxControl/css/color.php
Line #105
Find
#qa-userid,#qa-password{
width: 100%;
background-repeat: no-repeat;
background-position: 5px center;
padding-left: 34px;
}
Replace
#qa-userid,#qa-password{
width: 100%;
background-repeat: no-repeat;
background-position: right center;
padding-left: 34px;
}