mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
a26d3cc3c8
Summary: Pagers in Maniphest (and, to some degree, apps like Pholio) get lost a bit. Put them in a little box. Test Plan: Looked at Maniphest and Pholio, pager was more obvious and less un-designed-looking. Reviewers: chad, btrahan Reviewed By: chad CC: aran Differential Revision: https://secure.phabricator.com/D6987
22 lines
313 B
CSS
22 lines
313 B
CSS
/**
|
|
* @provides aphront-pager-view-css
|
|
*/
|
|
|
|
.aphront-pager-view {
|
|
clear: both;
|
|
text-align: right;
|
|
padding: 8px 4px 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.phui-box .aphront-pager-view {
|
|
padding: 0;
|
|
}
|
|
|
|
.aphront-pager-view a {
|
|
padding: 2px 3px;
|
|
}
|
|
|
|
.aphront-pager-view a.current {
|
|
border-bottom: 2px solid;
|
|
}
|