mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
398 B
HTML
23 lines
398 B
HTML
|
<html>
|
||
|
<style>
|
||
|
#check {
|
||
|
border: 2px inset ThreeDFace;
|
||
|
background-color: -moz-field;
|
||
|
color: WindowText;
|
||
|
width: 13px;
|
||
|
height: 13px;
|
||
|
cursor: default;
|
||
|
vertical-align: bottom;
|
||
|
-moz-binding: none;
|
||
|
margin: 3px 4px 3px 4px;
|
||
|
-moz-box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
</style>
|
||
|
|
||
|
<body>
|
||
|
<div id=check></div>
|
||
|
<div id=check style="position: absolute; top: 30px; left: 10px;"></div>
|
||
|
</body>
|
||
|
</html>
|