Widgets: CSS - text-align does not work for Label widget
--------------------------------------------------------

                 Key: XAP-406
                 URL: https://issues.apache.org/jira/browse/XAP-406
             Project: XAP
          Issue Type: Bug
          Components: Widgets: Other
         Environment: FF2
            Reporter: Matt Carbone


text-align does not work for label but works fine for button.

 <label class="btn_test" text="YAR" x="100px" y="200px"/>
    

.btn_test
                {
                        border-color: Lime;
                        border-style: dotted;
                        border-width: 3px;
                        width:400px;
                        height:100px;
                        color:#ffffff;
                        font-size: 20px;
                        text-align: right;
                        text-decoration: underline;
                        background-color: brown;
                }
                



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to