Ignore:
Timestamp:
Sep 26, 2021, 7:11:05 PM (3 years ago)
Author:
roby
Message:

Client : correzioni varie

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/crea_paginaphp7.php

    r352 r354  
    115115
    116116       
    117         $html .= "<table class=\"table-docs\" style=\"border-collapse: collapse;border:=1px solid black;\">";
     117        $html .= "<table class=\"table-docs\">";
    118118       
    119119
     
    128128                                $bg= ($bg==$tmpbg) ? $tmpbg1:$tmpbg3;                             
    129129                                $html .= "<tr class=\"$bg\">";
    130                                 $i="class=\"td-130c\"";
     130                                $i="class=\"td-150c\"";
    131131                        }
    132132                        foreach ($riga as $cella) {
     
    143143                        }                                       
    144144                                $html .= "$t $i>$cella $f";
    145                                         $i="class=\"td-130b\"";
     145                                        $i="class=\"td-150b\"";
    146146                               
    147147                        }
     
    166166
    167167#                       padding: 1px;
    168 #                       border: solid  #666666;
     168#                       border: solid  #666666;                 border-color: black;   
     169
    169170                        /* margin: 4px 4px 40px;*/
    170171
     
    174175                .table-docs {
    175176                        font-size: 10px;
    176                         color: #000000;
    177177                        text-align:center;
    178                         border: 1px solid black;
     178                        border: 1px;
     179                        border-color: black;
    179180                }
    180181                .bggray         {
     
    208209                        margin: 0px 0 0 1px;
    209210                        width: 130px;   
    210                         border: none;
     211                        border: 1px;
    211212                        background-color: #d2d2d2;
    212213                        padding: 0px;
    213        
    214214                }
    215215                .td-130c {
     
    218218                        margin: 0px 0px 0px 1px;
    219219                        width: 130px;   
    220                         border: 1px solid black;
     220                        border: 1px;
     221
    221222                }               
    222223
    223224                td {
    224                     border: 2px solid black;
     225                    border: 2px;
    225226                }
    226227                .red    {
Note: See TracChangeset for help on using the changeset viewer.