(SOLVED) Lengthen the text fields on registration page?

Moderator: crythias

Locked
morecw
Znuny expert
Posts: 215
Joined: 18 Jun 2012, 09:24
Znuny Version: 3.1.6
Real Name: Craig Wellman
Company: STÜBER SYSTEMS

(SOLVED) Lengthen the text fields on registration page?

Post by morecw »

Hi all,

how do I lengthen the fields slightly more so I can fit the titles in better?

Many thanks
sshot-1.png
You do not have the required permissions to view the files attached to this post.
Last edited by morecw on 31 Aug 2012, 15:46, edited 1 time in total.
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Lengthen the text fields on registration page?

Post by jojo »

ask your web developer
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
morecw
Znuny expert
Posts: 215
Joined: 18 Jun 2012, 09:24
Znuny Version: 3.1.6
Real Name: Craig Wellman
Company: STÜBER SYSTEMS

(SOLVED) Lengthen the text fields on registration page?

Post by morecw »

jojo wrote:ask your web developer
Ok I found it in \var\httpd\htdocs\skins\Customer\default\css\Core.Login.css

#Signup input[type='text'] {
width: 270px;
}

.NewLine {
clear: left;
}
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
Locked