home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / plugins / linkedin / res / infobox.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2010-07-06  |  2.9 KB  |  198 lines

  1. .activity-divider {
  2.     background: none;
  3.     background-color:#d7d7d7;
  4.     margin-bottom: 0.4em;
  5.     margin-left:54px;
  6. }
  7.  
  8. .activity-divider + .activity-divider {
  9.     display: none;
  10. }
  11.  
  12. ul {
  13.  -webkit-padding-start: 20px; /* for inner content of each entry*/
  14. }
  15.  
  16. ul.news-item-list { /* outer list of entries */
  17.  -webkit-padding-start: 40px;
  18. }
  19.  
  20. .trend_link, .news-item-text {
  21.     margin-bottom: .3em;
  22. }
  23.  
  24. .bottom-row {
  25.     margin-top: .3em;
  26. }
  27.  
  28. .date-separator {
  29.     display:block;
  30.     margin-bottom:.4em;
  31. }
  32.  
  33. li + .date-separator {
  34.  margin-top: 10px;
  35. }
  36. .news-item {
  37.  word-wrap: break-word;
  38.  table-layout: fixed;
  39.  border-spacing: 0px 2px;
  40.  width: 100%;
  41.  max-width: 100%;
  42.  margin-bottom: .1em;
  43. }
  44.  
  45. .news-item-content {
  46.  margin-left: 54px;
  47.  min-height: 52px;
  48.  max-width: 100%;
  49.  vertical-align: top;
  50. }
  51.  
  52. .news-item + .no-news-today {
  53.  display: none;
  54. }
  55.  
  56. .viewport {
  57.     display: block;
  58.     overflow: hidden;
  59.     position: relative;
  60. }
  61.  
  62. .comment > .viewport {
  63.     display: inline;
  64. }
  65.  
  66. .clipped {
  67.     max-width:;
  68.     display: block;
  69.     position: absolute;
  70. }
  71.  
  72. .activity-icon {
  73.  vertical-align: top;
  74.  text-align: center;
  75.  float: left;
  76.  clear: both;
  77.  padding: 0px;
  78.  width: 54px;
  79.  height: 52px;
  80.  margin-top:2px;
  81. }
  82.  
  83. .news-item-content {
  84.  margin-left: 54px;
  85.  min-height: 52px;
  86.  max-width: 100%;
  87.  vertical-align: top;
  88. }
  89.  
  90. hr {
  91.  height: 1px;
  92.  border: 2px;
  93. }
  94.  
  95.  
  96. .comment:hover .del_comment {
  97.     opacity: 1;
  98. }
  99. .comment_block, .likes {
  100. /*
  101.     display:none;
  102. */
  103. }
  104. .comments {
  105.     /*
  106.     display:table;
  107.     table-layout: fixed;
  108.     */
  109.     padding:0px;
  110.     border:0px;
  111.     border-spacing:0px;
  112.     margin-bottom: 0.3em;
  113. }
  114. .comment {
  115.     /*
  116.     display:table-row;
  117.     */
  118.     padding-top:.3em;
  119.     /* margin-top:.3em; */
  120. }
  121. .comment_icon_cell {
  122.     float:left;
  123.     min-height:30px;
  124.     min-width:30px;
  125. }
  126.  
  127. .comment_icon {
  128.     margin-top:2px;
  129.     max-width:28px;
  130.     max-height: 28px;
  131. }
  132.  
  133. .comment_text {
  134.     word-wrap: break-word;
  135. }
  136. .comment_text_cell {
  137.     min-height:30px;
  138.     margin-left:32px;
  139.     /*margin-top:-.2em;*/
  140.     /*margin-bottom:.1666em;*/
  141. }
  142. .comment_name, .comment_time {
  143.     display:inline;
  144. }
  145.  
  146. .del_comment {
  147.     text-align:right;
  148.     float:right;
  149.     vertical-align:top;
  150.     opacity: 0;
  151. }
  152.  
  153. .link_section {
  154.     display:inline;
  155. }
  156.  
  157. .time-container:before {
  158.  content: "";
  159. }
  160.  
  161. .time-container:after {
  162.  content: "";
  163. }
  164.  
  165. .time-container {
  166.  display: inline;
  167. }
  168.  
  169. .comments_section {
  170.     display:none;
  171.     margin-top: .3em;
  172. }
  173.  
  174. .input_area {
  175.     margin-top:.3em;
  176.     width:100%;
  177. }
  178. .form_wrapper {
  179.     position:relative; /*when adding a centered spinner, this seems to be needed */
  180. }
  181.  
  182. .namelink-container {
  183.     display: inline-block;
  184. }
  185.  
  186. .loader_img {
  187.     position: absolute;
  188.     top:50%;
  189.     left:50%;
  190.     margin-top:-8px;
  191.     margin-left:-8px;
  192. }
  193.  
  194. .error_section {
  195.     display:none;
  196.     color: red;
  197. }
  198.