mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[feature/delete-auto-logins] fixes css corners
PHPBB3-9647
This commit is contained in:
parent
dfedc995ed
commit
d5b1e108f9
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<h2>{L_TITLE}</h2>
|
<h2>{L_TITLE}</h2>
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div class="inner"><span class="corners-top"><span></span></span>
|
<div class="inner">
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
|
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
<p>{L_PROFILE_NO_AUTOLOGIN_KEYS}</p>
|
<p>{L_PROFILE_NO_AUTOLOGIN_KEYS}</p>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<span class="corners-bottom"><span></span></span></div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- IF .sessions -->
|
<!-- IF .sessions -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue