Merge branch 'stable' into unstable

* stable:
  Bug : saved search does not take the date end
  PHP8.2 : deprecated dynamique attr.
  Cosmetic , missing bcscale and code cleaning
  Set the DB to the version 202 for NOALYSS9.3 correct make-sql
  Bug : when only one extension, it fails
This commit is contained in:
sparkyx 2024-09-17 14:36:25 +02:00
commit 676aefaeeb
4 changed files with 26 additions and 16 deletions

View file

@ -1306,9 +1306,10 @@ div#wait_box
left:30%;
top:30%;
border:1px solid #00008B;
width: 260px;
width:18%;
opacity: 0.8;
border-radius: 20px;
min-width:281px;
}
#wait_box h2
{
@ -3502,6 +3503,7 @@ li.li-active {
padding: 0.5rem;
color:navy !important;
text-decoration: underline;
border-radius: 7px;
}
.hoverclass-drag {
@ -3513,14 +3515,14 @@ li.li-active {
* User's widget list
*
*********************************************************************************************************************/
#widget_box_id {
#widget_box_id {
width: 100%;
margin-left: 0px;
margin-right: 0px;
}
width: 100%;
margin-left: 0px;
margin-right: 0px;
}
#contain_widget li {
padding : 0.75rem;
margin:2px;
@ -3637,15 +3639,9 @@ div.widget-full_size {
}
div.row.odd.hover:hover,div.row.even.hover:hover { background-color: var(--hover) !important; }
h2 {
h2.legend {
background-color: #e4e9ee;
color: navy;
background-color: #b2d3d929 !important;
border: solid 1px navy;
}
.super {
font-variant-caps: all-small-caps;
font-family: arial;
font-size: 80%;
vertical-align: super;
border: 1px steelblue solid;
}