mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
4e181a5611
Summary: Fixes T9126. In particular: - Add "Browse" links to all history views. - Use icons to show "Browse" and "History" links, instead of text. - Use FontAwesome. - Generally standardize handling of these elements. This might need a little design attention, but I think it's an improvement overall. Test Plan: - Viewed repository history. - Viewed branch history. - Viewed file history. - Viewed table of contents on a commit. - Viewed merged changes on a merge commit. - Viewed a directory containing an external. - Viewed a deleted file. {F788419} {F788420} {F788421} {F788422} Reviewers: chad Reviewed By: chad Maniphest Tasks: T9126 Differential Revision: https://secure.phabricator.com/D14096
22 lines
318 B
CSS
22 lines
318 B
CSS
/**
|
|
* @provides diffusion-icons-css
|
|
*/
|
|
|
|
input.diffusion-clone-uri {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.diffusion-clone-extras {
|
|
font-size: 11px;
|
|
text-align: right;
|
|
color: {$lightgreytext};
|
|
}
|
|
|
|
.diffusion-browse-name {
|
|
margin-left: 8px;
|
|
}
|
|
|
|
.diffusion-link-icon + .diffusion-link-icon {
|
|
margin-left: 6px;
|
|
}
|