Skip to content

Commit

Permalink
Fix #3878: center login form
Browse files Browse the repository at this point in the history
  • Loading branch information
avernet committed Jan 29, 2019
1 parent c1d3ee9 commit f32d455
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
<fr:navbar/>
<fr:body>
<fr:grid>
<fr:c x="1" y="1" w="4">
<fr:c x="5" y="1" w="4">
<xf:input ref="username">
<xf:label ref="$fr-resources/authentication/login/username"/>
</xf:input>
</fr:c>
<fr:c x="1" y="2" w="4">
<fr:c x="5" y="2" w="4">
<xf:secret ref="password">
<xf:label ref="$fr-resources/authentication/login/password"/>
</xf:secret>
</fr:c>
<fr:c x="1" y="3" w="4">
<fr:c x="5" y="3" w="4">
<xf:trigger appearance="xxf:primary">
<xf:label ref="$fr-resources/authentication/login/login"/>
<xf:action type="javascript" event="DOMActivate">
Expand Down

0 comments on commit f32d455

Please sign in to comment.