toloframework
Version:
Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.
23 lines (18 loc) • 375 B
CSS
div.tp-view-tourism-edit {
display: table;
}
div.tp-view-tourism-edit > div {
display: table-row;
white-space: nowrap;
height: 40px;
}
div.tp-view-tourism-edit > div > div {
display: table-cell;
vertical-align: middle;
}
div.tp-view-tourism-edit > div > div > div.disabled {
opacity: .5;
}
div.tp-view-tourism-edit > div > div > *.hide {
display: none;
}