Fórum

Want to define CSS style for my DEV definintion in mylayout.tpl

thumbnail
Joseph John, modificado 12 Anos atrás.

Want to define CSS style for my DEV definintion in mylayout.tpl

Junior Member Postagens: 75 Data de Entrada: 26/07/11 Postagens Recentes
Hi All
I want to edit my "layout.tpl" which may have table definition and def definition.
I want to define CSS style sheet of the tables and DIV defined
Which file should I add this CSS entry so that it applies to my "layout.tpl"
Advice requested
Thanks
Joseph John
thumbnail
Ravi Kumar Gupta, modificado 12 Anos atrás.

RE: Want to define CSS style for my DEV definintion in mylayout.tpl

Liferay Legend Postagens: 1302 Data de Entrada: 24/06/09 Postagens Recentes
You can use inline css if there are not many css rules to be applied.. will not be clean though..

Or, you can create your own theme and add all the css rules in custom.css file. Make sure you have your theme applied to the page on which you want this layout applied..