Cancel work on responsive design

This commit is contained in:
aspangaro 2015-10-07 21:52:30 +02:00
parent f8ade01f0e
commit deaf23870e

View File

@ -3560,22 +3560,6 @@ border-top-right-radius: 6px;
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)
{
@ -3590,22 +3574,6 @@ border-top-right-radius: 6px;
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%;
}
}