fixed tags cleanup. validated with greeter.dtd
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
<greeter>
|
||||
|
||||
<!-- main pic, login pic -->
|
||||
<fixed>
|
||||
<item type="svg">
|
||||
<normal file="background.svg"/>
|
||||
<pos x="0" y="0" width="100%" height="100%"/>
|
||||
@@ -83,13 +82,11 @@
|
||||
<item type="rect" id="caps-lock-warning">
|
||||
<pos anchor="c" x="50%" y="50%" width="box" height="box"/>
|
||||
<box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
|
||||
<fixed>
|
||||
<item type="label">
|
||||
<normal color="#000000" font="Sans 12"/>
|
||||
<pos anchor="n" x="50%" y="90"/>
|
||||
<stock type="caps-lock-warning"/>
|
||||
</item>
|
||||
</fixed>
|
||||
</box>
|
||||
</item>
|
||||
</fixed>
|
||||
@@ -99,22 +96,18 @@
|
||||
<item type="rect" id="pam-error">
|
||||
<pos anchor="c" x="50%" y="50%" width="box" height="box"/>
|
||||
<box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
|
||||
<fixed>
|
||||
<item type="label">
|
||||
<normal color="#000000" font="Sans 12"/>
|
||||
<pos anchor="n" x="50%" y="60"/>
|
||||
<text>Login failed.</text>
|
||||
</item>
|
||||
</fixed>
|
||||
</box>
|
||||
</item>
|
||||
</fixed>
|
||||
|
||||
</item>
|
||||
</fixed>
|
||||
|
||||
<!-- icons and text in bottom bar -->
|
||||
<fixed>
|
||||
<item type="rect">
|
||||
<pos x="0" y="-60" width="100%" height="60"/>
|
||||
|
||||
@@ -174,5 +167,4 @@
|
||||
</item>
|
||||
</fixed>
|
||||
</item>
|
||||
</fixed>
|
||||
</greeter>
|
||||
|
||||
Reference in New Issue
Block a user