Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

css error in v.2.7

Locked
manlug
Posts: 10
Joined: Fri Jun 29, 2012 10:08 am

css error in v.2.7

Unread post by manlug »

Hi, in the build v2.7 exists diferents error in css.
- form.php -> visability (visibility)
- table zzsys_style_property as sample.sql and nufinancial.sql -> by example c46e00 (#c46e00)
- unit margin less px or em ..
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: css error in v.2.7

Unread post by admin »

manlug,

I don't understand your question.

Steven
manlug
Posts: 10
Joined: Fri Jun 29, 2012 10:08 am

Re: css error in v.2.7

Unread post by manlug »

hi, not is a question, is a communications.

The firefox console (extension web developer) alert about this items.
By example:
Fecha y hora: 02/07/12 20:40:59
Advertencia: Propiedad desconocida 'family-font'. Declaración rechazada.
Archivo de origen: .../nubuilder/productionnu2/form.php?x=1&f=index&r=-1&dir=db/samplenufinancial&ses=14ff1eab5bb984
Línea: 32
solution: table zzsys_style_property row with zzsys_style_property_id = 14f1ca2b384bd0 and 14f039a0a95ef5, the value of ssp_property_name is family-font, when it's font-family.
Fecha y hora: 02/07/12 20:46:12
Advertencia: Se esperaba un color, pero se encontró 'FF9934'. Error al interpretar el valor para 'background-color'. Declaración rechazada.
Archivo de origen: .../nubuilder/productionnu2/form.php?x=1&f=index&r=-1&dir=db/samplenufinancial&ses=14ff1eab5bb984
Línea: 41
in the ssp_property_value missing the # -> #FF9934
Fecha y hora: 02/07/12 20:46:12
Advertencia: Propiedad desconocida 'visability'. Declaración rechazada.
Archivo de origen: .../nubuilder/productionnu2/form.php?x=1&f=index&r=-1&dir=db/samplenufinancial&ses=14ff1eab5bb984
Línea: 0
in line 220 and 221 of form.php show 'visability' when it's correct 'visibility'

excuse me, my english.
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: css error in v.2.7

Unread post by admin »

manlug,

Please excuse my CSS.

I'll fix them in the next version.

Thanks

Steven
Locked