Working on Results Page

This commit is contained in:
2017-07-06 12:09:49 -05:00
parent 7162c8c34d
commit 02dbfc39ca
10 changed files with 537 additions and 43 deletions

View File

@@ -4,7 +4,7 @@ html {
body {
color: #777;
min-ehgiht: 100%;
min-height: 100%;
}
a {
@@ -155,7 +155,7 @@ img.thumbnail {
margin: auto;
}
table.center td {
table.center tbody>td {
text-align: center;
}
@@ -163,6 +163,10 @@ table.padding td {
padding: 5px;
}
table tfoot {
border-top: 1px solid #CCC;
}
.pure-button-error {
background-color: #DD0000;
color: #FFF;