repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1940304 - Fix browser_sidebar_button_reset.js intermittent r=sidebar-reviewers...
[gecko.git]
/
layout
/
reftests
/
forms
/
button
/
width-auto-size-em-ltr.html
blob
3285c3e9551ed3a9f2c58a0e68b1eed451b7d6b6
1
<!DOCTYPE
HTML
>
2
<style>
3
4
button {
5
-moz-appearance: none;
6
background: yellow;
7
border:
2
px solid fuchsia;
8
padding:
2
px;
9
font-size:
1
em;
10
border-radius:
0
; /* override mobile/android/themes/core/content.css */
11
}
12
13
span {
14
display: inline-block; vertical-align: middle;
15
height:
2
em; width:
5
em; border:
2
px solid blue;
16
}
17
18
</style>
19
20
<button><span></span></button>