Skip to content

Commit

Permalink
Cancel work on responsive design
Browse files Browse the repository at this point in the history
  • Loading branch information
aspangaro committed Oct 7, 2015
1 parent f8ade01 commit deaf238
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions htdocs/theme/md/style.css.php
Expand Up @@ -3560,22 +3560,6 @@
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)
{
Expand All @@ -3590,22 +3574,6 @@
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%;
}
}


Expand Down

0 comments on commit deaf238

Please sign in to comment.