This commit is contained in:
Karl Hudgell 2016-01-12 14:53:50 +00:00
parent c83d66e04c
commit 45cfc1ec39

View File

@ -71,4 +71,38 @@ color: black;
color: white;
}
#table{
border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
}
#boxes .window {
position: absolute;
left: 0;
top: 0;
width: 440px;
height: 200px;
display: none;
z-index: 9999;
padding: 20px;
border-radius: 15px;
text-align: center;
}
#boxes #dialog {
width: 750px;
height: 300px;
padding: 10px;
background-color: #ffffff;
font-family: 'Segoe UI Light', sans-serif;
font-size: 15pt;
}
#popupfoot {
font-size: 16pt;
position: absolute;
bottom: 0px;
width: 250px;
left: 250px;
}
</style>