HyriseSQLParser/frontend-hyrise/style.css

29 lines
278 B
CSS

body {
text-align: center;
}
div {
margin: auto;
}
button {
margin-left: 1px;
margin-right: 1px;
}
table {
font-size: 14px;
}
.content {
width: 90%;
margin: auto;
margin-top: 10px;
}
textarea#queryInput {
font-family: 'Monospace';
height: 500px;
resize: none;
}