lp_list_search.css 717 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .doc_table {
  2. width: 30%;
  3. text-align: left;
  4. }
  5. .doc_img {
  6. border: 1px solid black;
  7. padding: 1px solid white;
  8. background: white;
  9. }
  10. .doc_img,
  11. .doc_img img {
  12. width: 120px;
  13. }
  14. .doc_text,
  15. .doc_title {
  16. padding-left: 10px;
  17. vertical-align: top;
  18. }
  19. .doc_title {
  20. font-size: large;
  21. font-weight: bold;
  22. height: 2em;
  23. }
  24. .data_table {
  25. text-align:center;
  26. }
  27. .cls {
  28. clear:both
  29. }
  30. #search-results-container {
  31. width: 940px;
  32. border: 1px solid #979797;
  33. position: relative;
  34. background-image: url(\'../img/search_background_bar.jpg\');
  35. background-repeat: repeat-x
  36. }
  37. #mode-selector {
  38. width: 100px;
  39. padding: 4px;
  40. position: absolute;
  41. top: 0px;
  42. z-index: 9;
  43. }