Bubble.css 1.2 KB

123456789101112131415161718192021
  1. .mood-textarea, .mood-button { height: 70px !important; }
  2. .mood-textarea { resize: none; border-top-left-radius: 2px; }
  3. .mood-button { border-top-right-radius: 2px; }
  4. .mood-tools { border-top: none; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; padding: 5px; height: 35px; background: #f9f9f9; }
  5. .tools-visible * { font-size: 12px !important; }
  6. .tools-visible .am-selected { width: 110px; }
  7. .tools-visible .am-selected-btn { border-radius: 2px; height: 25px; padding: 0.4em 1em 0.4em 0.4em; }
  8. .sign-submit { width: 18px; height: 18px; font-size: 12px; line-height: 18px; }
  9. .bubble-nav { border-bottom: 1px solid #eee; }
  10. .bubble-nav .am-nav-pills li a { border-top-left-radius: 2px; border-top-right-radius: 2px; }
  11. .submit-repeat { margin-top: 8px; }
  12. .comments-user .user-portrait { margin-top: 3; }
  13. .comments-user * { font-size: 12px; }
  14. .comments-user { padding: 5px; background-color: #f9f9f9; }
  15. .comments-user:hover { background-color: #f3f3f3; }
  16. .reply-submit:hover, .submit-delete:hover { color: #333 !important; }
  17. @media only screen and (min-width: 641px) {
  18. .comments-item-tools { display: none; }
  19. .comments-user:hover .comments-item-tools { display: block !important; }
  20. }