Author Topic: Center Welcome Line  (Read 3738 times)

Offline snolsen

  • Newbie
  • *
  • Posts: 5
Center Welcome Line
« on: October 21, 2008, 12:23:13 PM »
This is probably really simple but, then so am I. What I'd like to do is center the "Welcome to XXX Webmail" on the login screen. Anyone know how to do it?

TIA

Offline joombler

  • Newbie
  • *
  • Posts: 1
Center Welcome Line
« Reply #1 on: October 24, 2008, 10:45:28 AM »
it is allready centered

**** Can someone please delete old postings that are not valid anymore due to version upgrade(s) ****

Offline snolsen

  • Newbie
  • *
  • Posts: 5
Center Welcome Line
« Reply #2 on: October 24, 2008, 12:08:22 PM »
Quote from: joombler;14836
it is allready centered




No it's not...

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,866
Center Welcome Line
« Reply #3 on: October 25, 2008, 09:24:54 AM »
you can find the login page template here.... /skins/default/templates/login.html and edit it to center the welcome message... something like:
Code: [Select]

<div class=&quot;boxtitle&quot; style=&quot;text-align: center;&quot;><roundcube:label name=&quot;welcome&quot; /></div>


will do it. You could also edit the CSS for the boxtitle class, but that will affect other pages too.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline snolsen

  • Newbie
  • *
  • Posts: 5
Center Welcome Line
« Reply #4 on: October 25, 2008, 11:38:54 AM »
That did it, thanks alot.