UNPKG

ria

Version:

Node tool for developing RIA Apps using the RIA app framework. Helps initialize the app and create modules using UI templates and archetecture.

14 lines (13 loc) 223 B
/* CSS for the header module. Do not leave file empty. */ .header-module{ width:100%; padding:20px; position:fixed; top:0; left:0; background-color: rgb(200,200,200); z-index:1000; }