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

@@ -42,7 +42,7 @@
.CodeMirror-foldmarker {
color: blue;
text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
font-family: arial;
font-family: "Open Sans";
line-height: .3;
cursor: pointer;
}
@@ -71,7 +71,7 @@
/* To make font same as Query tool in messages tab */
.messages {
white-space: pre-wrap;
font-family: monospace;
font-family: "Source Code Pro";
padding-top: 5px;
padding-left: 10px;
overflow: auto;
@@ -81,4 +81,4 @@
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
}

View File

@@ -99,7 +99,7 @@
.sql-editor-message {
white-space:pre-wrap;
font-family: monospace;
font-family: "Source Code Pro";
padding-top: 5px;
padding-left: 10px;
overflow: auto;
@@ -151,7 +151,7 @@
.CodeMirror-foldmarker {
color: blue;
text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
font-family: arial;
font-family: "Open Sans";
line-height: .3;
cursor: pointer;
}
@@ -206,7 +206,7 @@
background: white;
font-size: 90%;
font-family: monospace;
font-family: "Source Code Pro";
max-height: 20em;
overflow-y: auto;
@@ -522,4 +522,4 @@ input.editor-checkbox:focus {
}
.pg_buttons {
text-align:right;
}
}