Bundle fonts with pgAdmin so we have a standard set for all platforms.

Research by Shirley at Pivotal.
This commit is contained in:
Atul Sharma
2017-09-13 16:01:14 +01:00
committed by Dave Page
parent e819465e38
commit 788f7f3a69
22 changed files with 73 additions and 42 deletions

View File

@@ -1,9 +1,9 @@
/* Styles for the main browser */
.browser-pane-container {
position: absolute;
top: 50px;
left: 0px;
width: 100%;
position: absolute;
top: 50px;
left: 0px;
width: 100%;
height: calc(100% - 50px); /* Offset for the nav bar */
z-index: -1;
}
@@ -13,19 +13,19 @@
}
.browser-inner-pane {
padding: 0px;
padding: 0px;
overflow: hidden;
}
.browser-center-pane {
overflow: hidden;
padding: 0px;
overflow: hidden;
padding: 0px;
padding-bottom: 50px /* Offset the nav bar to ensure there's enough scroll space */
}
.browser-tab-bar {
padding-left: 5px;
padding-top: 5px;
padding-left: 5px;
padding-top: 5px;
background-color: #E6E6E6;
}
@@ -38,7 +38,7 @@
}
.browser-tab-content {
width: 100%;
width: 100%;
height: 100%;
}
@@ -49,3 +49,16 @@
.aciTree .aciTreeLi div.aciTreeLine {
display: table !important;
}
code,
kbd,
pre,
samp,
.CodeMirror pre {
font-family: 'Source Code Pro';
}
.sql-editor-grid-container {
font-family: 'Open Sans' !important;
}