introduce db, some changes to UI

This commit is contained in:
Pavol Rusnak 2011-06-19 02:22:08 +02:00
parent 57f8f51b4f
commit e3c99305cc
17 changed files with 151 additions and 18 deletions

27
server/static/style.css Normal file
View file

@ -0,0 +1,27 @@
body {
font-family: Helvetica, Arial;
}
table {
border: 1px solid #888;
border-spacing: 0px;
}
td, th {
padding: 8px;
}
th {
background: #ddd;
}
div.block {
border: 1px solid #888;
width: 160px;
height: 180px;
float: left;
margin: 8px;
text-align: center;
font-size: 10pt;
padding-top: 8px;
}