Changeset 1866
- Timestamp:
- 05/07/08 11:46:03 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk/system-overlay/usr/local/share/apps/kdm/themes/pcbsd/pcbsd.xml
r1864 r1866 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 23 29 <item type="rect"> 24 <pos anchor="c" x="45%" y=" 49%" width="180" height="180"/>30 <pos anchor="c" x="45%" y="54%" width="180" height="180"/> 25 31 26 32 <!-- username-label --> 27 33 <item type="label"> 28 34 <pos anchor="w" x="0%" y="30%"/> 29 <normal color="#9f1111" font="Denmark 1 2"/>35 <normal color="#9f1111" font="Denmark 10"/> 30 36 <stock type="username-label"/> 31 37 </item> … … 34 40 <item type="label"> 35 41 <pos anchor="w" x="0%" y="50%"/> 36 <normal color="#9f1111" font="Denmark 1 2"/>42 <normal color="#9f1111" font="Denmark 10"/> 37 43 <stock type="password-label"/> 38 44 </item> … … 41 47 42 48 <item type="rect"> 43 <pos anchor="c" x="60%" y=" 49%" width="150" height="180"/>49 <pos anchor="c" x="60%" y="50%" width="150" height="180"/> 44 50 45 51 <!-- username-entry --> … … 56 62 <!-- Login-Error --> 57 63 <item type="label" id="pam-error"> 58 <pos anchor="c" x="50%" y="5 4%"/>59 <normal color="#FF0000" font="Denmark 1 2"/>64 <pos anchor="c" x="50%" y="58%"/> 65 <normal color="#FF0000" font="Denmark 10"/> 60 66 <text></text> 61 67 </item> … … 69 75 </item> 70 76 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> 71 84 72 85 <item type="rect" id="disconnect_button" button="true">
