diff --git a/htdocs/product/inventory/inventory.php b/htdocs/product/inventory/inventory.php
index f6bbaa47a5b..11c5566f841 100644
--- a/htdocs/product/inventory/inventory.php
+++ b/htdocs/product/inventory/inventory.php
@@ -520,7 +520,7 @@ if ($object->id > 0) {
}
print '
| ';
print '';
- print '';
+ print '';
//print '';
print ' | ';
// Actions
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index 47e2339b6ff..dc9fa7b6047 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -861,7 +861,7 @@ span.fa.fa-plus-circle.paddingleft {
/* Themes for badges */
-
+
.borderrightlight
{
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 6dfb95b0911..c5cd7da18c7 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -1057,6 +1057,33 @@ if ($conf->browser->layout == 'phone') {
}
+div.div-for-modal {
+ /* display: none; */
+ position:absolute;
+ top:calc(50% - 200px);
+ left:calc(50% - 250px);
+ width:500px; /* adjust as per your needs */
+ height:400px; /* adjust as per your needs */
+ background: #fff;
+ border: 1px solid #bbb;
+ box-shadow: 2px 2px 20px #ddd;
+ z-index: 100;
+}
+
+div.div-for-modal-topright {
+ /* display: none; */
+ position:absolute;
+ top: 0;
+ right: 0;
+ width:50%; /* adjust as per your needs */
+ height:250px; /* adjust as per your needs */
+ background: #fff;
+ border: 1px solid #bbb;
+ box-shadow: 2px 2px 20px #ddd;
+ z-index: 1100;
+}
+
+
div.confirmmessage {
padding-top: 6px;
}
@@ -2620,7 +2647,7 @@ table.login_table_securitycode tr td {
}
div.login_block {
- border-right: 1px solid rgba(0,0,0,0.3);
+ /* border-right: 1px solid rgba(0,0,0,0.3); */
padding-top: 3px;
padding-bottom: 3px;
: 0;