nakedobjects.spa
Version:
Single Page Application client for a Naked Objects application.
33 lines (28 loc) • 613 B
CSS
:host {
cursor:pointer;
}
td {
font-size: 11pt;
font-weight: 100; /*Override browser default*/
text-align: left;
padding-left: 5px;
padding-right: 5px;
vertical-align: top;
}
td.checkbox {
background-color: white; /*Because check-box only ever displayed on default background*/
}
.number {
text-align:right;
}
.reference { /*i.e. in List, not Table mode */
cursor: pointer;
font-size: 11pt;
padding-left: 5px;
padding-right: 5px;
margin: 1px;
width: 440px;
}
.reference:not(:last-child) {
margin-bottom: 5px;
}