1
0
Fork 0
lunch/static/stylesheet.css

32 lines
504 B
CSS
Raw Normal View History

2016-12-22 21:22:47 -05:00
html, body {
height: 100%;
}
div#content {
display: block;
width: 95%;
height: 100%;
min-width: 20em;
max-width: 50em;
2016-12-22 21:22:47 -05:00
margin: auto;
}
div.tab-content {
padding: 1em;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
2016-12-22 21:22:47 -05:00
}
/* Make panels inside row line up with other rows by eliminating padding */
div.row div.panel div.panel-body {
padding: 15px 0 15px 0
}
2017-01-01 20:13:26 -05:00
.addsuggestionbutton {
margin-top: 25px;
}
2017-01-08 09:47:30 -05:00
.lunch-report-dropdown {
margin-bottom: 25px;
}