CSS enhancement for mobile
This commit is contained in:
parent
5c58ed8ca7
commit
bebf2b33ea
@ -712,6 +712,7 @@ div.fiche>form>div.div-table-responsive {
|
|||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
/* Styles to hide objects */
|
/* Styles to hide objects */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
@ -2795,6 +2796,9 @@ div.tabBar .noborder {
|
|||||||
|
|
||||||
@media only screen and (max-width: 767px)
|
@media only screen and (max-width: 767px)
|
||||||
{
|
{
|
||||||
|
.thumbstat {
|
||||||
|
flex: 1 1 110px;
|
||||||
|
}
|
||||||
.thumbstat150 {
|
.thumbstat150 {
|
||||||
flex: 1 1 110px;
|
flex: 1 1 110px;
|
||||||
}
|
}
|
||||||
@ -4594,6 +4598,11 @@ div.tabsElem a.tab {
|
|||||||
background: #FFF;
|
background: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.login_vertical_align {
|
||||||
|
padding-left: 20px;
|
||||||
|
padding-right: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Reduce login top right info */
|
/* Reduce login top right info */
|
||||||
.help {
|
.help {
|
||||||
<?php if ($disableimages) { ?>
|
<?php if ($disableimages) { ?>
|
||||||
|
|||||||
@ -2882,6 +2882,9 @@ div .tdtop {
|
|||||||
}
|
}
|
||||||
@media only screen and (max-width: 767px)
|
@media only screen and (max-width: 767px)
|
||||||
{
|
{
|
||||||
|
.thumbstat {
|
||||||
|
flex: 1 1 110px;
|
||||||
|
}
|
||||||
.thumbstat150 {
|
.thumbstat150 {
|
||||||
flex: 1 1 110px;
|
flex: 1 1 110px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user