mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-10 09:52:33 +01:00
CSS
This commit is contained in:
@@ -2055,6 +2055,7 @@ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-select
|
||||
|
||||
.hideonsmartphone { display: none; }
|
||||
.hideonsmartphoneimp { display: none !important; }
|
||||
.showonsmartphone { display: block !important; }
|
||||
|
||||
.margintoponsmartphone { margin-top: 6px; }
|
||||
|
||||
@@ -5425,7 +5426,8 @@ div.visible {
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden, img.hidden, span.hidden, div.showifmore {
|
||||
div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden,
|
||||
img.hidden, span.hidden, br.hidden, div.showifmore {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user