realtimeupdate.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .realtime-popup address {
  2. display:none;
  3. }
  4. .realtime-popup #content {
  5. width:93.5%;
  6. }
  7. .realtime-popup #form_notice {
  8. margin:18px 0 18px 1.795%;
  9. width:93%;
  10. max-width:451px;
  11. }
  12. .realtime-popup #form_notice label[for=notice_data-text],
  13. .realtime-popup h1 {
  14. display:none;
  15. }
  16. .realtime-popup #form_notice label.notice_data-attach,
  17. .realtime-popup #form_notice input.notice_data-attach,
  18. .realtime-popup #form_notice label.notice_data-geo {
  19. top:0;
  20. }
  21. .realtime-popup #form_notice input.notice_data-attach {
  22. left:auto;
  23. right:0;
  24. }
  25. .realtime-popup .entity_profile {
  26. width:70%;
  27. }
  28. .realtime-popup .entity_actions {
  29. margin-left:1%;
  30. }
  31. #notices_primary {
  32. position:relative;
  33. }
  34. #realtime_actions {
  35. position: absolute;
  36. top: -20px;
  37. right: 0;
  38. margin: 0 0 11px 0;
  39. }
  40. #realtime_actions li {
  41. margin-left: 18px;
  42. list-style-type: none;
  43. float: left;
  44. }
  45. #realtime_actions button {
  46. width: 16px;
  47. height: 16px;
  48. display: block;
  49. border: none;
  50. cursor: pointer;
  51. text-indent: -9999px;
  52. float: left;
  53. }
  54. #realtime_play {
  55. margin-left: 4px;
  56. }
  57. #queued_counter {
  58. float:left;
  59. line-height:1.2;
  60. }
  61. #showstream #notices_primary {
  62. margin-top: 18px;
  63. }