Remove double border on tables in object boxes
Summary: The CSS rule tends to miss many tables, make the rule more universal and add borders as needed. Test Plan: Test a Revision and Diffusion Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9516
This commit is contained in:
@@ -287,7 +287,7 @@ final class DiffusionRepositoryController extends DiffusionController {
|
||||
}
|
||||
|
||||
$icon = id(new PHUIIconView())
|
||||
->setIconFont('fa-fork');
|
||||
->setIconFont('fa-code-fork');
|
||||
|
||||
$button = new PHUIButtonView();
|
||||
$button->setText(pht('Show All Branches'));
|
||||
@@ -486,6 +486,8 @@ final class DiffusionRepositoryController extends DiffusionController {
|
||||
$browse_exception,
|
||||
array $handles) {
|
||||
|
||||
require_celerity_resource('diffusion-icons-css');
|
||||
|
||||
$request = $this->getRequest();
|
||||
$viewer = $request->getUser();
|
||||
$drequest = $this->getDiffusionRequest();
|
||||
@@ -553,7 +555,10 @@ final class DiffusionRepositoryController extends DiffusionController {
|
||||
->setHardpointID('locate-control')
|
||||
->setID('locate-input')
|
||||
->setLabel(pht('Locate File')));
|
||||
$browse_panel->appendChild($form->buildLayoutView());
|
||||
$form_box = id(new PHUIBoxView())
|
||||
->addClass('diffusion-locate-file-view')
|
||||
->appendChild($form->buildLayoutView());
|
||||
$browse_panel->appendChild($form_box);
|
||||
}
|
||||
|
||||
$browse_panel->appendChild($browse_table);
|
||||
|
||||
Reference in New Issue
Block a user