[Bb-trac] [bbPress] #889: kakumei rtl styling errors

bbPress bb-trac at lists.bbpress.org
Fri Jun 20 05:57:58 GMT 2008


#889: kakumei rtl styling errors
-----------------------+----------------------------------------------------
 Reporter:  mark-k     |       Owner:         
     Type:  defect     |      Status:  new    
 Priority:  normal     |   Milestone:         
Component:  Front-end  |     Version:  0.9.0.1
 Severity:  normal     |    Keywords:         
-----------------------+----------------------------------------------------
 Some fixes for some rtl problrm

 Make the login button float to right instead of left

 at style-rtl.css line 45 should be changed from
 .login #submit { float: right; }
 to
 form.login input#submit { float: right; }

 At the login failed page, align the input boxes to the right instead of
 left

 line 143 should be changed from
 fieldset table { text-align: right; }
 to
 #login-page fieldset table,
 #register-page fieldset table,
 #profile-page fieldset table {
         text-align: left;
 }

-- 
Ticket URL: <http://trac.bbpress.org/ticket/889>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list