2007-07-06 09:03:27 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2007-07-06 10:05:06 -07:00
|
|
|
<head>
|
|
|
|
<style>
|
2007-07-06 11:16:51 -07:00
|
|
|
.none { -moz-appearance: none; }
|
2010-05-05 18:20:43 -07:00
|
|
|
input, button { width: 1.5em; padding-top: 0; padding-bottom: 0; font-size: 14px; }
|
2007-07-06 10:05:06 -07:00
|
|
|
</style>
|
|
|
|
</head>
|
2007-07-06 09:03:27 -07:00
|
|
|
<body>
|
2007-07-06 11:16:51 -07:00
|
|
|
<input class="none" type="button" value="M"><br>
|
|
|
|
<input class="none" type="button" style="padding: 0 0.2em;" value="M"><br>
|
2007-07-06 09:03:27 -07:00
|
|
|
|
2007-07-06 11:16:51 -07:00
|
|
|
<input class="none" type="button" value="Long Text"><br>
|
|
|
|
<input class="none" type="button" style="padding: 0 0.2em;" value="Long Text"><br>
|
|
|
|
|
|
|
|
<input type="button" value="M"><br>
|
|
|
|
<input type="button" style="padding: 0 0.2em;" value="M"><br>
|
|
|
|
|
|
|
|
<input type="button" value="Long Text"><br>
|
|
|
|
<input type="button" style="padding: 0 0.2em;" value="Long Text"><br>
|
|
|
|
|
|
|
|
<button class="none" type="button">M</button><br>
|
|
|
|
<button class="none" type="button" style="padding: 0 0.2em;" >M</button><br>
|
|
|
|
|
|
|
|
<button class="none" type="button">Long Text</button><br>
|
|
|
|
<button class="none" type="button" style="padding: 0 0.2em;">Long Text</button><br>
|
|
|
|
|
|
|
|
<button type="button">M</button><br>
|
|
|
|
<button type="button" style="padding: 0 0.2em;">M</button><br>
|
|
|
|
|
|
|
|
<button type="button">Long Text</button><br>
|
|
|
|
<button type="button" style="padding: 0 0.2em;" >Long Text</button><br>
|
2007-07-06 09:03:27 -07:00
|
|
|
</body>
|
|
|
|
</html>
|