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.

31 lines
368 B

.GUIwindow {
float:left;
border: 2px solid black;
margin: 1px;
padding: 0px;
position: absolute;
}
.GUIwindowHead {
border: 1px solid black;
background: blue;
color: white;
margin: 0px;
padding: 5px;
cursor: move;
text-align: center;
}
.GUIwindowClient {
overflow: auto;
padding: 5px;
background-color: white;
}
.GUIbutton {
}