Tweak some basic styles for forms/grids

This commit is contained in:
Lance Edgar 2017-07-18 16:51:15 -05:00
parent 66a3d6e66e
commit f9906b26f2
2 changed files with 5 additions and 1 deletions

View file

@ -54,7 +54,6 @@ div.field-wrapper.error {
} }
div.field-wrapper label { div.field-wrapper label {
color: Black;
display: block; display: block;
float: left; float: left;
width: 15em; width: 15em;
@ -63,6 +62,10 @@ div.field-wrapper label {
white-space: nowrap; white-space: nowrap;
} }
.field-wrapper.error label {
color: Black;
}
div.field-wrapper div.field-error { div.field-wrapper div.field-error {
color: #dd6666; color: #dd6666;
font-weight: bold; font-weight: bold;

View file

@ -153,6 +153,7 @@
* thead * thead
******************************/ ******************************/
.grid thead th,
.grid tr.header td { .grid tr.header td {
border-right: 1px solid black; border-right: 1px solid black;
border-bottom: 1px solid black; border-bottom: 1px solid black;