profiledetail.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. /* Note the #content is only needed to override weird crap in default styles */
  2. #profiledetail .entity_actions {
  3. margin-top: 0px;
  4. margin-bottom: 0px;
  5. }
  6. #profiledetail #content h3 {
  7. margin-bottom: 5px;
  8. }
  9. #content table.extended-profile {
  10. width: 100%;
  11. border-collapse: separate;
  12. border-spacing: 0px 8px;
  13. margin-bottom: 10px;
  14. }
  15. #content table.extended-profile th {
  16. color: #777;
  17. background-color: #ECECF2;
  18. width: 150px;
  19. text-align: right;
  20. padding: 2px 8px 2px 0px;
  21. }
  22. #content table.extended-profile th.employer, #content table.extended-profile th.institution {
  23. display: none;
  24. }
  25. #content table.extended-profile td {
  26. padding: 2px 0px 2px 8px;
  27. }
  28. .experience-item, .education-item {
  29. float: left;
  30. padding-bottom: 4px;
  31. }
  32. .experience-item .label, .education-item .label {
  33. float: left;
  34. clear: left;
  35. position: relative;
  36. left: -8px;
  37. margin-right: 2px;
  38. margin-bottom: 8px;
  39. color: #777;
  40. background-color: #ECECF2;
  41. width: 150px;
  42. text-align: right;
  43. padding: 2px 8px 2px 0px;
  44. }
  45. .experience-item .field, .education-item .field {
  46. float: left;
  47. padding-top: 2px;
  48. padding-bottom: 2px;
  49. max-width: 350px;
  50. }
  51. #profiledetailsettings #content table.extended-profile td {
  52. padding: 0px 0px 0px 8px;
  53. }
  54. #profiledetailsettings input {
  55. margin-right: 8px;
  56. }
  57. .form_settings .extended-profile label {
  58. display: none;
  59. }
  60. .extended-profile textarea {
  61. width: 280px;
  62. }
  63. .extended-profile input[type=text] {
  64. width: 280px;
  65. }
  66. .extended-profile .phone-item input[type=text], .extended-profile .im-item input[type=text], .extended-profile .website-item input[type=text] {
  67. width: 175px;
  68. }
  69. .extended-profile input.hasDatepicker {
  70. width: 100px;
  71. }
  72. .experience-item input[type=text], .education-item input[type=text] {
  73. float: left;
  74. }
  75. .extended-profile .current-checkbox {
  76. float: left;
  77. position: relative;
  78. top: 2px;
  79. }
  80. .form_settings .extended-profile input.checkbox {
  81. margin-left: 0px;
  82. left: 0px;
  83. top: 2px;
  84. }
  85. .form_settings .extended-profile label.checkbox {
  86. max-width: 100%;
  87. float: none;
  88. display: inline;
  89. left: -20px;
  90. }
  91. .extended-profile select {
  92. padding-right: 2px;
  93. font-size: 0.88em;
  94. }
  95. .extended-profile a.add_row, .extended-profile a.remove_row {
  96. display: block;
  97. height: 16px;
  98. width: 16px;
  99. overflow: hidden;
  100. background-image: url('../../../theme/base/images/icons/icons-01.gif');
  101. background-repeat: no-repeat;
  102. }
  103. .extended-profile a.remove_row {
  104. background-position: 0px -1252px;
  105. float: right;
  106. position: relative;
  107. top: 6px;
  108. line-height: 4em;
  109. }
  110. .extended-profile a.add_row {
  111. clear: both;
  112. position: relative;
  113. top: 6px;
  114. left: 2px;
  115. background-position: 0px -1186px;
  116. width: 120px;
  117. padding-left: 20px;
  118. line-height: 1.2em;
  119. }
  120. #content table.extended-profile .supersizeme th {
  121. border-bottom: 28px solid #fff;
  122. }
  123. #profiledetailsettings .experience-item, #profiledetailsettings .education-item {
  124. margin-bottom: 10px;
  125. width: 100%;
  126. }
  127. #profiledetailsettings .education-item textarea {
  128. float: left;
  129. margin-bottom: 8px;
  130. }
  131. #profiledetailsettings tr:last-child .experience-item, #profiledetailsettings tr:last-child .education-item {
  132. margin-bottom: 0px;
  133. }
  134. #profiledetailsettings .experience-item a.add_row, #profiledetailsettings .education-item a.add_row {
  135. left: 160px;
  136. }