brite
Version:
DOM Centric Minimalistic MVC Framework
24 lines (21 loc) • 437 B
CSS
.ProjectView {
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
border-radius: 10px 10px 10px 10px;
border: dashed 1px green; /* for layout debug */
}
.ProjectView header{
padding: 5px 20px 5px 20px;
height: 60px;
}
.ProjectView header h2{
color: #999;
letter-spacing: .1em;
margin: 0;
font-size: 18px;
text-align: center;
}
.ProjectView section.heading label{
margin-left: 7px;
font-weight: bold;
}