Hi all and thanks in advance - essentially my issue is this :
A colleague of mine has configured a portlet to allow a business / power use to select a "mode" of a specific portlet (the hook) . He accomplished this by way of the custom-jsp process via the SDK plugins route.
The hook compile and imports into my liferay (6.1 on remote Tomcat 7) dev environment. Within his custom-jsp is a main.css. He initially added some light styling and has turned it over to me to finalize all the branding. We are approaching the styling of the hook by simply extending nested css statements in the main.css file
the file is found : docroot -> custom_jsps -> html-> portlet->
<portlet type> -> css -> main.css
However on build + subsequent redeploy ( which produce no warnings or errors both ) - the styles are not adhering to elements and the style declarations are not found within the referenced "main.css" (s) found via View Source.
An example of the approach would be :
.result {
display: inline-block;
float: none;
width: 100%;
.custom-result {
color: red;
}
}
Markup related would of course be
<div class="result">
<span class="custom-result"> some result </span>
</div>
Are we missing a step or ? Suggestions / advice / slander all welcome
Bitte melden Sie sich an, um diesen Inhalt als unangebracht zu kennzeichnen.