- Timestamp:
- 05/07/08 10:47:43 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk/system-overlay/usr/local/share/apps/kdm/themes/pcbsd/pcbsd.xml
r1838 r1864 10 10 <!-- at the moment, the userlist doesn't support alpha or pixmap, so it looks ugly --><!-- 11 11 <item type="rect" id="userlist-background"> 12 <pos x="30%" y=" 50%" width="90" height="30%"/>12 <pos x="30%" y="70%" width="90" height="30%"/> 13 13 <fixed> 14 14 <item type="rect" id="userlist"> … … 21 21 --> 22 22 23 <item type="pixmap">24 <normal file="login.png"/>25 <pos anchor="c" x="50%" y="50%" width="450" height="250"/>26 </item>27 28 29 23 <item type="rect"> 30 <pos anchor="c" x="45%" y=" 54%" width="180" height="180"/>24 <pos anchor="c" x="45%" y="49%" width="180" height="180"/> 31 25 32 26 <!-- username-label --> 33 27 <item type="label"> 34 28 <pos anchor="w" x="0%" y="30%"/> 35 <normal color="#9f1111" font="Denmark 1 0"/>29 <normal color="#9f1111" font="Denmark 12"/> 36 30 <stock type="username-label"/> 37 31 </item> … … 40 34 <item type="label"> 41 35 <pos anchor="w" x="0%" y="50%"/> 42 <normal color="#9f1111" font="Denmark 1 0"/>36 <normal color="#9f1111" font="Denmark 12"/> 43 37 <stock type="password-label"/> 44 38 </item> … … 47 41 48 42 <item type="rect"> 49 <pos anchor="c" x="60%" y=" 54%" width="150" height="180"/>43 <pos anchor="c" x="60%" y="49%" width="150" height="180"/> 50 44 51 45 <!-- username-entry --> … … 62 56 <!-- Login-Error --> 63 57 <item type="label" id="pam-error"> 64 <pos anchor="c" x="50%" y="5 8%"/>65 <normal color="#FF0000" font="Denmark 1 0"/>58 <pos anchor="c" x="50%" y="54%"/> 59 <normal color="#FF0000" font="Denmark 12"/> 66 60 <text></text> 67 61 </item> … … 75 69 </item> 76 70 77 78 <!-- Welcome on ... -->79 <item type="label">80 <pos anchor="c" x="50%" y="42%"/>81 <normal color="#FFFFFF" font="Denmark 18"/>82 <stock type="welcome-label"/>83 </item>84 71 85 72 <item type="rect" id="disconnect_button" button="true">
