You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
934 B
59 lines
934 B
#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;
|
|
|
|
} |