Update doc
This commit is contained in:
parent
9b4c929d79
commit
b4f1df03de
@ -444,3 +444,4 @@ Note that package 3.5.7 contains not only fixed for bugs reported to debian. It
|
|||||||
so it is a better solution to validate this maintenance release than applying a patch of the only CVE-2015-3935.
|
so it is a better solution to validate this maintenance release than applying a patch of the only CVE-2015-3935.
|
||||||
After discussion with ..., it appears that security holes are enough to request this unblock request."
|
After discussion with ..., it appears that security holes are enough to request this unblock request."
|
||||||
|
|
||||||
|
Note: If there is a response to ask more information, don't forget to remove the tag during answer.
|
||||||
|
|||||||
@ -39,7 +39,7 @@ if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1');
|
|||||||
$colorbackhmenu1='80,90,120'; // topmenu
|
$colorbackhmenu1='80,90,120'; // topmenu
|
||||||
$colorbackvmenu1='255,255,255'; // vmenu
|
$colorbackvmenu1='255,255,255'; // vmenu
|
||||||
$colortopbordertitle1='120,120,120'; // top border of title
|
$colortopbordertitle1='120,120,120'; // top border of title
|
||||||
$colorbacktitle1='230,230,230'; // title of tables,list
|
$colorbacktitle1='230,230,233'; // title of tables,list
|
||||||
$colorbacktabcard1='255,255,255'; // card
|
$colorbacktabcard1='255,255,255'; // card
|
||||||
$colorbacktabactive='234,234,234';
|
$colorbacktabactive='234,234,234';
|
||||||
$colorbacklineimpair1='255,255,255'; // line impair
|
$colorbacklineimpair1='255,255,255'; // line impair
|
||||||
@ -56,7 +56,7 @@ $fontsize='13';
|
|||||||
$fontsizesmaller='12';
|
$fontsizesmaller='12';
|
||||||
|
|
||||||
if (defined('THEME_ONLY_CONSTANT')) return;
|
if (defined('THEME_ONLY_CONSTANT')) return;
|
||||||
|
|
||||||
session_cache_limiter(FALSE);
|
session_cache_limiter(FALSE);
|
||||||
|
|
||||||
require_once '../../main.inc.php';
|
require_once '../../main.inc.php';
|
||||||
@ -272,8 +272,8 @@ input[type=submit] {
|
|||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
input, input.flat, form.flat select, select, select.flat, .dataTables_length label select {
|
input, input.flat, form.flat select, select, select.flat, .dataTables_length label select {
|
||||||
<?php if (empty($conf->global->THEME_ELDY_SHOW_BORDER_INPUT))
|
<?php if (empty($conf->global->THEME_ELDY_SHOW_BORDER_INPUT))
|
||||||
print "border: none;"
|
print "border: none;"
|
||||||
?>
|
?>
|
||||||
}
|
}
|
||||||
input, input.flat, textarea, textarea.flat, form.flat select, select, select.flat, .dataTables_length label select {
|
input, input.flat, textarea, textarea.flat, form.flat select, select, select.flat, .dataTables_length label select {
|
||||||
@ -901,7 +901,7 @@ td.showDragHandle {
|
|||||||
#id-right, #id-left {
|
#id-right, #id-left {
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
padding-bottom: 16px;
|
padding-bottom: 16px;
|
||||||
|
|
||||||
display: table-cell; /* DOL_XXX Empeche fonctionnement correct du scroll horizontal sur tableau, avec datatable ou CSS */
|
display: table-cell; /* DOL_XXX Empeche fonctionnement correct du scroll horizontal sur tableau, avec datatable ou CSS */
|
||||||
float: none;
|
float: none;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
@ -1529,7 +1529,7 @@ foreach($mainmenuusedarray as $val)
|
|||||||
display: table;
|
display: table;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.login_center {
|
.login_center {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
@ -1754,12 +1754,12 @@ div.vmenu, td.vmenu {
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Force vmenusearchselectcombo with type=text differently than without because beautify with select2 affect vmenusearchselectcombo differently */
|
/* Force vmenusearchselectcombo with type=text differently than without because beautify with select2 affect vmenusearchselectcombo differently */
|
||||||
input.vmenusearchselectcombo[type=text] {
|
input.vmenusearchselectcombo[type=text] {
|
||||||
width: 180px !important;
|
width: 180px !important;
|
||||||
}
|
}
|
||||||
.vmenusearchselectcombo {
|
.vmenusearchselectcombo {
|
||||||
width: 188px;
|
width: 188px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_contenu {
|
.menu_contenu {
|
||||||
@ -1926,7 +1926,7 @@ td.ecmroot {
|
|||||||
background-image: -webkit-linear-gradient(bottom, rgba(200,200,200,0.1) 0%, rgba(255,255,255,0.3) 120%) !important;
|
background-image: -webkit-linear-gradient(bottom, rgba(200,200,200,0.1) 0%, rgba(255,255,255,0.3) 120%) !important;
|
||||||
background-image: -ms-linear-gradient(bottom, rgba(200,200,200,0.1) 0%, rgba(255,255,255,0.3) 120%) !important;
|
background-image: -ms-linear-gradient(bottom, rgba(200,200,200,0.1) 0%, rgba(255,255,255,0.3) 120%) !important;
|
||||||
background-image: linear-gradient(bottom, rgba(200,200,200,0.1) 0%, rgba(255,255,255,0.3) 120%) !important;
|
background-image: linear-gradient(bottom, rgba(200,200,200,0.1) 0%, rgba(255,255,255,0.3) 120%) !important;
|
||||||
|
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
background-repeat: repeat-x !important;
|
background-repeat: repeat-x !important;
|
||||||
*/
|
*/
|
||||||
@ -1939,7 +1939,7 @@ td.ecmroot {
|
|||||||
-webkit-box-shadow: 2px 2px 4px #DDD;
|
-webkit-box-shadow: 2px 2px 4px #DDD;
|
||||||
box-shadow: 2px 2px 4px #DDD;
|
box-shadow: 2px 2px 4px #DDD;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
padding: 10px 4px 14px 4px !important;
|
padding: 10px 4px 14px 4px !important;
|
||||||
min-height: 32px;
|
min-height: 32px;
|
||||||
}
|
}
|
||||||
@ -1969,7 +1969,7 @@ div.tabs {
|
|||||||
padding-right: 6px !important;
|
padding-right: 6px !important;
|
||||||
clear:both;
|
clear:both;
|
||||||
height:100%;
|
height:100%;
|
||||||
/* background-image: linear-gradient(to top,#f6f6f6 0,#fff 8px); */
|
/* background-image: linear-gradient(to top,#f6f6f6 0,#fff 8px); */
|
||||||
}
|
}
|
||||||
div.tabsElem {
|
div.tabsElem {
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
@ -1987,12 +1987,12 @@ div.tabBar {
|
|||||||
background: rgb(<?php echo $colorbacktabcard1; ?>);
|
background: rgb(<?php echo $colorbacktabcard1; ?>);
|
||||||
}
|
}
|
||||||
div.tabBar div.titre {
|
div.tabBar div.titre {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tabBarWithBottom {
|
div.tabBarWithBottom {
|
||||||
padding-bottom: 18px;
|
padding-bottom: 18px;
|
||||||
border-bottom: 1px solid #aaa;
|
border-bottom: 1px solid #aaa;
|
||||||
}
|
}
|
||||||
div.tabBar table.tableforservicepart2:last-child {
|
div.tabBar table.tableforservicepart2:last-child {
|
||||||
border-bottom: 1px solid #aaa;
|
border-bottom: 1px solid #aaa;
|
||||||
@ -2623,7 +2623,7 @@ div.liste_titre_bydiv, .liste_titre div.tagtr, tr.liste_titre, tr.liste_titre_se
|
|||||||
background: rgb(<?php echo $colorbacktitle1; ?>);
|
background: rgb(<?php echo $colorbacktitle1; ?>);
|
||||||
font-weight: <?php echo $useboldtitle?'bold':'normal'; ?>;
|
font-weight: <?php echo $useboldtitle?'bold':'normal'; ?>;
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
|
|
||||||
color: rgb(<?php echo $colortexttitle; ?>);
|
color: rgb(<?php echo $colortexttitle; ?>);
|
||||||
font-family: <?php print $fontlist ?>;
|
font-family: <?php print $fontlist ?>;
|
||||||
text-align: <?php echo $left; ?>;
|
text-align: <?php echo $left; ?>;
|
||||||
@ -2734,7 +2734,7 @@ div.tabBar .noborder {
|
|||||||
|
|
||||||
/* Prepare to remove class pair - impair */
|
/* Prepare to remove class pair - impair */
|
||||||
|
|
||||||
.noborder > tbody > tr:nth-child(even):not(.liste_titre), .liste > tbody > tr:nth-child(even):not(.liste_titre) {
|
.noborder > tbody > tr:nth-child(even):not(.liste_titre), .liste > tbody > tr:nth-child(even):not(.liste_titre) {
|
||||||
background: linear-gradient(bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);
|
background: linear-gradient(bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);
|
||||||
background: -o-linear-gradient(bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);
|
background: -o-linear-gradient(bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);
|
||||||
background: -moz-linear-gradient(bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);
|
background: -moz-linear-gradient(bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);
|
||||||
@ -2761,7 +2761,7 @@ div.tabBar .noborder {
|
|||||||
/*
|
/*
|
||||||
* Boxes
|
* Boxes
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.ficheaddleft div.boxstats {
|
.ficheaddleft div.boxstats {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
@ -2775,19 +2775,19 @@ div.tabBar .noborder {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
.boxstats, .boxstats130, .boxstatscontent {
|
.boxstats, .boxstats130, .boxstatscontent {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
.boxstats {
|
.boxstats {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
width: 105px;
|
width: 105px;
|
||||||
}
|
}
|
||||||
.boxstats130 {
|
.boxstats130 {
|
||||||
width: 160px;
|
width: 160px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
padding: 3px
|
padding: 3px
|
||||||
}
|
}
|
||||||
.boxstatscontent {
|
.boxstatscontent {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
@ -2799,9 +2799,9 @@ div.tabBar .noborder {
|
|||||||
flex: 1 1 110px;
|
flex: 1 1 110px;
|
||||||
}
|
}
|
||||||
.boxstats, .boxstats130 {
|
.boxstats, .boxstats130 {
|
||||||
width: 90px;
|
width: 90px;
|
||||||
}
|
}
|
||||||
.dashboardlineindicator {
|
.dashboardlineindicator {
|
||||||
float: left;
|
float: left;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
@ -2833,7 +2833,7 @@ span.dashboardlineko {
|
|||||||
color: #FFF;
|
color: #FFF;
|
||||||
/*color: #8c4446 ! important;
|
/*color: #8c4446 ! important;
|
||||||
padding-left: 1px;*/
|
padding-left: 1px;*/
|
||||||
|
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
.dashboardlinelatecoin {
|
.dashboardlinelatecoin {
|
||||||
@ -2842,7 +2842,7 @@ span.dashboardlineko {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
top: -24px;
|
top: -24px;
|
||||||
padding: 1px 2px 1px 2px;
|
padding: 1px 2px 1px 2px;
|
||||||
border-radius: .25em;
|
border-radius: .25em;
|
||||||
|
|
||||||
background-color: #af4705;
|
background-color: #af4705;
|
||||||
padding: 0px 5px 0px 5px;
|
padding: 0px 5px 0px 5px;
|
||||||
@ -2854,7 +2854,7 @@ span.dashboardlineko {
|
|||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
background-color: #8c4446;
|
background-color: #8c4446;
|
||||||
color: #FFFFFF ! important;
|
color: #FFFFFF ! important;
|
||||||
border-radius: .25em;
|
border-radius: .25em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
@ -3955,7 +3955,7 @@ div.dataTables_length select {
|
|||||||
border-top: 1px solid #ccc;
|
border-top: 1px solid #ccc;
|
||||||
border-bottom: solid 1px rgba(0,0,0,.2);
|
border-bottom: solid 1px rgba(0,0,0,.2);
|
||||||
}
|
}
|
||||||
.select2-container-active .select2-choice, .select2-container-active .select2-choices
|
.select2-container-active .select2-choice, .select2-container-active .select2-choices
|
||||||
{
|
{
|
||||||
outline: none;
|
outline: none;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
@ -4039,7 +4039,7 @@ a span.select2-chosen
|
|||||||
border-right: none;
|
border-right: none;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -4593,7 +4593,7 @@ div.tabsElem a.tab {
|
|||||||
z-index: 201;
|
z-index: 201;
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Reduce login top right info */
|
/* Reduce login top right info */
|
||||||
.help {
|
.help {
|
||||||
<?php if ($disableimages) { ?>
|
<?php if ($disableimages) { ?>
|
||||||
@ -4628,7 +4628,7 @@ div.tabsElem a.tab {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
|
|
||||||
z-index: 202;
|
z-index: 202;
|
||||||
min-width: 190px;
|
min-width: 190px;
|
||||||
max-width: 190px;
|
max-width: 190px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user