From: Leandro Lucarella Date: Mon, 1 Mar 2004 19:29:40 +0000 (+0000) Subject: BugFix. X-Git-Tag: svn_import~96 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/da6c25deda9c9c9e20124b90be71eb3dca42fa2e?ds=sidebyside BugFix. --- diff --git a/lib/MECON/HTML/Tabla.php b/lib/MECON/HTML/Tabla.php index 345cf68..f5cdad0 100644 --- a/lib/MECON/HTML/Tabla.php +++ b/lib/MECON/HTML/Tabla.php @@ -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 index 0000000..ccdd048 --- /dev/null +++ b/www/css/html/tabla/comun_clara.css @@ -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; +} +