Revision 3580
Added by walbridge about 17 years ago
lib/style/skins/default/default.css | ||
---|---|---|
180 | 180 |
color: #ff9933; |
181 | 181 |
text-decoration: underline; |
182 | 182 |
} |
183 |
|
|
184 | 183 |
|
185 | 184 |
/** |
186 | 185 |
* then add any other styles used |
... | ... | |
438 | 437 |
font-size: 12px; |
439 | 438 |
} |
440 | 439 |
|
440 |
.searchresultslead { |
|
441 |
background-color: #fff; |
|
442 |
} |
|
443 |
|
|
441 | 444 |
.searchresultsdivider { |
442 |
background-color: #dddddd; |
|
445 |
background-color: #fff; |
|
446 |
border-bottom: 1px solid #ccc; |
|
447 |
margin-bottom: 10px; |
|
443 | 448 |
} |
444 | 449 |
|
445 | 450 |
.maintable { |
... | ... | |
454 | 459 |
} |
455 | 460 |
|
456 | 461 |
.text_plain { |
457 |
padding: 5px; |
|
462 |
padding: 5px 5px 0px 5px;
|
|
458 | 463 |
color: #666666; |
459 | 464 |
font-weight: normal; |
460 | 465 |
font-size: 12px; |
461 | 466 |
} |
462 | 467 |
|
463 | 468 |
.text_plain_smaller { |
464 |
padding: 5px; |
|
469 |
padding: 5px 5px 0px 5px;
|
|
465 | 470 |
font-weight: normal; |
466 | 471 |
font-size: 12px; |
467 | 472 |
} |
Also available in: Unified diff
Modified default.css to handle new result table HTML, should now correctly subdivide the results