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
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2022-10-29 20:21:07 +0300
committerWilliam Desportes <williamdes@wdes.fr>2022-10-29 20:21:07 +0300
commit359c74ccfc6ac2ad8fe79652c5a71ccd2f1a8885 (patch)
tree621bc9a3431abea0cbaf89b01892d70970ed6e8f
parent3ade69a81e7c85e9d05f9020ee73bf93d2590c18 (diff)
Ref #17553 - Improve the Metro login form input width
Signed-off-by: William Desportes <williamdes@wdes.fr>
-rw-r--r--themes/metro/scss/_common.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/metro/scss/_common.scss b/themes/metro/scss/_common.scss
index 63c46c8dd8..d11d353c05 100644
--- a/themes/metro/scss/_common.scss
+++ b/themes/metro/scss/_common.scss
@@ -108,6 +108,7 @@ body#loginform {
background: white;
color: #333;
padding-left: 5px;
+ padding-right: 5px;
font-family: $font-family-base;
min-width: 100%;
@@ -125,6 +126,11 @@ body#loginform {
padding-left: 0;
padding-right: 0;
+ .col-sm-8 {
+ // Force 100% because the form label is hidden
+ width: 100%;
+ }
+
a {
color: white;
}