You are here

twitter-pull-listing.css in Twitter Pull 7.2

div.tweets-pulled-listing ul {
  list-style: none;
}

div.tweets-pulled-listing div.tweet-authorphoto {
  margin: 0 5px 0 0;
  float: left;
}

div.tweets-pulled-listing div.tweet-authorphoto img {
  max-height: 40px;
  max-width: 40px;
}

div.tweets-pulled-listing .tweet-author a {
  font-weight: bold;
}

div.tweets-pulled-listing  div.tweet-divider {
  clear: left;
  border-bottom: 1px solid #efefef;
  margin: 5px 0 5px 0;
}

div.tweet-author-wrapper .twitter-follow-button {
	float:right;
}

div.tweet-author-wrapper .tweet-author-info {
	float:left;
	width:75%;
	min-width: 175px;
}

div.tweet-footer {
	font-size: 0.75em;
}

div.tweet-footer .tweet-time {
	float:left;
}

div.tweet-footer .tweet-actions {
	float:right;
}

File

twitter-pull-listing.css
View source
  1. div.tweets-pulled-listing ul {
  2. list-style: none;
  3. }
  4. div.tweets-pulled-listing div.tweet-authorphoto {
  5. margin: 0 5px 0 0;
  6. float: left;
  7. }
  8. div.tweets-pulled-listing div.tweet-authorphoto img {
  9. max-height: 40px;
  10. max-width: 40px;
  11. }
  12. div.tweets-pulled-listing .tweet-author a {
  13. font-weight: bold;
  14. }
  15. div.tweets-pulled-listing div.tweet-divider {
  16. clear: left;
  17. border-bottom: 1px solid #efefef;
  18. margin: 5px 0 5px 0;
  19. }
  20. div.tweet-author-wrapper .twitter-follow-button {
  21. float:right;
  22. }
  23. div.tweet-author-wrapper .tweet-author-info {
  24. float:left;
  25. width:75%;
  26. min-width: 175px;
  27. }
  28. div.tweet-footer {
  29. font-size: 0.75em;
  30. }
  31. div.tweet-footer .tweet-time {
  32. float:left;
  33. }
  34. div.tweet-footer .tweet-actions {
  35. float:right;
  36. }