width-auto-size-ltr.html 373 B

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