From 34d113ecfb3043a84ac6f64cfb7a672d2ae42172 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Wed, 16 Oct 2013 22:50:44 +0200 Subject: Welcome text fixes --- usr/share/mageiawelcome/css/style.css | 4 ++-- usr/share/mageiawelcome/mageiawelcome.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/share/mageiawelcome/css/style.css b/usr/share/mageiawelcome/css/style.css index af9e8bc..a33c616 100644 --- a/usr/share/mageiawelcome/css/style.css +++ b/usr/share/mageiawelcome/css/style.css @@ -31,10 +31,10 @@ div#tab-1,div#tab-2{padding:0;} /* START */ .umenu {float:right; width:40%;height:90px;} p#message{margin: 0 } -div#links {position:absolute; bottom:6px;} +div#links {position:absolute; bottom:0;} .mgalinks {text-align:center;} .mgalinks a {width: 200px;margin-bottom:2px;} -div.mgalinks{padding:8px;} +div.mgalinks{padding:8px 8px 0 8px;} div.mgalinks h5{text-align:center;font-weight:normal;text-transform:uppercase;} diff --git a/usr/share/mageiawelcome/mageiawelcome.py b/usr/share/mageiawelcome/mageiawelcome.py index 6cf3fe0..609002b 100644 --- a/usr/share/mageiawelcome/mageiawelcome.py +++ b/usr/share/mageiawelcome/mageiawelcome.py @@ -72,7 +72,7 @@ def main(): l['arch'] = arch l['welcome'] = _("Welcome") l['user'] = username - l['welcome_msg'] = _("

Thank you for choosing Mageia!

We have put a lot of effort to provide you with best possible system, however please note that as nothing in this world is perfect neither this distribution is, therefore we will be very helpful for every contribution you can make to it, to find out how you can help click here

Don't forget to tell your friends about Mageia.

") + l['welcome_msg'] = _("

Thank you for choosing Mageia!

We have put a lot of effort to provide you with the best possible system, however please note that as nothing in this world is perfect neither this distribution is, therefore we will be very thankful for every contribution you can make to it.

To find out how you can help click here.

Don't forget to tell your friends about Mageia.

") l['newbie_howto'] = _("Newbie HowTo") l['didyouknow'] = _("First steps") l['rpm_install'] = _("Apps") -- cgit v1.2.1