Skip to content
Snippets Groups Projects
Commit 6dd11d78 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

NEW Better responsive design for very small device

parent cb660cba
No related branches found
No related tags found
No related merge requests found
......@@ -1869,10 +1869,10 @@ div.tabsElem {
div.tabBar {
color: #<?php echo $colortextbacktab; ?>;
padding-top: <?php echo ($dol_optimize_smallscreen?'4':'16'); ?>px;
padding-left: <?php echo ($dol_optimize_smallscreen?'4':'18'); ?>px;
padding-right: <?php echo ($dol_optimize_smallscreen?'4':'18'); ?>px;
padding-bottom: <?php echo ($dol_optimize_smallscreen?'4':'14'); ?>px;
padding-top: 16px;
padding-left: 18px;
padding-right: 18px;
padding-bottom: 14px;
margin: 0px 0px 14px 0px;
-moz-border-radius:4px;
-webkit-border-radius: 4px;
......@@ -4403,6 +4403,16 @@ img.demothumb {
margin-left: 4px;
width: 80px;
}
div.tabBar {
padding-left: 0px;
padding-right: 0px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0px;
border-right: none;
border-left: none;
}
}
/* nboftopmenuentries = <?php echo $nbtopmenuentries ?>, fontsize=<?php echo $fontsize ?> */
......
......@@ -4294,6 +4294,17 @@ img.demothumb {
position: absolute;
width: <?php print dol_size(350,'width'); ?>px;
}
div.tabBar {
padding-left: 0px;
padding-right: 0px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0px;
border-right: none;
border-left: none;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment