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

View file

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