infusion
Version:
Infusion is an application framework for developing flexible stuff with JavaScript
47 lines (46 loc) • 984 B
CSS
.fl-prefsEditor h2 {
font-size: 1.29em;
font-weight: bold;
clear: both;
color: #444;
padding: 14px 0px 5px 25px;
}
.fl-prefsEditor .fl-prefsEditor-buttons {
margin-top: 1em;
float: left;
width: 100%;
}
.fl-prefsEditor .fl-prefsEditor-buttons 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;
}
.fl-prefsEditor h2 {
display: flex;
align-items: center;
white-space: nowrap;
justify-content: flex-start;
white-space: normal;
}
.fl-prefsEditor h2 [class*='fl-icon-'] {
margin: 0 0.3em 0 0;
}
.fl-prefsEditor .fl-prefsEditor-text ul li {
clear: left;
height: 3.5em;
}
.fl-prefsEditor .fl-choices {
justify-content: flex-start;
}
.fl-prefsEditor .fl-textfieldStepper {
justify-content: flex-start;
}
.fl-prefsEditor .fl-prefsEditor-onoff .fl-switchUI {
justify-content: flex-start;
}