diff --git a/htdocs/index.php b/htdocs/index.php index b01e37927c4..3eb1aa2285a 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -616,20 +616,18 @@ print '
'; $boxlist.='
'; -$boxlist.='
'; +$boxlist.='
'; $boxlist.=$boxwork; $boxlist.=$resultboxes['boxlista']; $boxlist.= '
'; -$boxlist.= '
'; -$boxlist.= '
'; +$boxlist.= '
'; $boxlist.=$boxstat; $boxlist.=$resultboxes['boxlistb']; -$boxlist.= '
'; $boxlist.= '
'; $boxlist.= "\n"; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index e287c710bfa..3d3d5b2c63e 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1214,6 +1214,12 @@ div.ficheaddleft { browser->layout != 'phone') { print "padding-".$left.": 16px;\n"; } else print "margin-top: 10px;\n"; ?> } +div.firstcolumn div.box { + padding-right: 10px; +} +div.secondcolumn div.box { + padding-left: 10px; +} /* Force values on one colum for small screen */ @media only screen and (max-width: 1000px) { @@ -1251,6 +1257,12 @@ div.ficheaddleft { margin-top: 10px; } + div.firstcolumn div.box { + padding-right: 0px; + } + div.secondcolumn div.box { + padding-left: 0px; + } } /* For table into table into card */ diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 545cce84f20..d53d47d1637 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -1223,6 +1223,12 @@ div.ficheaddleft { browser->layout != 'phone') { print "padding-".$left.": 16px;\n"; } else print "margin-top: 10px;\n"; ?> } +div.firstcolumn div.box { + padding-right: 10px; +} +div.secondcolumn div.box { + padding-left: 10px; +} /* Force values on one colum for small screen */ @media only screen and (max-width: 900px) { @@ -1261,6 +1267,12 @@ div.ficheaddleft { margin-top: 10px; } + div.firstcolumn div.box { + padding-right: 0px; + } + div.secondcolumn div.box { + padding-left: 0px; + } } /* For table into table into card */