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) 220 B
/* CSS for the footer module. Do not leave file empty. */ .footer-module{ position:fixed; bottom:0; left:0; width:100%; padding:5px; background-color:rgb(180,180,180); z-index:1000; }