new icons and css adjustments (#4112)

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
Alexander Tsybulsky 2020-11-02 10:16:59 +02:00 committed by GitHub
parent 7386b5a190
commit 614a8d60a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 26 deletions

View File

@ -1006,6 +1006,10 @@ table.commit tr .title {
margin-right: 10px; margin-right: 10px;
} }
.cmd-palette li .icon:before {
width: 1.1em;
}
/* SETTINGS */ /* SETTINGS */
table.settings_tab { table.settings_tab {
@ -1138,8 +1142,3 @@ settings_tab tr:first-child td { border-top: 0px; }
padding-left: 0.5em; padding-left: 0.5em;
padding-right: 0.5em; padding-right: 0.5em;
} }
/* This icon is slightly wider than other icons */
.icon-cloud-upload-alt {
padding-right: 5px;
}

View File

@ -18,7 +18,8 @@
text-decoration: none; text-decoration: none;
text-align: center; text-align: center;
vertical-align: text-top; vertical-align: text-top;
width: 1em; /* width: 1.1em; */
/* padding-right: 0.2em */
/* For safety - reset parent styles, that can break glyph codes*/ /* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal; font-variant: normal;
@ -39,23 +40,27 @@
.icon-chevron-left:before { content: "\f10a"; } .icon-chevron-left:before { content: "\f10a"; }
.icon-chevron-right:before { content: "\f10b"; } .icon-chevron-right:before { content: "\f10b"; }
.icon-chevron-up:before { content: "\f10c"; } .icon-chevron-up:before { content: "\f10c"; }
.icon-cloud-upload-alt:before { content: "\f10d"; } .icon-cloud-commit:before { content: "\f10d"; }
.icon-code-branch:before { content: "\f10e"; } .icon-cloud-solid:before { content: "\f10e"; }
.icon-code-commit:before { content: "\f10f"; } .icon-cloud-upload-alt:before { content: "\f10f"; }
.icon-cog:before { content: "\f110"; } .icon-code-branch:before { content: "\f110"; }
.icon-exclamation-circle:before { content: "\f111"; } .icon-code-commit:before { content: "\f111"; }
.icon-exclamation-triangle:before { content: "\f112"; } .icon-cog:before { content: "\f112"; }
.icon-file-alt:before { content: "\f113"; } .icon-exclamation-circle:before { content: "\f113"; }
.icon-file-code:before { content: "\f114"; } .icon-exclamation-triangle:before { content: "\f114"; }
.icon-file-image:before { content: "\f115"; } .icon-file-alt:before { content: "\f115"; }
.icon-file:before { content: "\f116"; } .icon-file-code:before { content: "\f116"; }
.icon-fire-alt:before { content: "\f117"; } .icon-file-image:before { content: "\f117"; }
.icon-folder:before { content: "\f118"; } .icon-file:before { content: "\f118"; }
.icon-git-alt:before { content: "\f119"; } .icon-fire-alt:before { content: "\f119"; }
.icon-lock:before { content: "\f11a"; } .icon-folder:before { content: "\f11a"; }
.icon-plug:before { content: "\f11b"; } .icon-git-alt:before { content: "\f11b"; }
.icon-question-circle-solid:before { content: "\f11c"; } .icon-lock:before { content: "\f11c"; }
.icon-sliders-h:before { content: "\f11d"; } .icon-plug:before { content: "\f11d"; }
.icon-snowflake:before { content: "\f11e"; } .icon-question-circle-solid:before { content: "\f11e"; }
.icon-star:before { content: "\f11f"; } .icon-sliders-h:before { content: "\f11f"; }
.icon-tools-solid:before { content: "\f120"; } .icon-snowflake:before { content: "\f120"; }
.icon-star:before { content: "\f121"; }
.icon-tools-solid:before { content: "\f122"; }
.icon-truck-solid:before { content: "\f123"; }
.icon-user-solid:before { content: "\f124"; }