toloframework
Version:
Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.
58 lines (47 loc) • 948 B
CSS
.wdg-checkbox {
display: inline-block;
vertical-align: middle;
margin: 0;
border: 0;
background: none;
padding: 0 8px 0 8px;
text-align: left;
font-size: 1em;
text-height: 2em;
cursor: pointer;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
.wdg-checkbox > * {
display: inline-block;
vertical-align: middle;
text-height: 2em;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
.wdg-checkbox > *.wdg-icon {
margin: 0;
}
.wdg-checkbox > div {
margin-left: .5em;
}
.dark .wdg-checkbox {
color: #eee;
}
.wdg-checkbox.align-left {
text-align: left;
}
.wdg-checkbox.align-center {
text-align: center;
}
.wdg-checkbox.align-right {
text-align: right;
}
.wdg-checkbox div.label {
opacity: .5;
}
.wdg-checkbox.checked div.label {
opacity: 1;
}