mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 10:22:42 +01:00
8f94aa8a06
Summary: This updates (all?) of Diffusion/Audit to new UI, included edit and other extra form pages. It's fairly complete but I don't know all the nooks and crannies so to speak to fully verify I didn't mess anything up. Test Plan: Tested creating new repositories, browsing, searching, auditing. Need more eyes. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15487
30 lines
423 B
CSS
30 lines
423 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;
|
|
}
|
|
|
|
.diffusion-search-boxen {
|
|
padding: 16px;
|
|
}
|
|
|
|
.diffusion-search-boxen .phui-form-view {
|
|
padding: 0;
|
|
}
|