Tweak some basic styles for forms/grids
This commit is contained in:
parent
66a3d6e66e
commit
f9906b26f2
|
@ -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;
|
||||
|
|
|
@ -153,6 +153,7 @@
|
|||
* thead
|
||||
******************************/
|
||||
|
||||
.grid thead th,
|
||||
.grid tr.header td {
|
||||
border-right: 1px solid black;
|
||||
border-bottom: 1px solid black;
|
||||
|
|
Loading…
Reference in a new issue