Basf_FCL/FCL/WebApi/Content/Site.css

14 lines
278 B
CSS
Raw Normal View History

2025-10-22 10:59:59 +08:00
/* Set padding to keep content from hitting the edges */
2024-05-08 10:17:02 +08:00
.body-content {
2025-10-22 10:59:59 +08:00
margin-top: 15px;
2024-05-08 10:17:02 +08:00
padding-left: 15px;
padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}