tmtd/static/style.css

23 lines
354 B
CSS
Raw Normal View History

2022-05-31 08:43:56 -05:00
form {
margin-left: 2%;
margin-right: 2%;
}
input[type=text] {
width: 100%;
padding: 2px 2px;
border-radius: 4px;
}
input[type=submit] {
padding: 2px 2px;
border-radius: 4px;
}
select {
width: 100%;
padding: 2px 2px;
border-radius: 4px;
}
textarea {
width: 100%;
padding: 2px 2px;
border-radius: 4px;
}