Skip to content

Commit

Permalink
Try for responsive design
Browse files Browse the repository at this point in the history
  • Loading branch information
aspangaro committed Oct 3, 2015
1 parent 0b266a8 commit 6969339
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions htdocs/theme/md_exp/style.css.php
Expand Up @@ -3540,7 +3540,23 @@
#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)
{
Expand All @@ -3554,7 +3570,23 @@
#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%;
}
}


Expand Down

0 comments on commit 6969339

Please sign in to comment.