mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Try for responsive design
This commit is contained in:
@@ -3540,7 +3540,23 @@ border-top-right-radius: 6px;
|
||||
#tooltip {
|
||||
position: absolute;
|
||||
width: <?php print dol_size(350,'width'); ?>px;
|
||||
}
|
||||
}
|
||||
|
||||
div.fichethirdleft {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.fichetwothirdright {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.fichehalfleft {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.fichehalfright {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 570px)
|
||||
{
|
||||
@@ -3554,7 +3570,23 @@ border-top-right-radius: 6px;
|
||||
#tooltip {
|
||||
position: absolute;
|
||||
width: <?php print dol_size(300,'width'); ?>px;
|
||||
}
|
||||
}
|
||||
|
||||
div.fichethirdleft {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.fichetwothirdright {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.fichehalfleft {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.fichehalfright {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user