CSS enhancement for mobile

This commit is contained in:
Laurent Destailleur 2017-06-02 09:25:35 +02:00
parent 5c58ed8ca7
commit bebf2b33ea
2 changed files with 31 additions and 19 deletions

View File

@ -712,6 +712,7 @@ div.fiche>form>div.div-table-responsive {
align-self: flex-start;
}
/* ============================================================================== */
/* Styles to hide objects */
/* ============================================================================== */
@ -2795,6 +2796,9 @@ div.tabBar .noborder {
@media only screen and (max-width: 767px)
{
.thumbstat {
flex: 1 1 110px;
}
.thumbstat150 {
flex: 1 1 110px;
}
@ -4594,6 +4598,11 @@ div.tabsElem a.tab {
background: #FFF;
}
.login_vertical_align {
padding-left: 20px;
padding-right: 20px;
}
/* Reduce login top right info */
.help {
<?php if ($disableimages) { ?>

View File

@ -2882,6 +2882,9 @@ div .tdtop {
}
@media only screen and (max-width: 767px)
{
.thumbstat {
flex: 1 1 110px;
}
.thumbstat150 {
flex: 1 1 110px;
}