forked from brmlab/brmbar-github
introduce db, some changes to UI
This commit is contained in:
parent
57f8f51b4f
commit
e3c99305cc
17 changed files with 151 additions and 18 deletions
27
server/static/style.css
Normal file
27
server/static/style.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue