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.
|
||||
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
|
||||
$colorbackvmenu1='255,255,255'; // vmenu
|
||||
$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
|
||||
$colorbacktabactive='234,234,234';
|
||||
$colorbacklineimpair1='255,255,255'; // line impair
|
||||
@ -56,7 +56,7 @@ $fontsize='13';
|
||||
$fontsizesmaller='12';
|
||||
|
||||
if (defined('THEME_ONLY_CONSTANT')) return;
|
||||
|
||||
|
||||
session_cache_limiter(FALSE);
|
||||
|
||||
require_once '../../main.inc.php';
|
||||
@ -272,8 +272,8 @@ input[type=submit] {
|
||||
margin-left: 5px;
|
||||
}
|
||||
input, input.flat, form.flat select, select, select.flat, .dataTables_length label select {
|
||||
<?php if (empty($conf->global->THEME_ELDY_SHOW_BORDER_INPUT))
|
||||
print "border: none;"
|
||||
<?php if (empty($conf->global->THEME_ELDY_SHOW_BORDER_INPUT))
|
||||
print "border: none;"
|
||||
?>
|
||||
}
|
||||
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 {
|
||||
padding-top: 16px;
|
||||
padding-bottom: 16px;
|
||||
|
||||
|
||||
display: table-cell; /* DOL_XXX Empeche fonctionnement correct du scroll horizontal sur tableau, avec datatable ou CSS */
|
||||
float: none;
|
||||
vertical-align: top;
|
||||
@ -1529,7 +1529,7 @@ foreach($mainmenuusedarray as $val)
|
||||
display: table;
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.login_center {
|
||||
display: table-cell;
|
||||
@ -1754,12 +1754,12 @@ div.vmenu, td.vmenu {
|
||||
<?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] {
|
||||
width: 180px !important;
|
||||
}
|
||||
.vmenusearchselectcombo {
|
||||
width: 188px;
|
||||
width: 188px;
|
||||
}
|
||||
|
||||
.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: -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: #FFF;
|
||||
background-repeat: repeat-x !important;
|
||||
*/
|
||||
@ -1939,7 +1939,7 @@ td.ecmroot {
|
||||
-webkit-box-shadow: 2px 2px 4px #DDD;
|
||||
box-shadow: 2px 2px 4px #DDD;
|
||||
*/
|
||||
|
||||
|
||||
padding: 10px 4px 14px 4px !important;
|
||||
min-height: 32px;
|
||||
}
|
||||
@ -1969,7 +1969,7 @@ div.tabs {
|
||||
padding-right: 6px !important;
|
||||
clear:both;
|
||||
height:100%;
|
||||
/* background-image: linear-gradient(to top,#f6f6f6 0,#fff 8px); */
|
||||
/* background-image: linear-gradient(to top,#f6f6f6 0,#fff 8px); */
|
||||
}
|
||||
div.tabsElem {
|
||||
margin-top: 1px;
|
||||
@ -1987,12 +1987,12 @@ div.tabBar {
|
||||
background: rgb(<?php echo $colorbacktabcard1; ?>);
|
||||
}
|
||||
div.tabBar div.titre {
|
||||
padding-top: 10px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
div.tabBarWithBottom {
|
||||
padding-bottom: 18px;
|
||||
border-bottom: 1px solid #aaa;
|
||||
border-bottom: 1px solid #aaa;
|
||||
}
|
||||
div.tabBar table.tableforservicepart2:last-child {
|
||||
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; ?>);
|
||||
font-weight: <?php echo $useboldtitle?'bold':'normal'; ?>;
|
||||
border-bottom: 1px solid #ddd;
|
||||
|
||||
|
||||
color: rgb(<?php echo $colortexttitle; ?>);
|
||||
font-family: <?php print $fontlist ?>;
|
||||
text-align: <?php echo $left; ?>;
|
||||
@ -2734,7 +2734,7 @@ div.tabBar .noborder {
|
||||
|
||||
/* 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: -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%);
|
||||
@ -2761,7 +2761,7 @@ div.tabBar .noborder {
|
||||
/*
|
||||
* Boxes
|
||||
*/
|
||||
|
||||
|
||||
.ficheaddleft div.boxstats {
|
||||
border: none;
|
||||
}
|
||||
@ -2775,19 +2775,19 @@ div.tabBar .noborder {
|
||||
text-align: center;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.boxstats, .boxstats130, .boxstatscontent {
|
||||
.boxstats, .boxstats130, .boxstatscontent {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.boxstats {
|
||||
padding: 3px;
|
||||
width: 105px;
|
||||
width: 105px;
|
||||
}
|
||||
.boxstats130 {
|
||||
width: 160px;
|
||||
width: 160px;
|
||||
height: 48px;
|
||||
padding: 3px
|
||||
padding: 3px
|
||||
}
|
||||
.boxstatscontent {
|
||||
padding: 3px;
|
||||
@ -2799,9 +2799,9 @@ div.tabBar .noborder {
|
||||
flex: 1 1 110px;
|
||||
}
|
||||
.boxstats, .boxstats130 {
|
||||
width: 90px;
|
||||
width: 90px;
|
||||
}
|
||||
.dashboardlineindicator {
|
||||
.dashboardlineindicator {
|
||||
float: left;
|
||||
padding-left: 5px;
|
||||
}
|
||||
@ -2833,7 +2833,7 @@ span.dashboardlineko {
|
||||
color: #FFF;
|
||||
/*color: #8c4446 ! important;
|
||||
padding-left: 1px;*/
|
||||
|
||||
|
||||
font-size: 80%;
|
||||
}
|
||||
.dashboardlinelatecoin {
|
||||
@ -2842,7 +2842,7 @@ span.dashboardlineko {
|
||||
text-align: right;
|
||||
top: -24px;
|
||||
padding: 1px 2px 1px 2px;
|
||||
border-radius: .25em;
|
||||
border-radius: .25em;
|
||||
|
||||
background-color: #af4705;
|
||||
padding: 0px 5px 0px 5px;
|
||||
@ -2854,7 +2854,7 @@ span.dashboardlineko {
|
||||
margin-right: 2px;
|
||||
background-color: #8c4446;
|
||||
color: #FFFFFF ! important;
|
||||
border-radius: .25em;
|
||||
border-radius: .25em;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
@ -3955,7 +3955,7 @@ div.dataTables_length select {
|
||||
border-top: 1px solid #ccc;
|
||||
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;
|
||||
border-top: none;
|
||||
@ -4039,7 +4039,7 @@ a span.select2-chosen
|
||||
border-right: none;
|
||||
border-top: none;
|
||||
border-left: none;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -4593,7 +4593,7 @@ div.tabsElem a.tab {
|
||||
z-index: 201;
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
|
||||
/* Reduce login top right info */
|
||||
.help {
|
||||
<?php if ($disableimages) { ?>
|
||||
@ -4628,7 +4628,7 @@ div.tabsElem a.tab {
|
||||
vertical-align: middle;
|
||||
background: #FFF;
|
||||
height: 42px;
|
||||
|
||||
|
||||
z-index: 202;
|
||||
min-width: 190px;
|
||||
max-width: 190px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user