graphdb-workbench
Version:
The web application for GraphDB APIs
34 lines (28 loc) • 441 B
CSS
.nvtooltip h3{
font-size: 20px ;
}
#ot-loader {
margin: 200px auto;
display: block;
}
.onto-loader-performGC {
display: inline-block;
vertical-align: middle;
margin-left: 20px;
}
.pause-bar {
height: 3rem;
}
.query-table {
width: 100%;
}
.query-table .query-string {
clear: both;
white-space: pre-wrap;
}
.query-table td {
vertical-align: top;
}
.query-table td:nth-child(5) {
min-width: 30vw;
}