search_widget.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .tags {
  2. display: block;
  3. margin-top: 20px;
  4. width: 90%;
  5. }
  6. .sf-select-multiple {
  7. width: 14em;
  8. margin: 0 1em 0 1em;
  9. }
  10. .sf-select-multiple-title {
  11. font-weight: bold;
  12. margin-left: 1em;
  13. font-size: 130%;
  14. }
  15. #submit {
  16. background-image: url('/main/img/search-lense.gif');
  17. background-repeat: no-repeat;
  18. background-position: 0px 3px;
  19. padding-left:28px;
  20. }
  21. .lower-submit {
  22. float:right;
  23. margin: 0 0.9em 0 0.5em;
  24. }
  25. #tags-clean {
  26. float: right;
  27. }
  28. .sf-select-splitter {
  29. margin-top: 4em;
  30. }
  31. .search-links-box {
  32. background-color: #ddd;
  33. border: 1px solid #888;
  34. padding: 1em;
  35. -moz-border-radius: 0.8em;
  36. }
  37. #thesaurus-icon {
  38. margin-bottom: -6px;
  39. }
  40. #operator-select {
  41. padding-right: 0.9em;
  42. }
  43. .doc_table {
  44. width: 30%;
  45. text-align: left;
  46. }
  47. .doc_img {
  48. border: 1px solid black;
  49. padding: 1px solid white;
  50. background: white;
  51. }
  52. .doc_img,
  53. .doc_img img {
  54. width: 120px;
  55. }
  56. .doc_text,
  57. .doc_title {
  58. padding-left: 10px;
  59. vertical-align: top;
  60. }
  61. .doc_title {
  62. font-size: large;
  63. font-weight: bold;
  64. height: 2em;
  65. }
  66. .data_table {
  67. text-align:center;
  68. }
  69. .cls {
  70. clear:both
  71. }
  72. #search-results-container {
  73. width: 100%;
  74. border: 1px solid #979797;
  75. position: relative;
  76. background-repeat: repeat-x
  77. }
  78. #mode-selector {
  79. width: 100px;
  80. padding: 4px;
  81. top: 0px;
  82. z-index: 9;
  83. float:left;
  84. height:15px;
  85. }