Technology Tools for Ministry

Community

Web-Empowered Church User Community
Total Posts: 19 - Pages (2): [1] 2
user picture Author: Mary Beth Maidment
Posted: Oct 12 2007 - 06:33 PM
Subject: Login Boxes Size
msn
Is there a way to resize the length of the login/password boxes?

On one of our template layouts, (3-column) the left column is narrower than our 2-column layout and the login box is too long ...

Please direct me to where I can reset this length. Thank you!
user picture Author: Andre Daley
Posted: Oct 12 2007 - 07:28 PM
Subject: re: Login Boxes Size
I'd be interested in this as well we have this problem with our template in IE

Andre
Author: Jeff Segars
Posted: Oct 13 2007 - 12:15 PM
Subject: re: Login Boxes Size
Mary Beth,
Can you give me a link to a page where I can see the problem? I know you have a custom template so this should let me direct you to the correct location for the changes.

Andre,
I see it on your site, so I'll use that as the basis for directions there.

Thanks,
Jeff
user picture Author: Mary Beth Maidment
Posted: Oct 15 2007 - 06:04 PM
Subject: re: Login Boxes Size
msn
I had to unhide it, since I had it hidden until we could figure this out... here you go:

[url]http://www.fbcfamilylife.org/worship/musicgroups/ [/url]
Author: Jeff Segars
Posted: Oct 15 2007 - 10:52 PM
Subject: re: Login Boxes Size
Thanks Mary Beth. It looks like you'll need to make s small addition to your main CSS file, at fileadmin/templates/style.css. Within this, there's a style for all input elements within the newloginbox extension. If you add a width of 75px to these input tags, then that should do the trick.

CODE:

.tx-newloginbox-pi1 form table tbody tr td input {
  clear:both;
  float:left;
  width:75px;
}


Andre, the CSS should be identical for you, but you'll be editing the file at fileadmin/tv-templates/template3-sub3purple/styles.css instead.

Let me know how that works for you.

jeff
user picture Author: Mary Beth Maidment
Posted: Oct 16 2007 - 11:14 AM
Subject: re: Login Boxes Size
msn
Wonderful! Thank you, Jeff... it worked beautifully.
user picture Author: Andre Daley
Posted: Oct 16 2007 - 03:43 PM
Subject: re: Login Boxes Size
Jeff,
That didn't work for me because the username and password label are along side the the boxes instead of above. Can that be changed?

Andre
Author: Jeff Segars
Posted: Oct 16 2007 - 03:52 PM
Subject: re: Login Boxes Size
Andre, that didn't work at all? Or just didn't make them small enough?
user picture Author: Andre Daley
Posted: Oct 16 2007 - 04:23 PM
Subject: re: Login Boxes Size
I don't think it worked at all
But I'm not sure. I just know the page is still out of whack

Andre
Author: Jeff Segars
Posted: Oct 17 2007 - 11:45 AM
Subject: re: Login Boxes Size
Andre,
Make sure you're applying the style to the ".tx-newloginbox-pi1 form table tbody tr td input" as in the example above. If this doesn't exist in your CSS already, you can add it.

From what I can tell, the width of 75px is present on ".tx-newloginbox-pi1 table" but more specific styling for the input isn't present.

Thanks,
Jeff
Total Posts: 19 - Pages (2): [1] 2
You must login to post a message to this conference.