Refactor UI, Add ability to remove suggestions
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
<html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Lunch</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
|
||||
|
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user