Merge branch 'master' of ssh://sole.cmaffio.it:442/srv/git/pannello

This commit is contained in:
2017-09-04 17:46:10 +02:00
2 changed files with 1 additions and 1 deletions

View File

@@ -446,7 +446,6 @@ function lista_moduli () {
ORDER BY
moduli_page.ordine
";
$res_page = mysql_query( $query, $DB_ID ); ?>
<ul>
<?php while ($page = mysql_fetch_array ($res_page)) { ?>

View File

@@ -70,6 +70,7 @@ td.col3valore { font-family: verdana; font-size: 12px; text-align: left; vertic
td.col3valore2 { font-family: verdana; font-size: 10px; text-align: left; vertical-align:middle; width:200px; height: 10px; text-decoration: none; color: #000000; }
td.colip { font-family: verdana; font-size: 10px; text-align: left; vertical-align:middle; width:80px; height: 10px; text-decoration: none; color: #000000; white-space: nowrap}
td.colipb { font-family: verdana; font-size: 13px; text-align: left; vertical-align:middle; width:80px; height: 10px; text-decoration: none; color: #000000; white-space: nowrap; font-weight: bold;}
td.textr { font-family: verdana; font-size: 10px; text-align: right; vertical-align:middle; width:80px; height: 10px; text-decoration: none; color: #000000; white-space: nowrap}
td.textc { font-family: verdana; font-size: 10px; text-align: center; vertical-align:middle; width:80px; height: 10px; text-decoration: none; color: #000000; white-space: nowrap}
td.textl { font-family: verdana; font-size: 10px; text-align: left; vertical-align:middle; width:80px; height: 10px; text-decoration: none; color: #000000; white-space: nowrap}