blob: 85ce90fa25fa1294d92c7736e3df8a6e15f57ccd [file] [log] [blame]
/* Common measurements used in the app. */
@def fieldWidth 30em;
.editField {
display: inline;
width: fieldWidth;
}
.rightAlign {
text-align: right;
}