HyriseSQLParser/frontend-hyrise/style.css

29 lines
278 B
CSS
Raw Normal View History

body {
text-align: center;
}
div {
margin: auto;
}
2014-11-13 02:40:43 +01:00
button {
margin-left: 1px;
margin-right: 1px;
}
2014-11-17 22:13:29 +01:00
table {
font-size: 14px;
}
.content {
width: 90%;
margin: auto;
margin-top: 10px;
2015-01-12 17:24:24 +01:00
}
textarea#queryInput {
font-family: 'Monospace';
height: 500px;
resize: none;
2014-11-17 22:13:29 +01:00
}