nakedobjects.spa
Version:
Single Page Application client for a Naked Objects application.
35 lines (32 loc) • 741 B
CSS
.list {
color: white;
padding-left: 20px;
height: 100%;
overflow-y: auto;
display: block;
font-weight: 100;
}
.header {
display: block;
margin-bottom: 20px;
overflow: hidden;
background-image: linear-gradient(to bottom, #11648a, #187ba9 100%);
color: white;
}
.title, .type {
position: relative;
font-weight: 100;
font-size: 24pt;
line-height: 38pt;
margin-left: 1px; /*Make room for focus outline*/
padding-left: 5px;
padding-right: 5px;
margin-right: 20px;
margin-top: 2px;
display: block;
}
.type {
float: left;
margin-right: 20px;
display: none; /*Change this to display type (e.g. for accessibility)*/
}