noesac Posted November 12, 2013 Share Posted November 12, 2013 I'm not talking about the max value, I'm talking about the physical width of the field. It's so short I can never read what I've got in there! This is what I'm talking about: http://oi39.tinypic.com/241molt.jpg Link to comment Share on other sites More sharing options...
Paulito Posted November 12, 2013 Share Posted November 12, 2013 Good morning I suppose you could go into admin.css around line 20 and add: width: 300px; http://screencast.com/t/gRJ9PLnwVRaL This would probably effect other text imput areas as well in the back office Just play about with it Paul Link to comment Share on other sites More sharing options...
noesac Posted November 12, 2013 Author Share Posted November 12, 2013 Found it, it was on line 49 (ps v1.4.10)...unfortunately it changed all the fields in my back office so I had to reverse it, as you predicted. Oh well, thanks anyway. Link to comment Share on other sites More sharing options...
vekia Posted November 12, 2013 Share Posted November 12, 2013 Found it, it was on line 49 (ps v1.4.10)...unfortunately it changed all the fields in my back office so I had to reverse it, as you predicted. Oh well, thanks anyway. can you said something more about your solution? Link to comment Share on other sites More sharing options...
noesac Posted November 12, 2013 Author Share Posted November 12, 2013 can you said something more about your solution? Yeah I changed this: input[type="text"],input[type="password"],input[type="file"],textarea {border:1px solid #E0D0B1} To this: input[type="text"] {width:500px},input[type="password"],input[type="file"],textarea {border:1px solid #E0D0B1} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now