Roundcube Community Forum

 

Center Welcome Line

Started by snolsen, October 21, 2008, 12:23:13 PM

Previous topic - Next topic

snolsen

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

joombler

it is allready centered

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

snolsen

Quote from: joombler;14836it is allready centered



No it's not...

JohnDoh

you can find the login page template here.... /skins/default/templates/login.html and edit it to center the welcome message... something like:

<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...

snolsen

That did it, thanks alot.