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/facebook
Files:
2 edited

Legend:

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

    r347 r352  
    2626        if ($file=="index") menu();
    2727       
    28         echo "<table  class=\"table-main\" cellpadding=\"0\" cellspacing=\"0\"><tr>";
     28        echo "<table  class=\"table-main\"><tr>";
    2929        $check=check_block("dx"); // check exist box
    3030               
  • trunk/client/temi/facebook/style.css

    r347 r352  
    333333       
    334334.td-130c {
    335         float: right;
    336335        text-align:left;
    337         margin: 0px 0 0 1px;
     336        margin: 0px 0 0 0px;
    338337        width: 130px;   
    339         border: none;
    340        
    341         padding: 0px;
    342 }               
     338        padding: 0px;
     339        border: .5px solid black;
     340}       
     341.td-130b {
     342        border: .5px solid black;       
     343        font-family: Verdana, Arial, Helvetica, sans-serif;
     344        font-size: 12px;
     345        margin-top: 0px;
     346        margin: 0;
     347}
    343348
    344349.td-big {
Note: See TracChangeset for help on using the changeset viewer.