Ticket #970 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

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

quickfix Download (291 bytes) - added by eighty4 3 years ago.

Change History

Changed 3 years ago by eighty4

comment:1 Changed 3 years ago by michaeltwofish

  • Status changed from new to closed
  • Resolution set to fixed

Issue addressed differently in r3618.

Note: See TracTickets for help on using tickets.