Actions
Bug #1896
closedLTR languages: author tab LTR hardcoding in style and missing CSS for registration and forms
Bug #1896:
LTR languages: author tab LTR hardcoding in style and missing CSS for registration and forms
Updated by beat about 16 years ago
from Mati here are some more RTL fixes (for the CB default RTL templates):
/* Registration & Forms */
form.cb_form .cb_form_instructions{text-align:right;}
.cb_result_container{text-align:right;line-height:11px;margin-top:6px;}
.cb_result_ok,.cb_result_error{float:right;background-position:98% 3px;padding:5px 30px 5px 5px;}
+ all align:left should be removed, as they should be done higher in the general CMS template.
Updated by beat over 15 years ago
- Target version set to CB 1.3
Updated by beat over 15 years ago
- Status changed from New to Assigned
- Assignee set to beat
Updated by beat over 15 years ago
- % Done changed from 0 to 80
Updated by beat over 15 years ago
- Subject changed from author tab LTR hardcoding in style to LTR languages: author tab LTR hardcoding in style and missing CSS for registration and forms
- Status changed from Assigned to Closed
- % Done changed from 80 to 100
- Estimated time changed from 0:30 h to 0:12 h
Fixed in r1257 .
Actions