Fix fixed width fonts to make call11 more readable
The string "call11" should be obviously c-a-ell-ell-one-one and not appear ambiguous, especially when doing review on file content. Bug: issue 345 Change-Id: I52f344a72c17e4f6db7984adec5994c31ec0f2a5 Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
@@ -398,7 +398,7 @@
|
|||||||
width: 3.5em;
|
width: 3.5em;
|
||||||
}
|
}
|
||||||
.gerrit-ChangeTable .DataCell.C_ID {
|
.gerrit-ChangeTable .DataCell.C_ID {
|
||||||
font-family: monospace;
|
font-family: 'Lucida Console', 'Lucida Sans Typewriter', Monaco, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gerrit-ChangeTable .C_SUBJECT div {
|
.gerrit-ChangeTable .C_SUBJECT div {
|
||||||
@@ -492,7 +492,7 @@
|
|||||||
}
|
}
|
||||||
.gerrit-PatchContentTable td {
|
.gerrit-PatchContentTable td {
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
font-family: monospace;
|
font-family: 'Lucida Console', 'Lucida Sans Typewriter', Monaco, monospace;
|
||||||
border-top: 1px solid transparent;
|
border-top: 1px solid transparent;
|
||||||
border-bottom: 1px solid transparent;
|
border-bottom: 1px solid transparent;
|
||||||
}
|
}
|
||||||
@@ -557,7 +557,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gerrit-PatchContentTable .NoLineLineNumber {
|
.gerrit-PatchContentTable .NoLineLineNumber {
|
||||||
font-family: monospace;
|
font-family: 'Lucida Console', 'Lucida Sans Typewriter', Monaco, monospace;
|
||||||
width: 3.5em;
|
width: 3.5em;
|
||||||
padding-left: 0.2em;
|
padding-left: 0.2em;
|
||||||
padding-right: 0.2em;
|
padding-right: 0.2em;
|
||||||
@@ -635,8 +635,8 @@
|
|||||||
|
|
||||||
.gerrit-ChangeScreen-Description {
|
.gerrit-ChangeScreen-Description {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
font-family: monospace;
|
font-family: 'Lucida Console', 'Lucida Sans Typewriter', Monaco, monospace;
|
||||||
font-size: small;
|
font-size: 8pt;
|
||||||
}
|
}
|
||||||
.gerrit-ChangeScreen-Description p {
|
.gerrit-ChangeScreen-Description p {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
@@ -750,7 +750,7 @@
|
|||||||
|
|
||||||
.gerrit-InfoBlock td.command {
|
.gerrit-InfoBlock td.command {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
font-family: monospace;
|
font-family: 'Lucida Console', 'Lucida Sans Typewriter', Monaco, monospace;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -836,7 +836,7 @@
|
|||||||
|
|
||||||
/** AccountSettings **/
|
/** AccountSettings **/
|
||||||
.gerrit-SshPanel-username {
|
.gerrit-SshPanel-username {
|
||||||
font-family: monospace;
|
font-family: 'Lucida Console', 'Lucida Sans Typewriter', Monaco, monospace;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
margin-right: 0.2em;
|
margin-right: 0.2em;
|
||||||
}
|
}
|
||||||
@@ -844,7 +844,7 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-family: monospace;
|
font-family: 'Lucida Console', 'Lucida Sans Typewriter', Monaco, monospace;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
.gerrit-SshKeyPanel-Invalid {
|
.gerrit-SshKeyPanel-Invalid {
|
||||||
@@ -893,13 +893,13 @@
|
|||||||
.gerrit-SshHostKeyPanel-FingerprintData {
|
.gerrit-SshHostKeyPanel-FingerprintData {
|
||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-family: monospace;
|
font-family: 'Lucida Console', 'Lucida Sans Typewriter', Monaco, monospace;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
.gerrit-SshHostKeyPanel-KnownHostEntry {
|
.gerrit-SshHostKeyPanel-KnownHostEntry {
|
||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-family: monospace;
|
font-family: 'Lucida Console', 'Lucida Sans Typewriter', Monaco, monospace;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 80em;
|
width: 80em;
|
||||||
@@ -969,7 +969,7 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.gerrit-ProjectAdmin-ApprovalCategoryValue {
|
.gerrit-ProjectAdmin-ApprovalCategoryValue {
|
||||||
font-family: monospace;
|
font-family: 'Lucida Console', 'Lucida Sans Typewriter', Monaco, monospace;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1011,7 +1011,7 @@
|
|||||||
}
|
}
|
||||||
.gerrit-PublishCommentsScreen .gerrit-LineHeader {
|
.gerrit-PublishCommentsScreen .gerrit-LineHeader {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-family: monospace;
|
font-family: 'Lucida Console', 'Lucida Sans Typewriter', Monaco, monospace;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
|
|||||||
Reference in New Issue
Block a user