diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
index 6769c9a58d7..26247a4d39e 100644
--- a/htdocs/core/lib/functions.lib.php
+++ b/htdocs/core/lib/functions.lib.php
@@ -8821,8 +8821,8 @@ function showDirectDownloadLink($object)
$url = $object->getLastMainDocLink($object->element);
if ($url) {
- $out .= img_picto($langs->trans("PublicDownloadLinkdesc"), 'globe').' '.$langs->trans("DirectDownloadLink").'
';
- $out .= '
';
+ $out .= img_picto($langs->trans("PublicDownloadLinkdesc"), 'globe').'
'.$langs->trans("DirectDownloadLink").'';
+ $out .= '
';
$out .= ajax_autoselect("directdownloadlink", 0);
}
return $out;
diff --git a/htdocs/core/lib/payments.lib.php b/htdocs/core/lib/payments.lib.php
index 835986f5f83..84a72edcc1e 100644
--- a/htdocs/core/lib/payments.lib.php
+++ b/htdocs/core/lib/payments.lib.php
@@ -171,9 +171,9 @@ function showOnlinePaymentUrl($type, $ref)
$servicename = $langs->transnoentitiesnoconv('Online');
- $out = img_picto('', 'globe').' '.$langs->trans("ToOfferALinkForOnlinePayment", $servicename).'
';
+ $out = img_picto('', 'globe').'
'.$langs->trans("ToOfferALinkForOnlinePayment", $servicename).'';
$url = getOnlinePaymentUrl(0, $type, $ref);
- $out .= '
';
+ $out .= '
';
$out .= ajax_autoselect("onlinepaymenturl", 0);
return $out;
}
diff --git a/htdocs/core/lib/signature.lib.php b/htdocs/core/lib/signature.lib.php
index 8b49b01ae35..82f446f04c7 100644
--- a/htdocs/core/lib/signature.lib.php
+++ b/htdocs/core/lib/signature.lib.php
@@ -33,9 +33,15 @@ function showOnlineSignatureUrl($type, $ref)
$servicename = 'Online';
- $out = img_picto('', 'globe').' '.$langs->trans("ToOfferALinkForOnlineSignature", $servicename).'
';
+ $out = img_picto('', 'globe').'
'.$langs->trans("ToOfferALinkForOnlineSignature", $servicename).'';
$url = getOnlineSignatureUrl(0, $type, $ref);
- $out .= '
';
+ $out .= '
';
+ if ($url == $langs->trans("FeatureOnlineSignDisabled")) {
+ $out .= $url;
+ } else {
+ $out .= '';
+ }
+ $out .= '
';
$out .= ajax_autoselect("onlinesignatureurl", 0);
return $out;
}
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index 62d040f2aff..ad25301dac1 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -364,7 +364,7 @@ td.rightborder {
border-right: 1px solid #ccc;
}
-td.amount {
+td.amount, span.amount, div.amount {
color: #006666;
}
td.actionbuttons a {
@@ -768,13 +768,13 @@ textarea.centpercent {
overflow-y: auto;
}
div.urllink {
- padding: 10px;
+ padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
- //border: 1px solid #ccc;
+ /* border: 1px solid #ccc; */
border-radius: 5px;
- width: fit-content;
- background-color: #eee;
+ /* width: fit-content; */
+ background-color: #f0f0f8;
opacity: 0.8;
}
div.urllink, div.urllink a {
diff --git a/htdocs/theme/eldy/main_menu_fa_icons.inc.php b/htdocs/theme/eldy/main_menu_fa_icons.inc.php
index 339235ce2c7..9b119fa593c 100644
--- a/htdocs/theme/eldy/main_menu_fa_icons.inc.php
+++ b/htdocs/theme/eldy/main_menu_fa_icons.inc.php
@@ -169,7 +169,7 @@ div.mainmenu.generic4::before {
.fa-play {
color: #444;
}
-.fa-unlink {
+.fa-link, .fa-unlink {
color: #555;
}
diff --git a/htdocs/theme/md/main_menu_fa_icons.inc.php b/htdocs/theme/md/main_menu_fa_icons.inc.php
index d5392c5b086..d234ff15d4a 100644
--- a/htdocs/theme/md/main_menu_fa_icons.inc.php
+++ b/htdocs/theme/md/main_menu_fa_icons.inc.php
@@ -150,7 +150,7 @@ div.mainmenu.generic4::before {
.fa-play {
color: #444;
}
-.fa-unlink {
+.fa-link, .fa-unlink {
color: #555;
}
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 40e2dd38df0..74a349108a3 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -555,7 +555,7 @@ td.rightborder {
border-right: 1px solid #ccc;
}
-td.amount {
+td.amount, span.amount, div.amount {
color: #006666;
}
td.actionbuttons a {
@@ -896,6 +896,19 @@ textarea.centpercent {
max-width: 100%;
overflow-y: auto;
}
+div.urllink {
+ padding: 5px;
+ margin-top: 5px;
+ margin-bottom: 5px;
+ /* border: 1px solid #ccc; */
+ border-radius: 5px;
+ /* width: fit-content; */
+ background-color: #e0e0e8;
+ opacity: 0.8;
+}
+div.urllink, div.urllink a {
+ color: #339 !important;
+}
.fa-info-circle {
padding-: 3px;
@@ -1628,6 +1641,7 @@ td.showDragHandle {
min-height: 100%;
position: relative;
width: 213px;
+ padding-top: 20px;
}
#id-right { /* This must stay id-right and not be replaced with echo $right */
width: 100%;
@@ -1740,6 +1754,7 @@ body.sidebar-collapse .side-nav, body.sidebar-collapse .login_block
}
+
/* For smartphone (testmenuhider is on) */
browser->layout, array('phone', 'tablet')) && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) { ?>
#id-container {
@@ -1803,6 +1818,7 @@ div.login_block {
z-index: 91;
background: rgb();
border-right: 1px solid rgba(0,0,0,0.3);
+ padding-top: 20px;
browser->layout, array('phone', 'tablet')) && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) { ?>
top: 50px ! important;
@@ -2619,7 +2635,7 @@ div.login_block {
vertical-align: middle;
background: rgb();
width: 228px;
- height: 45px;
+ height: 70px;
display: none;
@@ -2640,13 +2656,13 @@ div.login a:hover {
text-decoration:underline;
}
div.login_block_user, div.login_block_other { clear: both; }
-div.login_block_other { padding-top: 3px; }
+div.login_block_other { padding-top: 15px; }
.topnav div.login_block_user {
display: inline-block;
vertical-align: middle;
- line-height: px;
- height: px;
+ line-height: px;
+ height: px;
}
.topnav div.login_block_other {
display: inline-block;
@@ -2768,6 +2784,7 @@ div.vmenu, td.vmenu {
#menu_contenu_logo { padding-right: 4px; }
.companylogo { padding-top: 4px; }
.searchform { padding-top: 10px; }
+.searchform .bordertransp { border: 0; }
a.vmenu:link, a.vmenu:visited, a.vmenu:hover, a.vmenu:active, span.vmenu, span.vsmenu { white-space: nowrap; font-size:px; font-family: ; text-align: ; font-weight: bold; }
font.vmenudisabled { font-size:px; font-family: ; text-align: ; font-weight: bold; color: #aaa; margin-left: 4px; white-space: nowrap; }