mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 17:32:41 +01:00
050538cf7e
Summary: These icons are off center currently. Test Plan: Review a clone uri in local repository. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D17753
49 lines
703 B
CSS
49 lines
703 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;
|
|
}
|
|
|
|
.diffusion-clone-uri-table {
|
|
width: 100%;
|
|
}
|
|
|
|
.diffusion-clone-uri-table th {
|
|
width: 24px;
|
|
padding: 0 0 0 4px;
|
|
}
|
|
|
|
.diffusion-clone-uri-table th a.button {
|
|
width: 12px;
|
|
height: 19px;
|
|
}
|
|
|
|
.diffusion-clone-uri-table th a.button .phui-icon-view {
|
|
left: 15px;
|
|
top: 7px;
|
|
}
|