Ignore:
Timestamp:
Jul 31, 2021, 1:41:30 PM (3 years ago)
Author:
roby
Message:

Segue adattamento per php7
modifica gestione consultazioni con e senza voto nullo di lista

Location:
trunk/client/temi/default
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/temi/default/index.php

    r139 r352  
    2929        if ($file=="index") menu();
    3030
    31         echo "<table class=\"table-main\"  cellpadding=\"0\" cellspacing=\"0\"><tr>";
     31        echo "<table class=\"table-main\"><tr>";
    3232        $check=check_block("dx"); // check exist box
    3333               
  • trunk/client/temi/default/menu.php

    r344 r352  
    2525        list($fascia)=$rescomu->fetch(PDO::FETCH_NUM);
    2626       
    27         echo ' <table cellpadding="0" cellspacing="0" style="border:0px;text-align:left;"><tr><td>
    28   <header class="main-header">
     27        echo ' <table style="border:0px;text-align:left;width=100%;border-collapse: collapse;"><tr><td style="padding: 0px;">
     28                <header class="main-header">
    2929                <ul class="main-nav">       
    3030                <li>
  • trunk/client/temi/default/style.css

    r243 r352  
    458458}
    459459.td-130c {
    460         float: right;
    461460        text-align:left;
    462         margin: 0px 0 0 1px;
     461        margin: 0px 0 0 0px;
    463462        width: 130px;   
    464         border: none;
    465        
    466         padding: 0px;
    467 }               
     463        padding: 0px;
     464        border: .5px solid black;
     465}       
     466.td-130b {
     467        border: .5px solid black;       
     468        font-family: Verdana, Arial, Helvetica, sans-serif;
     469        font-size: 12px;
     470        margin-top: 0px;
     471        margin: 0;
     472}
    468473.td-vuoto {
    469474       
Note: See TracChangeset for help on using the changeset viewer.