diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2006-09-04 16:32:24 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2006-09-04 16:32:24 +0000 |
commit | bc68b076464f5a6f1ef03b2968890b7089467b5d (patch) | |
tree | 68dc3975b12a7980754e1101449a8ffe0e67b8e3 /dm | |
parent | 12511b6a90b1353109a517c97f1b9381b6da8cd2 (diff) | |
download | common-data-bc68b076464f5a6f1ef03b2968890b7089467b5d.tar common-data-bc68b076464f5a6f1ef03b2968890b7089467b5d.tar.gz common-data-bc68b076464f5a6f1ef03b2968890b7089467b5d.tar.bz2 common-data-bc68b076464f5a6f1ef03b2968890b7089467b5d.tar.xz common-data-bc68b076464f5a6f1ef03b2968890b7089467b5d.zip |
- Improve gdm/kdm theme with new backgrounds
- Don't create default desktop directories for root (Mdv bug #19711)
Diffstat (limited to 'dm')
-rw-r--r-- | dm/mdk-gdm.xml | 22 | ||||
-rw-r--r-- | dm/mdk-kde.xml | 10 |
2 files changed, 16 insertions, 16 deletions
diff --git a/dm/mdk-gdm.xml b/dm/mdk-gdm.xml index f416e52..14d7d16 100644 --- a/dm/mdk-gdm.xml +++ b/dm/mdk-gdm.xml @@ -117,11 +117,11 @@ </item> <item type="rect" id="caps-lock-warning"> - <normal color="#ffffff" alpha="0.6"/> - <pos anchor="c" x="50%" y="75%" width="box" height="box"/> + <normal color="#ffffff" alpha="0"/> + <pos anchor="c" x="50%" y="50%" width="box" height="box"/> <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0"> <item type="label"> - <normal color="#000000" font="Sans 14"/> + <normal color="#FFFFFF" font="Sans 14"/> <pos x="50%" anchor="n"/> <!-- Stock label for: You've got capslock on! --> <stock type="caps-lock-warning"/> @@ -131,11 +131,11 @@ <item type="rect"> <show type="timed"/> - <normal color="#ffffff" alpha="0.6"/> + <normal color="#ffffff" alpha="0"/> <pos anchor="c" x="50%" y="70%" width="box" height="box"/> <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0"> <item type="label" id="timed-label"> - <normal color="#000000" font="Sans 14"/> + <normal color="#FFFFFF" font="Sans 14"/> <pos x="50%" anchor="n"/> <!-- Stock label for: User %s will login in %d seconds --> <stock type="timed-label"/> @@ -144,23 +144,23 @@ </item> <item type="rect"> - <normal color="#ffffff" alpha="0.6"/> + <normal color="#ffffff" alpha="0"/> <pos anchor="c" x="50%" y="40%" width="box" height="box"/> <box orientation="vertical" min-width="350" xpadding="30" ypadding="30" spacing="10"> <item type="label"> <pos anchor="n" x="50%"/> - <normal color="#000000" font="Sans 18"/> + <normal color="#FFFFFF" font="Sans 18"/> <!-- Stock label for: Welcome to %h --> <stock type="welcome-label"/> </item> <item type="label" id="pam-prompt"> - <pos anchor="nw" x="10%"/> - <normal color="#000000" font="Sans 16"/> + <pos anchor="nw" x="10%" /> + <normal color="#FFFFFF" font="Sans 14"/> <!-- Stock label for: Username: --> <stock type="username-label"/> </item> <item type="rect"> - <normal color="#000000"/> + <normal color="#FFFFFF"/> <pos anchor="n" x="50%" height="24" width="80%"/> <fixed> <item type="entry" id="user-pw-entry"> @@ -170,7 +170,7 @@ </item> <item type="label" id="pam-message"> <pos anchor="n" x="50%"/> - <normal color="#000000" font="Sans 16"/> + <normal color="#FFFFFF" font="Sans 12"/> <text></text> </item> </box> diff --git a/dm/mdk-kde.xml b/dm/mdk-kde.xml index eb58e38..2af1ebc 100644 --- a/dm/mdk-kde.xml +++ b/dm/mdk-kde.xml @@ -118,7 +118,7 @@ <item type="rect" id="caps-lock-warning"> <normal color="#ffffff" alpha="0.0"/> - <pos anchor="c" x="50%" y="75%" width="box" height="box"/> + <pos anchor="c" x="50%" y="50%" width="box" height="box"/> <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0"> <item type="label"> <normal color="#FFFFFF" font="Sans 14"/> @@ -131,7 +131,7 @@ <item type="rect"> <show type="timed"/> - <normal color="#ffffff" alpha="0.6"/> + <normal color="#ffffff" alpha="0"/> <pos anchor="c" x="50%" y="70%" width="box" height="box"/> <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0"> <item type="label" id="timed-label"> @@ -164,13 +164,13 @@ <box orientation="vertical" xpadding="0" ypadding="0" spacing="14"> <item type="label"> <pos anchor="ne" x="100%"/> - <normal color="#FFFFFF" font="Sans 16"/> + <normal color="#FFFFFF" font="Sans 14"/> <!-- Stock label for: Username: --> <stock type="username-label"/> </item> <item type="label"> <pos anchor="ne" x="100%"/> - <normal color="#FFFFFF" font="Sans 16"/> + <normal color="#FFFFFF" font="Sans 14"/> <!-- Stock label for: Password: --> <stock type="password-label"/> </item> @@ -194,7 +194,7 @@ <fixed> <item type="label" id="pam-error"> <pos anchor="n" x="50%" y="110%"/> - <normal color="#ffffff" font="Sans 16"/> + <normal color="#ffffff" font="Sans 12"/> <text></text> </item> </fixed> |