tripal_pub.css 1.2 KB

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