Files
medpred/MedPred/Content/Style.css
T
2014-08-06 15:26:51 +02:00

42 lines
601 B
CSS

.baseRow {
background-color: #EFF3FB;
}
.altRow {
background-color: #FFF;
}
.editRow {
background-color: #2461bf;
}
.selectedRow {
background-color: #d1ddf1;
font-weight: 600;
color: #333333;
}
.headerRow {
background-color: #507cd1;
font-weight: 600;
color: white;
}
.footerRow {
background-color: #507cd1;
font-weight: 600;
color: white;
}
.pagerRow {
background-color: #2461bf;
color: white;
text-align: center;
margin: auto;
}
.text-center {
text-align: center;
margin: auto;
}
.tStrong {
font-weight: bold;
font-size: 1.3em;
}
.flRight {
float: right;
}