2
0
forked from Wavyzz/dolibarr

Look enhancement

This commit is contained in:
Laurent Destailleur
2015-12-04 23:25:17 +01:00
parent 5cd43d2df0
commit 4a2bda3491
27 changed files with 20 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 675 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 810 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

View File

@@ -79,7 +79,7 @@ $dol_use_jmobile=$conf->dol_use_jmobile;
//var_dump($user->conf->THEME_ELDY_RGB);
// Colors
$colorbackhmenu1='140,150,180'; // topmenu
$colorbackhmenu1='120,130,170'; // topmenu
$colorbackvmenu1='255,255,255'; // vmenu
$colorbacktitle1='230,230,230'; // title of array
$colorbacktabcard1='255,255,255'; // card
@@ -101,7 +101,7 @@ $useboldtitle=1;
// Case of option always editable
if (! isset($conf->global->THEME_ELDY_BACKBODY)) $conf->global->THEME_ELDY_BACKBODY='255,255,255';
if (! isset($conf->global->THEME_ELDY_TOPMENU_BACK1)) $conf->global->THEME_ELDY_TOPMENU_BACK1='140,150,180';
if (! isset($conf->global->THEME_ELDY_TOPMENU_BACK1)) $conf->global->THEME_ELDY_TOPMENU_BACK1='120,130,170';
if (! isset($conf->global->THEME_ELDY_BACKTITLE1)) $conf->global->THEME_ELDY_BACKTITLE1='230,230,230';
if (! isset($conf->global->THEME_ELDY_USE_HOVER)) $conf->global->THEME_ELDY_USE_HOVER=='238,246,252';
if (! isset($conf->global->THEME_ELDY_TEXTLINK)) $conf->global->THEME_ELDY_TEXTLINK='0,0,120';
@@ -1184,6 +1184,9 @@ a.help:link, a.help:visited, a.help:hover, a.help:active { font-size:<?php print
{
border-top: 1px solid #BBB;
}
a.vsmenu.addbookmarkpicto {
padding-right: 10px;
}
.vmenu div.blockvmenubookmarks, .vmenu div.blockvmenuend, .vmenu div.blockvmenulogo
{
border-bottom: 1px solid #BBB;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 657 B

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

After

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 B

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 B

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

After

Width:  |  Height:  |  Size: 138 B

View File

@@ -568,12 +568,12 @@ td.showDragHandle {
#id-left {
min-height: 100%;
position: relative;
width: 193px;
width: 213px;
}
#id-right { /* This must stay id-right and not be replaced with echo $right */
width: 100%;
<?php if (GETPOST("optioncss") != 'print') { ?>
padding-left: 194px;
padding-left: 224px;
padding-top: 12px;
<?php } ?>
}
@@ -620,7 +620,7 @@ td.showDragHandle {
<?php } ?>
}
.side-nav-vert {
margin-left: 194px;
margin-left: 228px;
}
@@ -1106,7 +1106,7 @@ div.login_block {
text-align: center;
vertical-align: middle;
background: #FFF;
width: 193px;
width: 228px;
height: 42px;
<?php if (GETPOST("optioncss") == 'print') { ?>
display: none;
@@ -1188,7 +1188,7 @@ div.vmenu, td.vmenu {
padding: 0px;
padding-bottom: 0px;
padding-top: 0px;
width: 174px;
width: 222px;
}
.vmenu {
@@ -1199,7 +1199,7 @@ div.vmenu, td.vmenu {
}
.vmenusearchselectcombo {
width: 170px;
width: 202px;
}
.menu_contenu { padding-top: 4px; padding-bottom: 3px;}
@@ -1234,6 +1234,9 @@ div.blockvmenupair, div.blockvmenuimpair, div.blockvmenubookmarks
padding-bottom: 10px;
border-bottom: 1px solid #e0e0e0;
}
a.vsmenu.addbookmarkpicto {
padding-right: 10px;
}
div.blockvmenusearch
{