mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
new icons and css adjustments (#4112)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
7386b5a190
commit
614a8d60a3
|
@ -1006,6 +1006,10 @@ table.commit tr .title {
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.cmd-palette li .icon:before {
|
||||
width: 1.1em;
|
||||
}
|
||||
|
||||
/* SETTINGS */
|
||||
|
||||
table.settings_tab {
|
||||
|
@ -1138,8 +1142,3 @@ settings_tab tr:first-child td { border-top: 0px; }
|
|||
padding-left: 0.5em;
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
/* This icon is slightly wider than other icons */
|
||||
.icon-cloud-upload-alt {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
|
Binary file not shown.
|
@ -18,7 +18,8 @@
|
|||
text-decoration: none;
|
||||
text-align: center;
|
||||
vertical-align: text-top;
|
||||
width: 1em;
|
||||
/* width: 1.1em; */
|
||||
/* padding-right: 0.2em */
|
||||
|
||||
/* For safety - reset parent styles, that can break glyph codes*/
|
||||
font-variant: normal;
|
||||
|
@ -39,23 +40,27 @@
|
|||
.icon-chevron-left:before { content: "\f10a"; }
|
||||
.icon-chevron-right:before { content: "\f10b"; }
|
||||
.icon-chevron-up:before { content: "\f10c"; }
|
||||
.icon-cloud-upload-alt:before { content: "\f10d"; }
|
||||
.icon-code-branch:before { content: "\f10e"; }
|
||||
.icon-code-commit:before { content: "\f10f"; }
|
||||
.icon-cog:before { content: "\f110"; }
|
||||
.icon-exclamation-circle:before { content: "\f111"; }
|
||||
.icon-exclamation-triangle:before { content: "\f112"; }
|
||||
.icon-file-alt:before { content: "\f113"; }
|
||||
.icon-file-code:before { content: "\f114"; }
|
||||
.icon-file-image:before { content: "\f115"; }
|
||||
.icon-file:before { content: "\f116"; }
|
||||
.icon-fire-alt:before { content: "\f117"; }
|
||||
.icon-folder:before { content: "\f118"; }
|
||||
.icon-git-alt:before { content: "\f119"; }
|
||||
.icon-lock:before { content: "\f11a"; }
|
||||
.icon-plug:before { content: "\f11b"; }
|
||||
.icon-question-circle-solid:before { content: "\f11c"; }
|
||||
.icon-sliders-h:before { content: "\f11d"; }
|
||||
.icon-snowflake:before { content: "\f11e"; }
|
||||
.icon-star:before { content: "\f11f"; }
|
||||
.icon-tools-solid:before { content: "\f120"; }
|
||||
.icon-cloud-commit:before { content: "\f10d"; }
|
||||
.icon-cloud-solid:before { content: "\f10e"; }
|
||||
.icon-cloud-upload-alt:before { content: "\f10f"; }
|
||||
.icon-code-branch:before { content: "\f110"; }
|
||||
.icon-code-commit:before { content: "\f111"; }
|
||||
.icon-cog:before { content: "\f112"; }
|
||||
.icon-exclamation-circle:before { content: "\f113"; }
|
||||
.icon-exclamation-triangle:before { content: "\f114"; }
|
||||
.icon-file-alt:before { content: "\f115"; }
|
||||
.icon-file-code:before { content: "\f116"; }
|
||||
.icon-file-image:before { content: "\f117"; }
|
||||
.icon-file:before { content: "\f118"; }
|
||||
.icon-fire-alt:before { content: "\f119"; }
|
||||
.icon-folder:before { content: "\f11a"; }
|
||||
.icon-git-alt:before { content: "\f11b"; }
|
||||
.icon-lock:before { content: "\f11c"; }
|
||||
.icon-plug:before { content: "\f11d"; }
|
||||
.icon-question-circle-solid:before { content: "\f11e"; }
|
||||
.icon-sliders-h:before { content: "\f11f"; }
|
||||
.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"; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user