buttons.css 1.5 KB

12345678910111213141516171819
  1. .button { display: inline-block; padding: 2px 8px; font-size: 13px; font-weight: 600; font-family: "Open Sans","Droid Sans",Verdana,Arial,Helvetica; line-height: 1.4; text-align: center; white-space: nowrap; vertical-align: middle; touch-action: manipulation; cursor: pointer; -moz-user-select: none; border: 1px solid transparent; border-radius: 4px; }
  2. .button:focus, .button:hover { text-decoration: none; outline: medium none; }
  3. .button-icon-only { padding-left: 3px; padding-right: 3px; }
  4. button::-moz-focus-inner { padding: 0px; border: 0px none; }
  5. .button-search, .button-search-end { float: left; border-radius: 0px; margin: 0px; padding: 2px 5px; }
  6. .button-search-end { border-left-width: 0px; border-radius: 0px 4px 4px 0px; }
  7. .caret { border-left: 1px solid; position: relative; right: -6px; }
  8. .caret i { vertical-align: top; }
  9. .hasjs .postbody .post-buttons { max-width: 40%; }
  10. .has-profile .post-buttons { float: none; position: absolute; margin: 0px; right: 0px; top: 5px; }
  11. .post-buttons .button, .format-buttons .button { padding-left: 3px; padding-right: 3px; }
  12. .post-buttons .button span { font-size: 0px; }
  13. .post-buttons .dropdown { top: 18px; }
  14. .post-buttons { float: right; list-style: outside none none; margin-top: 2px; }
  15. .post-buttons > li { float: left; margin-right: 3px; }
  16. .search-header .button-search-end { }
  17. .search-header .button-search, .search-header .button-search-end { }
  18. ul.linklist.bulletin > li.small-icon::before { display: none; }