Skip to content

Commit 3bc7fe8

Browse files
author
Kristan Kenney
committed
Update login screen animations
1 parent 5a5e235 commit 3bc7fe8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

web/templates/reset_1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<td style="padding: 22px 30px 0 42px; height: 280px; width: 170px;">
88
<a href="/"><img border=0 src="/images/logo.png" alt="Hestia Control Panel" style="margin: 20px; margin-top: 40px;" /></a>
99
</td>
10-
<td style="padding: 40px 60px 0 0;">
10+
<td style="padding: 40px 60px 0 0;" class="animated fadeIn">
1111
<form method="post" action="/reset/">
1212
<table class="login-box">
1313
<tr>

web/templates/reset_2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<td style="padding: 22px 30px 0 42px; height: 280px; width: 170px;">
88
<a href="/"><img border=0 src="/images/logo.png" alt="Hestia Control Panel" style="margin: 20px; margin-top: 40px;" /></a>
99
</td>
10-
<td style="padding: 40px 60px 0 0;">
10+
<td style="padding: 40px 60px 0 0;" class="animated fadeIn">
1111
<form method="get" action="/reset/" >
1212
<table class="login-box">
1313
<tr>

web/templates/reset_3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<td style="padding: 22px 30px 0 42px; height: 280px; width: 170px;">
88
<a href="/"><img border=0 src="/images/logo.png" alt="Hestia Control Panel" style="margin: 20px; margin-top: 40px;" /></a>
99
</td>
10-
<td style="padding: 40px 60px 0 0;">
10+
<td style="padding: 40px 60px 0 0;" class="animated fadeIn">
1111
<form method="post">
1212
<table class="login-box">
1313
<tr>

0 commit comments

Comments
 (0)