diff --git a/htdocs/public/test/test_forms.php b/htdocs/public/test/test_forms.php
index 0a43cfda708..bd74ecb0f13 100644
--- a/htdocs/public/test/test_forms.php
+++ b/htdocs/public/test/test_forms.php
@@ -19,6 +19,7 @@ This page is a sample of page using Dolibarr HTML widget methods. It is designed
- css (add parameter &theme=newtheme to test another theme or edit css of current theme)
- jmobile (add parameter ">dol_use_jmobile=1&dol_optimize_smallscreen=1 and switch to small screen < 570 to enable with emulated jmobile)
- no javascript / usage for bind people (add parameter ">nojs=1 to force disable javascript)
+- use with a text browser (add parameter ">textbrowser=1 to force detection of a text browser)
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index 78dccbeeea4..fe06d802fb1 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -174,15 +174,15 @@ input {
padding-left: 5px;
}
select {
- padding-top: 4px;
+ padding-top: 5px;
padding-right: 4px;
- padding-bottom: 3px;
+ padding-bottom: 5px;
padding-left: 2px;
}
input, select {
- margin-left:0px;
- margin-bottom:1px;
- margin-top:1px;
+ margin-left: 0px;
+ margin-bottom: 1px;
+ margin-top: 1px;
}
#mainbody input.button:not(.buttongen):not(.bordertransp) {
background: var(--butactionbg);