1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Fix padding issues on Phriction History

Summary: Cleans up the UI a bit, removes excess spacing on ObjectList and adds space around history buttons.

Test Plan: Test a few changes in Phriction. Click on buttons.

Reviewers: epriestley, btrahan

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11904
This commit is contained in:
Chad Little 2015-02-27 11:25:44 -08:00
parent 2476cfba3d
commit ef90c7ed2c
2 changed files with 3 additions and 10 deletions

View file

@ -86,7 +86,7 @@ return array(
'rsrc/css/application/phortune/phortune-credit-card-form.css' => 'b25b4beb',
'rsrc/css/application/phortune/phortune.css' => '9149f103',
'rsrc/css/application/phrequent/phrequent.css' => 'ffc185ad',
'rsrc/css/application/phriction/phriction-document-css.css' => '7d7f0071',
'rsrc/css/application/phriction/phriction-document-css.css' => '0d16bc9a',
'rsrc/css/application/policy/policy-edit.css' => '815c66f7',
'rsrc/css/application/policy/policy-transaction-detail.css' => '82100a43',
'rsrc/css/application/policy/policy.css' => '957ea14c',
@ -769,7 +769,7 @@ return array(
'phortune-credit-card-form-css' => 'b25b4beb',
'phortune-css' => '9149f103',
'phrequent-css' => 'ffc185ad',
'phriction-document-css' => '7d7f0071',
'phriction-document-css' => '0d16bc9a',
'phui-action-header-view-css' => '89c497e7',
'phui-action-panel-css' => '3ee9afd5',
'phui-box-css' => '7b3a2eed',

View file

@ -43,10 +43,6 @@
text-shadow: 0 1px 2px #fff;
}
.phriction-document-history-diff .phui-object-item-list-view {
padding: 0 16px;
}
.phriction-revert-table {
width: 100%;
}
@ -67,10 +63,7 @@
.phriction-history-nav-table td {
width: 50%;
color: {$darkgreytext};
}
.phriction-history-nav-table td {
padding: 0 12px 12px;
padding: 12px;
background-color: #E5E8EE;
}