Custom Apps : Create Fully Custom Apps in the App Editor : Custom App Basics: Connect, Run and Render : Update CSS Styles
Update CSS Styles
This is not required, but is a common need for apps. Simply open the SampleTable/css/app.css style sheet and add the appropriate styles shown here:
div.sampleTbl { font-family: arial, helvetica, sans-serif; font-size: 9pt; }
table.myTable {border: 1px solid #999999; border-collapse: collapse; }
table.myTable thead {background-color: #ededed;}
table.myTable th, table.myTable td {padding: 5px; border: 1px solid #999999;}
Tip:  
This example uses class names to define all the styles for the app. In most cases, using class names to define all app styles helps ensure there are no conflicts with styles from other apps or content in the various pages or containers where the app may be published.
Copyright © 2006-2015 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback