Fix wrapping with jmobile
This commit is contained in:
parent
317132fea4
commit
b81de6b383
@ -82,7 +82,7 @@ else
|
|||||||
<h1>
|
<h1>
|
||||||
This page is a sample of page using tables. It is designed to make test with<br>
|
This page is a sample of page using tables. It is designed to make test with<br>
|
||||||
- css (add parameter &theme=newtheme to test another theme or edit css of current theme)<br>
|
- css (add parameter &theme=newtheme to test another theme or edit css of current theme)<br>
|
||||||
- jmobile (add parameter <a href="<?php echo $_SERVER["PHP_SELF"].'?dol_use_jmobile=1&dol_optimize_smallscreen=1'; ?>">dol_use_jmobile=1&dol_optimize_smallscreen=1</a> to enable view with jmobile)<br>
|
- jmobile (add parameter <a href="<?php echo $_SERVER["PHP_SELF"].'?dol_use_jmobile=1&dol_optimize_smallscreen=1'; ?>">dol_use_jmobile=1&dol_optimize_smallscreen=1</a> and switch to small screen < 960 to enable view with jmobile)<br>
|
||||||
- no javascript / usage for bind people (add parameter <a href="<?php echo $_SERVER["PHP_SELF"].'?nojs=1'; ?>">nojs=1</a> to force disable javascript)<br>
|
- no javascript / usage for bind people (add parameter <a href="<?php echo $_SERVER["PHP_SELF"].'?nojs=1'; ?>">nojs=1</a> to force disable javascript)<br>
|
||||||
- dataTables<br>
|
- dataTables<br>
|
||||||
- tablednd<br>
|
- tablednd<br>
|
||||||
|
|||||||
@ -635,6 +635,7 @@ div.myavailability {
|
|||||||
|
|
||||||
@media only screen and (max-width: 960px)
|
@media only screen and (max-width: 960px)
|
||||||
{
|
{
|
||||||
|
.maxwidthonsmartphone { max-width: 100px; }
|
||||||
.minwidth50imp { min-width: 50px !important; }
|
.minwidth50imp { min-width: 50px !important; }
|
||||||
.minwidth100imp { min-width: 50px !important; }
|
.minwidth100imp { min-width: 50px !important; }
|
||||||
.minwidth200imp { min-width: 100px !important; }
|
.minwidth200imp { min-width: 100px !important; }
|
||||||
|
|||||||
@ -633,6 +633,7 @@ div.myavailability {
|
|||||||
|
|
||||||
@media only screen and (max-width: 960px)
|
@media only screen and (max-width: 960px)
|
||||||
{
|
{
|
||||||
|
.maxwidthonsmartphone { max-width: 100px; }
|
||||||
.minwidth50imp { min-width: 50px !important; }
|
.minwidth50imp { min-width: 50px !important; }
|
||||||
.minwidth100imp { min-width: 50px !important; }
|
.minwidth100imp { min-width: 50px !important; }
|
||||||
.minwidth200imp { min-width: 100px !important; }
|
.minwidth200imp { min-width: 100px !important; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user