Browse Source

Revert "Fix screen size fall"

This reverts commit abb6b41f91bb2d309fd8e9697ff23266554329fa.
Laurent Destailleur 6 years ago
parent
commit
e069da69ba
2 changed files with 4 additions and 21 deletions
  1. 4 4
      htdocs/comm/remx.php
  2. 0 17
      htdocs/theme/eldy/style.css.php

+ 4 - 4
htdocs/comm/remx.php

@@ -407,7 +407,7 @@ if ($socid > 0)
 	if($isCustomer) {
 		if($isSupplier) {
 			print '<div class="fichecenter">';
-			print '<div class="fichehalfleft fichehalfleft-lg">';
+			print '<div class="fichehalfleft">';
 			print load_fiche_titre($langs->trans("CustomerDiscounts"), '', '');
 		}
 
@@ -542,7 +542,7 @@ if ($socid > 0)
 	if($isSupplier) {
 		if($isCustomer) {
 			print '</div>'; // class="fichehalfleft"
-			print '<div class="fichehalfright fichehalfright-lg">';
+			print '<div class="fichehalfright">';
 			print '<div class="ficheaddleft">';
 			print load_fiche_titre($langs->trans("SupplierDiscounts"), '', '');
 		}
@@ -695,7 +695,7 @@ if ($socid > 0)
 	if($isCustomer) {
 		if($isSupplier) {
 			print '<div class="fichecenter">';
-			print '<div class="fichehalfleft fichehalfleft-lg">';
+			print '<div class="fichehalfleft">';
 			print load_fiche_titre($langs->trans("CustomerDiscounts"), '', '');
 		}
 
@@ -848,7 +848,7 @@ if ($socid > 0)
 	if($isSupplier) {
 		if($isCustomer) {
 			print '</div>'; // class="fichehalfleft"
-			print '<div class="fichehalfright fichehalfright-lg">';
+			print '<div class="fichehalfright">';
 			print '<div class="ficheaddleft">';
 			print load_fiche_titre($langs->trans("SupplierDiscounts"), '', '');
 		}

+ 0 - 17
htdocs/theme/eldy/style.css.php

@@ -1357,23 +1357,6 @@ div.secondcolumn div.box {
 	}
 }
 
-/* Force values on one colum for small screen */
-@media only screen and (max-width: 1599px)
-{
-    div.fichehalfleft-lg {
-    	float: none;
-    	width: auto;
-    }
-    div.fichehalfright-lg {
-    	float: none;
-    	width: auto;
-    }
-    
-    .fichehalfright-lg .ficheaddleft{
-    	padding-left:0;
-    }
-}
-
 /* For table into table into card */
 div.ficheaddleft tr.liste_titre:first-child td table.nobordernopadding td {
     padding: 0 0 0 0;