toloframework
Version:
Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.
31 lines (24 loc) • 488 B
CSS
div.tfw-view-file-input {
padding: 0;
display: table;
}
div.tfw-view-file-input > div {
display: table-cell;
vertical-align: middle;
}
div.tfw-view-file-input > div:last {
text-align: right;
}
div.tfw-view-file-input > div > div.filename {
opacity: .6;
font-size: 75%;
margin: 0 .5em 0 1em;
transition: opacity .3s;
}
div.tfw-view-file-input > div > div.filename.hide {
opacity: 0;
transition: opacity .3s;
}
div.tfw-view-file-input input {
display: none;
}