"Edit Photo" popup input width
wise_mike
Joined: 2008-10-21
Posts: 158 |
![]() |
|||
I have changed the popup width like this post here: but it doesn't change the width of the input boxes like Title, filename.. etc (like the attached image shows). Only the description.. what and where should I add to fix this? Thanks,
|
||||
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
|||
Check that URL you posted you might have copy/pasted the wrong one. Dave |
||||
wise_mike
Joined: 2008-10-21
Posts: 158 |
![]() |
|||
sorry, you are right.. however I did also post a printscreen of the issue.. here is the right url: Thanks, |
||||
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
|||
The code from that thread works for me and the input elements are wider than your screen shot. That is why I asked. div.ui-dialog input.textbox { width: 97%!important; }
Dave |
||||
wise_mike
Joined: 2008-10-21
Posts: 158 |
![]() |
|||
yes it did help Dave.. Thanks a lot. |
||||
wise_mike
Joined: 2008-10-21
Posts: 158 |
![]() |
|||
I would like to know how to add the same option for height. I tried the same, it worked, but got the "Done" button to disappear. Quote:
div.ui-dialog { |
||||
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
|||
I don't see a "Done" button on the 'edit photo' dialog. I see Modify and Cancel buttons. Dave |
||||