tripal_pub.css 963 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*
  2. * Importer Form Table
  3. */
  4. #tripal-pub-importer-table .form-item {
  5. white-space: normal;
  6. }
  7. /*
  8. * Search Form Table
  9. */
  10. #tripal-pub-search-form-table{
  11. border-collapse: collapse;
  12. border: 0px solid #DDDDDD;
  13. border-spacing: 0;
  14. margin: 1em 0;
  15. width: auto;
  16. }
  17. #tripal-pub-search-form-table tr {
  18. background-color: transparent;
  19. border: 0px solid #CCCCCC;
  20. padding: 0.1em 0.6em;
  21. }
  22. #tripal-pub-search-form-table td {
  23. border: 0px solid #DDDDDD;
  24. padding: 0.25em 0.5em;
  25. vertical-align: top;
  26. }
  27. #pub-search-form-dates-row {
  28. clear: both;
  29. }
  30. #pub-search-form-dates label {
  31. float: left;
  32. margin-right: 10px;
  33. }
  34. #pub-search-form-dates .form-item {
  35. float: left;
  36. margin-right: 10px;
  37. }
  38. #edit-to-year-wrapper {
  39. margin-top: 0px;
  40. margin-bottom: 10px;
  41. }
  42. #edit-from-year-wrapper {
  43. margin-top: 0px;
  44. margin-bottom: 10px;
  45. }
  46. #tripal-pub-search-form-table #edit-search {
  47. clear: both;
  48. }
  49. .tripal-pub-search-form-scope-select {
  50. width: 150px;
  51. }