mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 19:00:26 +02:00
Add default formatting for login.php
This commit is contained in:
@@ -958,7 +958,7 @@ class e_media
|
||||
}
|
||||
|
||||
|
||||
if($type === 'fa4')
|
||||
if($type === 'fa4') // todo use e107::library
|
||||
{
|
||||
$pattern = '/\.(fa-(?:\w+(?:-)?)+):before/';
|
||||
$subject = e107::getFile()->getRemoteContent('http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css');
|
||||
|
@@ -125,9 +125,7 @@ img.featurebox { border-radius: 5px }
|
||||
|
||||
.tab-pane { padding-top:15px }
|
||||
|
||||
#login-template { max-width: 330px; margin-right: auto; margin-left: auto; }
|
||||
#login-template h2.caption { text-align:center; font-size:120%; opacity:0.8 }
|
||||
#login-template .logo { padding-top:50px; margin-left:auto; margin-right: auto }
|
||||
|
||||
|
||||
.modal-lg { width: 70% }
|
||||
|
||||
|
@@ -334,4 +334,8 @@ img.e-emoticon { vertical-align:middle; border:0; width:24px }
|
||||
#uiAlert { z-index: 10001 }
|
||||
#uiAlert .alert { z-index:10000; box-shadow:1px 4px 5px rgba(0,0,0,0.4) }
|
||||
|
||||
div.e-debug { margin-top:50px; background-color: white }
|
||||
div.e-debug { margin-top:50px; background-color: white }
|
||||
|
||||
#login-template { max-width: 330px; margin-right: auto; margin-left: auto; }
|
||||
#login-template h2.caption { text-align:center; font-size:120%; opacity:0.8 }
|
||||
#login-template .logo { padding-top:50px; margin-left:auto; margin-right: auto }
|
Reference in New Issue
Block a user