Web based family history software

I have developed a range of add-ons for webtrees available only from my kiwitrees.net web site: kiwitrees.net/simpl-add-ons/ . For any queries related to those items contact me direct from that site.

Question simpl_grey edit input widths for media

  • WGroleau
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
11 years 4 months ago - 11 years 4 months ago #1 by WGroleau
simpl_grey edit input widths for media was created by WGroleau
Looking at an item in mediaviewer.php, I clicked the edit pencil under the word "Filename" (which actually introduces path/name/format/title).

In the edit_interface.php popup, the filename and title boxes were much too short for their contents. In the CSS, I noticed that the filename and date had the same attributes but if title width was defined, I couldn't find it. I removed the file from the date, and added
Code:
#edit_interface-page input[type="text"][id$="FILE"], #edit_interface-page input[type="text"][id$="TITL"] { width:300px }
That might be a little too wide, but for me it was close enough and I left it like that.

--
Wes Groleau
UniGen.us/
Last edit: 11 years 4 months ago by WGroleau. Reason: Clarify

Please Log in or Create an account to join the conversation.

More
11 years 4 months ago #2 by kiwi
Replied by kiwi on topic simpl_grey edit input widths for media
Thanks, I'll check this out for the next release.

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum
}