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

  1. table{
  2.     table-layout: fixed;
  3.     display:table;
  4. }
  5.  
  6. .controls {
  7.     padding-top: 2px;
  8. }
  9.  
  10. .controls_table, .controls_table tr, .controls_table td {
  11.     margin:0px;
  12.     padding:0px;
  13.     border:0px;
  14.     border-spacing:0px;
  15. }
  16. .controls_table {
  17.     display:inline-table;
  18.     vertical-align:text-top;
  19. }
  20. .trendlink {
  21.     white-space: nowrap;
  22.     line-height: 140%;
  23. }
  24.  
  25. span.trend {
  26.     padding-left: 3px;
  27. }
  28.  
  29. div.trends {
  30.     padding-top: 3px;
  31.     margin-left: -3px;
  32. }
  33.  
  34. .tweet {
  35.     clear: left;
  36. }
  37. .date-separator {
  38.     display:block;
  39.     margin-bottom:.4em;
  40. }
  41.  
  42. .profileImage {
  43.     float: left;
  44.     width: 48px;
  45.     height: 48px;
  46.     padding-top: 2px;
  47. }
  48.  
  49. .profileImage_last {
  50.     padding-bottom: 5px;
  51. }
  52.  
  53.  
  54. .tweetContent {
  55.     margin-left: 52px;
  56.     min-height: 50px;
  57.     max-width:100%;
  58.     /*border: 1px solid blue; */
  59. }
  60.  
  61. .selfTweetContent {
  62.     margin-left: 0px;
  63.     min-height: 0px;
  64.     padding-bottom: 2px;
  65. }
  66.  
  67. .content_hr { clear: left; width:100%;}
  68.  
  69. .alerts ul {
  70.     list-style-type: none;
  71.     padding-left: 10px;
  72.     margin-top: 2px;
  73. }
  74.  
  75. .controls img {
  76.     vertical-align: middle;
  77. }
  78. .input_area {
  79.     margin-top:.3em;
  80.     width:100%;
  81.     /*margin-right: 3em;*/
  82.     /*border: 1px solid;*/
  83. }
  84. .input_area_over_limit {
  85.     background-color: red;
  86.     color:white;
  87. }
  88. .form_wrapper {
  89.     display:none;
  90. }
  91.  
  92. .post_divider {
  93.     background: none;
  94.     background-color:#d7d7d7;
  95.     margin-bottom: 0.4em;
  96.     margin-left:52px;
  97. }
  98.  
  99. .direct_icon, .reply_icon, .retweet_icon, .delete_icon {
  100.     width:16px;
  101.     height:16px;
  102. }
  103. .direct_icon {
  104.     padding-left:2px;
  105. }
  106. .star_icon {
  107.     width:18px;
  108.     height:16px;
  109. }
  110.  
  111. .star_on, .star_off, .star_pending, .pending_delete_cell {
  112.     display:none;
  113. }
  114.  
  115. .controls.delete_pending .delete_cell {
  116.     display:none;
  117. }
  118.  
  119. .controls.delete_pending .pending_delete_cell {
  120.     display:table-cell;
  121. }
  122.  
  123. .controls.favorite_on td.star_on {
  124.     display:table-cell;
  125. }
  126.  
  127. .controls.favorite_off td.star_off {
  128.     display:table-cell;
  129. }
  130.  
  131. .controls.favorite_pending td.star_pending {
  132.     display:table-cell;
  133. }
  134. .char_count {
  135.     min-width:2em;
  136.     text-align:right;
  137. }
  138. .textarea_wrapper {
  139.     width:100%;
  140. }
  141. .input_table {
  142.     width:100%;
  143. }
  144.  
  145. .alertToggleLink {
  146.     float: right;
  147. }
  148.