diff --git a/datadict.css b/datadict.css new file mode 100644 index 0000000..5436f4a --- /dev/null +++ b/datadict.css @@ -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; + +} \ No newline at end of file