Refactor UI, Add ability to remove suggestions

This commit is contained in:
2017-01-01 08:10:58 -05:00
parent d7adb27c10
commit 0400dd06b6
10 changed files with 222 additions and 55 deletions

View File

@ -6,7 +6,7 @@ div#content {
width: 95%;
height: 100%;
min-width: 20em;
max-width: 100em;
max-width: 50em;
margin: auto;
}
@ -16,3 +16,8 @@ div.tab-content {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
/* Make panels inside row line up with other rows by eliminating padding */
div.row div.panel div.panel-body {
padding: 15px 0 15px 0
}