]> git.llucax.com Git - mecon/meconlib.git/commitdiff
BugFix.
authorLeandro Lucarella <llucax@gmail.com>
Mon, 1 Mar 2004 19:29:40 +0000 (19:29 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 1 Mar 2004 19:29:40 +0000 (19:29 +0000)
lib/MECON/HTML/Tabla.php
www/css/html/tabla/comun_clara.css [new file with mode: 0644]

index 345cf687b71d578d0f5282d5739df502cae5e1bd..f5cdad0ff98daae9b6d8e12fb5d175a3ba11c349 100644 (file)
@@ -306,6 +306,8 @@ class MECON_HTML_Tabla extends HTML_Table {
                     $rta[$attr] = $attr;
                     break;
                 case 'comun_clara':
+                    $tmp = $this->_conf['atributos']['celda_comun'];
+                    $tmp['class'].= '_clara';
                     $rta = array_merge($rta,
                             $this->_conf['atributos']["celda_comun"]);
                     $rta[$attr] = $attr;
diff --git a/www/css/html/tabla/comun_clara.css b/www/css/html/tabla/comun_clara.css
new file mode 100644 (file)
index 0000000..ccdd048
--- /dev/null
@@ -0,0 +1,28 @@
+
+.mecon_html_tabla_comun_cabecera {
+       font-family: Arial, Helvetica, sans-serif;
+       font-size: 11pt;
+       font-style: bold;
+       color: #FFFFFF;
+       font-weight: normal;
+       text-decoration: none;
+}
+
+.mecon_html_tabla_comun_titulo {
+       font-family: arial, helvetica, sans-serif;
+       font-size: 10pt;
+       font-style: normal;
+       color: #000000;
+       font-weight: normal;
+       text-decoration: none;
+}
+
+.mecon_html_tabla_comun_comun {
+       font-family: arial, helvetica, sans-serif;
+       font-size: 8pt;
+       font-style: normal;
+       color: #000000;
+       font-weight: normal;
+       text-decoration: none;
+}
+