UNPKG

infusion

Version:

Infusion is an application framework for developing flexible stuff with JavaScript

48 lines (41 loc) 998 B
// UI Option styles for full page layouts both with and without preview // Control section headers .fl-prefsEditor { h2 { font-size: 1.29em; font-weight: bold; clear: both; color: #444444; padding: 14px 0px 5px 25px; } // Save, reset, cancel buttons .fl-prefsEditor-buttons { margin-top: 1em; float: left; width: 100%; input { text-transform: uppercase; text-decoration: underline; font-weight: bold; border: 2px solid #cecece; font-size: 1em; padding: 5px; height: 2.5em; margin-right: 3px; background-color: #F0F0F0; } } // Section header icons h2 img { margin-bottom: -3px; padding-right: 5px; } // Text controls .fl-prefsEditor-text ul li { clear: left; height: 3.5em; } .fl-slider-input { float: right; } }