Starting to work with configuration window

This commit is contained in:
ville rantanen
2012-03-05 15:08:22 +02:00
parent a622ddcba3
commit 726ae3e305
3 changed files with 59 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ body {
}
.attachmentbox {
float: left;
width: 150px;
clear: both;
}
.thumbimage {
height:90px;
@@ -146,6 +146,15 @@ body {
#preloadcontainer {
display: none;
}
#setupcontainer {
position: absolute;
top: 10px;
left: 10px;
padding: 10px 10px 10px 10px;
z-index:99;
background-color: white;
border: solid 1px black;
}
h1 {
font-size: large;
font-family: sans-serif;