|
@@ -935,7 +935,7 @@ div.blockvmenuend, div.blockvmenubookmarks {
|
|
padding-left: 0 !important;
|
|
padding-left: 0 !important;
|
|
}
|
|
}
|
|
div.vmenu, td.vmenu {
|
|
div.vmenu, td.vmenu {
|
|
- padding-right: 6px !important;
|
|
|
|
|
|
+ padding-right: 10px !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -989,6 +989,7 @@ div.fiche {
|
|
<?php if (! empty($conf->dol_hide_leftmenu)) print 'margin-bottom: 12px;'."\n"; ?>
|
|
<?php if (! empty($conf->dol_hide_leftmenu)) print 'margin-bottom: 12px;'."\n"; ?>
|
|
}
|
|
}
|
|
div.fichecenter {
|
|
div.fichecenter {
|
|
|
|
+ /* margin-top: 10px; */
|
|
width: 100%;
|
|
width: 100%;
|
|
clear: both; /* This is to have div fichecenter that are true rectangles */
|
|
clear: both; /* This is to have div fichecenter that are true rectangles */
|
|
}
|
|
}
|
|
@@ -1737,7 +1738,7 @@ div.vmenu, td.vmenu {
|
|
|
|
|
|
.vmenu {
|
|
.vmenu {
|
|
width: 190px;
|
|
width: 190px;
|
|
- margin-left: 4px;
|
|
|
|
|
|
+ margin-left: 6px;
|
|
<?php if (GETPOST("optioncss") == 'print') { ?>
|
|
<?php if (GETPOST("optioncss") == 'print') { ?>
|
|
display: none;
|
|
display: none;
|
|
<?php } ?>
|
|
<?php } ?>
|
|
@@ -1953,10 +1954,11 @@ img.toolbarbutton {
|
|
/* ============================================================================== */
|
|
/* ============================================================================== */
|
|
div.tabs {
|
|
div.tabs {
|
|
text-align: <?php print $left; ?>;
|
|
text-align: <?php print $left; ?>;
|
|
- margin-left: 6px !important;
|
|
|
|
- margin-right: 6px !important;
|
|
|
|
|
|
+ padding-left: 6px !important;
|
|
|
|
+ padding-right: 6px !important;
|
|
clear:both;
|
|
clear:both;
|
|
height:100%;
|
|
height:100%;
|
|
|
|
+ /* background-image: linear-gradient(to top,#f6f6f6 0,#fff 8px); */
|
|
}
|
|
}
|
|
div.tabsElem {
|
|
div.tabsElem {
|
|
margin-top: 1px;
|
|
margin-top: 1px;
|
|
@@ -2018,7 +2020,7 @@ a.tabTitle {
|
|
|
|
|
|
a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
|
|
a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
|
|
font-family: <?php print $fontlist ?>;
|
|
font-family: <?php print $fontlist ?>;
|
|
- padding: 8px 9px 8px;
|
|
|
|
|
|
+ padding: 12px 9px 12px;
|
|
margin: 0em 0.2em;
|
|
margin: 0em 0.2em;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
@@ -2027,11 +2029,6 @@ a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
|
|
border-left: 1px solid transparent;
|
|
border-left: 1px solid transparent;
|
|
border-top: 1px solid transparent;
|
|
border-top: 1px solid transparent;
|
|
border-bottom: 0px !important;
|
|
border-bottom: 0px !important;
|
|
- /*
|
|
|
|
- -moz-border-radius:4px 4px 0 0;
|
|
|
|
- -webkit-border-radius: 4px 4px 0 0;
|
|
|
|
- border-radius: 4px 4px 0 0;
|
|
|
|
- */
|
|
|
|
|
|
|
|
background-image: none !important;
|
|
background-image: none !important;
|
|
}
|
|
}
|
|
@@ -3036,9 +3033,12 @@ td.legendLabel { padding: 2px 2px 2px 0 !important; }
|
|
|
|
|
|
div.titre {
|
|
div.titre {
|
|
font-family: <?php print $fontlist ?>;
|
|
font-family: <?php print $fontlist ?>;
|
|
- font-weight: bold;
|
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ /* font-weight: bold; */
|
|
color: rgb(<?php print $colortexttitlenotab; ?>);
|
|
color: rgb(<?php print $colortexttitlenotab; ?>);
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
|
+ padding-top: 5px;
|
|
|
|
+ padding-bottom: 5px;
|
|
/* text-shadow: 1px 1px 2px #FFFFFF; */
|
|
/* text-shadow: 1px 1px 2px #FFFFFF; */
|
|
}
|
|
}
|
|
|
|
|