1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 09:48:47 +02:00
phorge-phorge/webroot/rsrc/css/application/diffusion/diffusion-icons.css
Chad Little 7c61ace086 Attach Diffusion Pagers to their ObjectBoxView
Summary: Adds the ability to set a pager onto an object box directly and pick up appropriate styles.

Test Plan: grep for renderTablePagerBox, test layouts with and without a pager.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12604

Differential Revision: https://secure.phabricator.com/D17754
2017-04-21 11:22:19 -07:00

54 lines
768 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-clone-label {
height: 30px;
line-height: 28px;
}
.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;
}