pd.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. #pd_import_dialog_div {
  2. width: 100%;
  3. height: 90%;
  4. overflow:hidden;
  5. border: none;
  6. }
  7. #pd_column_combobox_div {
  8. height: 15px;
  9. }
  10. #pd_column_grid_div {
  11. width: 99%;
  12. height:99%;
  13. }
  14. #pd_preview_grid_div {
  15. width: 99%;
  16. height: 98%;
  17. overflow:auto;
  18. }
  19. .dialogHeaderTitle {
  20. font-size: 100%;
  21. }
  22. .dialogHeaderLink {
  23. font-size: 100%;
  24. }
  25. .dialogHeaderText {
  26. font-size: 100%;
  27. }
  28. .dojoxGridCell {
  29. white-space: nowrap !important;
  30. word-wrap: normal !important;
  31. }
  32. .factGridCell {
  33. background-image:url('images/metadata_fact.gif');
  34. background-repeat:no-repeat;
  35. background-position:center;
  36. }
  37. .attributeGridCell {
  38. background-image:url('images/metadata_attribute.gif');
  39. background-repeat:no-repeat;
  40. background-position:center;
  41. }
  42. .editableGridCell {
  43. background-image:url('images/metadata_edit.gif');
  44. background-repeat:no-repeat;
  45. background-position:right;
  46. cursor: pointer;
  47. }
  48. .dijitTitlePaneContentInner {
  49. padding: 0 !important;
  50. }
  51. .claro .dijitSplitterV .dijitSplitterThumb {
  52. background: none repeat scroll 0 0 #B5BCC7;
  53. height: 19px;
  54. left: 2px;
  55. margin: 0;
  56. width: 1px;
  57. }
  58. .pdDialogPaneContent {
  59. max-height:400px;
  60. height:auto !important;
  61. height:400px;
  62. overflow: auto;
  63. }