mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
e4788df9a5
Summary: Ref T8099, Moves AphrontPagerView to PHUIPagerView, converts to standard PHUIButtons and adds some additional features for icon placement on buttons. Test Plan: Tested Advanced Search and Searching files in Diffusion. Works as expected. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T8342, T8099 Differential Revision: https://secure.phabricator.com/D13092
8 lines
94 B
CSS
8 lines
94 B
CSS
/**
|
|
* @provides phui-pager-css
|
|
*/
|
|
|
|
.phui-pager-view {
|
|
clear: both;
|
|
text-align: right;
|
|
}
|