mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48: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/';
|
$pattern = '/\.(fa-(?:\w+(?:-)?)+):before/';
|
||||||
$subject = e107::getFile()->getRemoteContent('http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css');
|
$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 }
|
.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% }
|
.modal-lg { width: 70% }
|
||||||
|
|
||||||
|
@@ -335,3 +335,7 @@ img.e-emoticon { vertical-align:middle; border:0; width:24px }
|
|||||||
#uiAlert .alert { z-index:10000; box-shadow:1px 4px 5px rgba(0,0,0,0.4) }
|
#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