Try for responsive design
This commit is contained in:
parent
0b266a8ee5
commit
6969339159
@ -3541,6 +3541,22 @@ border-top-right-radius: 6px;
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: <?php print dol_size(350,'width'); ?>px;
|
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)
|
@media only screen and (max-width: 570px)
|
||||||
{
|
{
|
||||||
@ -3555,6 +3571,22 @@ border-top-right-radius: 6px;
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: <?php print dol_size(300,'width'); ?>px;
|
width: <?php print dol_size(300,'width'); ?>px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.fichethirdleft {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.fichetwothirdright {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.fichehalfleft {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.fichehalfright {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user