sqlpad
Version:
Web app for writing and running SQL queries and visualizing the results. Supports Postgres, MySQL, SQL Server, Crate and Vertica.
26 lines (25 loc) • 490 B
CSS
.panel-result-header {
height: 30px;
border-top: 1px solid #dcdcdc;
border-bottom: 1px solid #dcdcdc;
background-color: #fdfdfd;
padding: 0.6em;
font-weight: 700;
line-height: 1;
color: #333;
white-space: nowrap;
vertical-align: baseline;
font-size: 90%;
}
.panel-result-header-item {
padding-left: 30px;
}
.panel-result-header-item:nth-of-type(1) {
padding-left: 5px;
}
.panel-result-header-label {
color: #777;
}
.result-download-link {
margin-left: 10px;
}