Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2019-05-02 21:47:39 +0300
committerWilliam Desportes <williamdes@wdes.fr>2019-05-02 21:49:48 +0300
commit8f7a917f118b4ffeb42ac17c1415f8173b2a3416 (patch)
treea37e96eeaab090fb1ecfdcd31edade73b1d3d010 /themes
parent5aa5d463cdfec889cb19318761822049d069d917 (diff)
Fix #15237 - [UI] Alignment on login form since merge or #15178
Fixes: #15237 Introduced-by-pull-request: #15178 [ci skip] Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/common.css.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 8a11df13c5..af6a255837 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -904,6 +904,7 @@ body#loginform div.container {
form.login label {
width: 10em;
font-weight: bolder;
+ display: inline-block;
margin-<?php echo $left; ?>: 2em;
}