search_widget.css 753 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 -1px;
  19. padding-left:18px;
  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. }