Merge pull request #4893 from defrance/patch-113

FIX : add line of separation between left menu
This commit is contained in:
Laurent Destailleur 2016-03-25 18:21:52 +01:00
commit 7def29301a
2 changed files with 9 additions and 4 deletions

View File

@ -74,7 +74,7 @@ class Form
*
* @param string $text Text of label or key to translate
* @param string $htmlname Name of select field ('edit' prefix will be added)
* @param string $value Value to show/edit (not used in this function)
* @param string $preselected Value to show/edit (not used in this function)
* @param object $object Object
* @param boolean $perm Permission to allow button to edit parameter. Set it to 0 to have a not edited field.
* @param string $typeofdata Type of data ('string' by default, 'email', 'amount:99', 'numeric:99', 'text' or 'textarea:rows:cols', 'day' or 'datepicker', 'ckeditor:dolibarr_zzz:width:height:savemethod:1:rows:cols', 'select;xxx[:class]'...)

View File

@ -1289,10 +1289,15 @@ a.vsmenu.addbookmarkpicto {
{
margin: 0 0 8px 2px;
}
.vmenu div.blockvmenuend, div.blockvmenusearch
.vmenu div.blockvmenusearch
{
padding-bottom: 5px;
}
.vmenu div.blockvmenuend
{
padding-top: 0px;
padding-bottom: 0px;
}
.vmenu div.blockvmenulogo
{
padding-bottom: 10px;
@ -1318,8 +1323,8 @@ div.blockvmenupair, div.blockvmenuimpair, div.blockvmenubookmarks, div.blockvmen
border-left: 1px solid #AAA;
border-right: 1px solid #BBB;
/* border-bottom: 1px solid #BBB;
border-top: 1px solid #BBB;
border-bottom: 1px solid #BBB;
/* border-top: 1px solid #BBB;
border-radius: 4px;
-moz-border-radius: 4px;
-moz-box-shadow: 3px 3px 4px #DDD;