parent
a3a329b60a
commit
7152495212
@ -0,0 +1,59 @@
|
|||||||
|
#single{
|
||||||
|
border: 2px solid red;
|
||||||
|
font-size: small;
|
||||||
|
width:60px;
|
||||||
|
height:20px;
|
||||||
|
position:absolute;
|
||||||
|
right:100px;
|
||||||
|
top:156px;
|
||||||
|
cursor:pointer;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#table{
|
||||||
|
border: 1px solid #333;
|
||||||
|
font-size: small;
|
||||||
|
width:60px;
|
||||||
|
height:20px;
|
||||||
|
position:absolute;
|
||||||
|
right:20px;
|
||||||
|
top:156px;
|
||||||
|
cursor:pointer;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#myTable{
|
||||||
|
border: 1px solid red;
|
||||||
|
width: 180px;
|
||||||
|
height:25px;
|
||||||
|
position:absolute;
|
||||||
|
bottom:50px;
|
||||||
|
right:10px;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
#myText{
|
||||||
|
width: 180px;
|
||||||
|
height:25px;
|
||||||
|
position:absolute;
|
||||||
|
bottom:50px;
|
||||||
|
right:10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#okButton{
|
||||||
|
width: 50px;
|
||||||
|
height: 25px;
|
||||||
|
position:absolute;
|
||||||
|
bottom:50px;
|
||||||
|
right:10px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#cancelButton{
|
||||||
|
width: 50px;
|
||||||
|
height: 25px;
|
||||||
|
position:absolute;
|
||||||
|
bottom:50px;
|
||||||
|
right:10px;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in new issue