Skip to content
Snippets Groups Projects
Commit deaf2387 authored by aspangaro's avatar aspangaro
Browse files

Cancel work on responsive design

parent f8ade01f
No related branches found
No related tags found
No related merge requests found
...@@ -3560,22 +3560,6 @@ border-top-right-radius: 6px; ...@@ -3560,22 +3560,6 @@ 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)
{ {
...@@ -3590,22 +3574,6 @@ border-top-right-radius: 6px; ...@@ -3590,22 +3574,6 @@ 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%;
}
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment