width-auto-size-em-rtl.html 387 B

12345678910111213141516171819202122
  1. <!DOCTYPE HTML>
  2. <html dir=rtl>
  3. <style>
  4. button {
  5. -moz-appearance: none;
  6. background: yellow;
  7. border: 2px solid fuchsia;
  8. padding: 2px;
  9. font-size: 1em;
  10. border-radius: 0; /* override mobile/android/themes/core/content.css */
  11. }
  12. span {
  13. display: inline-block; vertical-align: middle;
  14. height: 2em; width: 5em; border: 2px solid blue;
  15. }
  16. </style>
  17. <button><span></span></button>