Ticket #970 (closed defect: fixed)
Forgot your password? last chars not showing
| Reported by: | eighty4 | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.6.2 |
| Component: | Habari Core Software | Version: | SVN |
| Keywords: | Cc: |
Description
Quick patch solving it. Not sure if this is the best way of doing it but since it's given a fixed width as it is just changing that should be fine imo.
===================================================================
--- system/admin/css/admin.css (revision 3593)
+++ system/admin/css/admin.css (working copy)
@@ -2305,7 +2305,7 @@
body.login input[type=submit] {
float: right;
- width: 100px;
+ width: 130px;
margin-right: -1px;
}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

