cartodbInfo.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. #cartodbInfoModal {
  2. position: absolute;
  3. min-width: 250px;
  4. max-width: 450px;
  5. top: 210.5px;
  6. left: 551px;
  7. margin: -140px 0 0 -190px;
  8. }
  9. #cartodbInfoModal .title {
  10. color: #fff;
  11. font-weight: normal;
  12. padding-left: 20px;
  13. line-height: 48px;
  14. }
  15. #cartodbInfoForm {
  16. width: 400px;
  17. }
  18. #cartodbInfoForm table {
  19. width: 100%;
  20. table-layout: fixed;
  21. }
  22. #cartodbInfoForm tr,
  23. #cartodbInfoForm td {
  24. /* height: 30px; */
  25. line-height: 30px;
  26. }
  27. #cartodbInfoForm tr td:nth-child(1) {
  28. width: 200px
  29. }
  30. #cartodbInfoForm tr td:nth-child(1) p {
  31. margin-right: 20px;
  32. }
  33. #cartodbInfoForm tr td:nth-child(2) {
  34. width: 200px;
  35. word-wrap:break-word;
  36. }
  37. #cartodbInfoModal .daili {
  38. padding: 20px 20px 20px 20px;
  39. max-height: 500px;
  40. overflow: hidden;
  41. overflow-y: auto;
  42. }
  43. #cartodbInfoModal .popup-ct .close {
  44. width: 18px;
  45. height: 18px;
  46. position: absolute;
  47. top: 18px;
  48. right: 15px;
  49. background: url(../../../images/layout/close_popUp.png) no-repeat;
  50. border: none;
  51. cursor: pointer;
  52. }