tripal_ds.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .ds-right {
  2. width: 85%;
  3. float: right;
  4. }
  5. .ds-left {
  6. width: 12%;
  7. float: left;
  8. }
  9. .tripal-ds-button {
  10. height: 15px;
  11. vertical-align: text-top;
  12. }
  13. .hideTripalPane {
  14. display: none!important;
  15. }
  16. .showTripalPane {
  17. display: inherit;
  18. }
  19. .tripal_pane {
  20. background: #ffffff;
  21. border: 1px solid #cccccc;
  22. margin-top: 10px;
  23. margin-bottom: 32px;
  24. padding: 0 0 10px;
  25. top: 12px;
  26. -khtml-border-radius: 4px;
  27. -moz-border-radius: 4px;
  28. -webkit-border-radius: 4px;
  29. border-radius: 4px;
  30. }
  31. .tripal_pane > span {
  32. background: #dbdbdb;
  33. border: 1px solid #ccc;
  34. border-bottom: none;
  35. color: #3b3b3b;
  36. display: block;
  37. font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  38. line-height: 2;
  39. text-indent: 10px;
  40. text-shadow: 0 1px 0 #fff;
  41. top: -12px;
  42. width: 100%;
  43. -khtml-border-radius-topleft: 4px;
  44. -moz-border-radius-topleft: 4px;
  45. -webkit-border-top-left-radius: 4px;
  46. border-top-left-radius: 4px;
  47. -khtml-border-radius-topright: 4px;
  48. -moz-border-radius-topright: 4px;
  49. -webkit-border-top-right-radius: 4px;
  50. border-top-right-radius: 4px;
  51. }
  52. .tripal_pane > div {
  53. padding: 0px 10px;
  54. }
  55. span.download-icon {
  56. padding: 0px 10px;
  57. float: right;
  58. cursor: pointer;
  59. margin: 0px 5px;
  60. width: 25px;
  61. border: none;
  62. }
  63. .tripal_pane-fieldset-buttons {
  64. float: right;
  65. cursor: pointer;
  66. margin-top: 4px;
  67. color: #777777;
  68. }
  69. .ds-hide {
  70. display: none;
  71. }