4,554
edits
No edit summary  | 
				No edit summary  | 
				||
| Line 1,670: | Line 1,670: | ||
     font-style: italic;  |      font-style: italic;  | ||
     color: black;  |      color: black;  | ||
}  | |||
/* print button next to [close] */  | |||
#print-button {  | |||
  position: absolute;  | |||
  top: 8px;  | |||
  right: 60px;          /* sits just left of [close] */  | |||
  line-height: 24px;  | |||
  font-size: 20px;  | |||
  letter-spacing: 0;  | |||
  cursor: pointer;  | |||
  z-index: 10;  | |||
}  | |||
#print-button a {  | |||
  color: black;  | |||
  text-decoration: none;  | |||
}  | |||
#print-button a:hover {  | |||
  text-decoration: underline;  | |||
}  | }  | ||
#close-button {  | #close-button {  | ||
| Line 1,678: | Line 1,698: | ||
     line-height: 24px;  |      line-height: 24px;  | ||
     letter-spacing: 0px;  |      letter-spacing: 0px;  | ||
    position: absolute;   /* override float for precise placement */  | |||
    top: 8px;  | |||
    right: 8px;  | |||
}  | }  | ||
.fade-out {  | .fade-out {  | ||