Manage added cards!

This commit is contained in:
Ismo Vuorinen
2013-07-16 19:04:41 +03:00
parent fe84af8649
commit a6765d26f3
5 changed files with 341 additions and 10 deletions

View File

@@ -8,6 +8,8 @@ html {
body {
color: #333;
background: transparent url('../img/headerbg2.png') top center no-repeat;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
}
body footer {
@@ -43,6 +45,19 @@ table.valign thead tr,
table thead th button {
margin: 0px;
}
#cardlist td label {
display: block;
}
#cardlist td label input {
margin-right: 10px;
padding: 0px;
margin-bottom: 0px !important;
}
#cardlist img {
margin-bottom: 3px;
}
.center {
text-align: center;
}