toloframework
Version:
Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.
29 lines (22 loc) • 349 B
CSS
.tfw-view-wait {
display: inline-table;
}
.tfw-view-wait.hide {
display: none;
}
.tfw-view-wait.wide {
display: table;
}
.tfw-view-wait > div {
display: table-cell;
vertical-align: middle;
}
.tfw-view-wait > div:last-child {
padding-left: 1em;
}
.tfw-view-wait.hide {
display: none;
}
.tfw-view-wait > .hide {
display: none;
}