new header styles
This commit is contained in:
parent
4e33c9948e
commit
007eeb8f6a
|
@ -64,6 +64,11 @@ a img {
|
|||
border: 0px;
|
||||
}
|
||||
|
||||
a.lamHeader {
|
||||
color:black;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
background-color:#fff3c8;
|
||||
border:1px solid #af8800;
|
||||
|
@ -74,6 +79,16 @@ legend {
|
|||
color:blue;
|
||||
}
|
||||
|
||||
img.align-middle {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
table.lamHeader {
|
||||
background-image: url(lam-images/headerLine.png);
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
tr.highlight {
|
||||
border-color: red;
|
||||
border-style: dotted;
|
||||
|
|
Loading…
Reference in New Issue