mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +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>
|
||||
<div class="panel">
|
||||
<div class="inner"><span class="corners-top"><span></span></span>
|
||||
<div class="inner">
|
||||
|
||||
<fieldset>
|
||||
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
|
||||
|
@ -30,7 +30,7 @@
|
|||
<p>{L_PROFILE_NO_AUTOLOGIN_KEYS}</p>
|
||||
<!-- ENDIF -->
|
||||
</fieldset>
|
||||
<span class="corners-bottom"><span></span></span></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- IF .sessions -->
|
||||
|
|
Loading…
Add table
Reference in a new issue