From d4ffc5e0883cd13e98b6412fc2b46b415cd7eed8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 20 Sep 2018 00:48:00 +0200 Subject: [PATCH] css --- htdocs/core/tpl/login.tpl.php | 4 ++-- htdocs/core/tpl/passwordforgotten.tpl.php | 8 ++++---- htdocs/theme/eldy/style.css.php | 12 ++++++++++-- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php index a54b2456c0b..5cfb09946e5 100644 --- a/htdocs/core/tpl/login.tpl.php +++ b/htdocs/core/tpl/login.tpl.php @@ -191,9 +191,9 @@ if ($captcha) { - + - +
diff --git a/htdocs/core/tpl/passwordforgotten.tpl.php b/htdocs/core/tpl/passwordforgotten.tpl.php index fde7388ebd5..0e1942c1c64 100644 --- a/htdocs/core/tpl/passwordforgotten.tpl.php +++ b/htdocs/core/tpl/passwordforgotten.tpl.php @@ -101,11 +101,11 @@ if ($disablenofollow) echo '';
-
+
-" id="username" name="username" class="flat input-icon-user minwidth150" value="" tabindex="1" /> +" id="username" name="username" class="flat input-icon-user minwidth150" value="" tabindex="1" />
@@ -152,9 +152,9 @@ if (! empty($morelogincontent)) {
- + - + diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index deaf2f66e1c..2e2679c6f62 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1836,6 +1836,7 @@ foreach($mainmenuusedarray as $val) position: absolute; height: 100%; width: 100%; + font-size: 1em; } .login_center { display: table-cell; @@ -1884,7 +1885,7 @@ if (! empty($conf->global->MAIN_LOGIN_BACKGROUND)) { } .login_table input#username, .login_table input#password, .login_table input#securitycode { border: none; - /* border-bottom: solid 1px rgba(180,180,180,.4); */ + border-bottom: solid 1px rgba(180,180,180,.4); padding: 5px; margin-left: 5px; margin-top: 5px; @@ -1894,11 +1895,12 @@ if (! empty($conf->global->MAIN_LOGIN_BACKGROUND)) { outline: none !important; } .login_table .trinputlogin { + font-size: 1.4em; margin: 8px; } .login_table .tdinputlogin { background-color: #fff; - border: 2px solid #ccc; + /* border: 2px solid #ccc; */ min-width: 220px; border-radius: 2px; } @@ -1906,6 +1908,12 @@ if (! empty($conf->global->MAIN_LOGIN_BACKGROUND)) { padding-left: 10px; width: 14px; } +.login_table .tdinputlogin input#username, .login_table .tdinputlogin input#password { + font-size: 1.1em; +} +.login_table .tdinputlogin input#securitycode { + font-size: 0.9em; +} .login_main_message { text-align: center; max-width: 570px;