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-erode-all-focuspadding-rtl.html
blob
d4b028b48e9398701763bdfe51bfe92b76f39d65
1
<!DOCTYPE
HTML
>
2
<html
dir=rtl
>
3
<style>
4
5
button {
6
-moz-appearance: none;
7
background: yellow;
8
border:
2
px solid fuchsia;
9
padding:
2
px;
10
font-size:
10
px;
11
width:
62
px;
12
border-radius:
0
; /* override mobile/android/themes/core/content.css */
13
}
14
15
span {
16
display: inline-block; vertical-align: middle;
17
height:
20
px; width:
50
px; border:
2
px solid blue;
18
}
19
20
</style>
21
22
<button><span></span></button>