- Replace the attribute "size" with "width" in CSS from login input fields (#1486155).
- Fix an extra margin in login form (IE6/7)
| | |
| | | padding: 20px 10px 10px 10px; |
| | | } |
| | | |
| | | #rcmloginuser, #rcmloginpwd, #rcmloginhost |
| | | { |
| | | width: 200px; |
| | | } |
| | | |
| | | #console |
| | | { |
| | | opacity: 0.8; |
| | |
| | | background-color: expression(this.type=='checkbox' || this.type=='radio' ? 'transparent' : '#ffffff'); |
| | | } |
| | | |
| | | #login-form form |
| | | { |
| | | margin-top: 0; |
| | | } |
| | | |
| | | .pagenav a.buttonPas |
| | | { |
| | | filter: alpha(opacity=35); |
| | |
| | | <div class="boxcontent"> |
| | | |
| | | <form name="form" action="./" method="post"> |
| | | <roundcube:object name="loginform" form="form" autocomplete="off" size="30" /> |
| | | <roundcube:object name="loginform" form="form" autocomplete="off" /> |
| | | |
| | | <p style="text-align:center;"><input type="submit" class="button mainaction" value="<roundcube:label name='login' />" /></p> |
| | | |