"Edit Photo" popup input width

wise_mike

Joined: 2008-10-21
Posts: 158
Posted: Sat, 2012-09-01 10:56

I have changed the popup width like this post here:
http://gallery.menalto.com/node/103206

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,

AttachmentSize
Image1.jpg73.42 KB
 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2012-09-01 17:23

Check that URL you posted you might have copy/pasted the wrong one.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
wise_mike

Joined: 2008-10-21
Posts: 158
Posted: Thu, 2012-09-06 15:36

sorry, you are right.. however I did also post a printscreen of the issue..

here is the right url:
http://gallery.menalto.com/node/102964

Thanks,

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2012-09-06 22:39

The code from that thread works for me and the input elements are wider than your screen shot. That is why I asked.
Anyway I think this might help:

div.ui-dialog input.textbox {
width: 97%!important;
}

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
wise_mike

Joined: 2008-10-21
Posts: 158
Posted: Sun, 2012-09-09 21:04

yes it did help Dave.. Thanks a lot.

 
wise_mike

Joined: 2008-10-21
Posts: 158
Posted: Sat, 2013-08-31 08:18

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 {
height: 90%!important;
}

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2013-08-31 15:47

I don't see a "Done" button on the 'edit photo' dialog. I see Modify and Cancel buttons.
Are you wanting the textarea box to be bigger for the description?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team