From 78de4631a90cee15bba984e49e38c414dfda139d Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 27 Jan 2017 18:49:02 -0800 Subject: [PATCH] Add default formatting for login.php --- e107_handlers/media_class.php | 2 +- e107_themes/bootstrap3/style.css | 4 +--- e107_web/css/e107.css | 6 +++++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/e107_handlers/media_class.php b/e107_handlers/media_class.php index d43fd0309..aabd2b50f 100644 --- a/e107_handlers/media_class.php +++ b/e107_handlers/media_class.php @@ -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'); diff --git a/e107_themes/bootstrap3/style.css b/e107_themes/bootstrap3/style.css index 343a07f52..df0a68b22 100644 --- a/e107_themes/bootstrap3/style.css +++ b/e107_themes/bootstrap3/style.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% } diff --git a/e107_web/css/e107.css b/e107_web/css/e107.css index 2767f7f21..daa03c944 100644 --- a/e107_web/css/e107.css +++ b/e107_web/css/e107.css @@ -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 } \ No newline at end of file +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 } \ No newline at end of file