initial commit
[CPE_learningsite] / CPE / CPE.App / CPE.App.Api / Content / Site.css
1 body {
2     padding-top: 50px;
3     padding-bottom: 20px;
4 }
5
6 /* Set padding to keep content from hitting the edges */
7 .body-content {
8     padding-left: 15px;
9     padding-right: 15px;
10 }
11
12 /* Set width on the form input elements since they're 100% wide by default */
13 input,
14 select,
15 textarea {
16     max-width: 280px;
17 }