Skip to content

Commit

Permalink
Fixed padding issue around attachment and link buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
gsingh93 committed May 11, 2016
1 parent 335a8c8 commit b379380
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/controllers/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ public function renderControlsContent(): :xhp {
</form>
</div>
</div>
<div class="admin-buttons col col-1-3">
<div class="admin-buttons col col-pad col-1-3">
<div class="col el--block-label el--full-text">
<button class="fb-cta cta--red" data-action="delete-new-attachment">X</button>
<button class="fb-cta cta--yellow" data-action="create-attachment">Create</button>
Expand Down Expand Up @@ -933,7 +933,7 @@ public function renderControlsContent(): :xhp {
</form>
</div>
</div>
<div class="admin-buttons col col-1-3">
<div class="admin-buttons col col-pad col-1-3">
<div class="col el--block-label el--full-text">
<button class="fb-cta cta--red" data-action="delete-link">X</button>
</div>
Expand Down Expand Up @@ -2132,7 +2132,7 @@ public function renderControlsContent(): :xhp {
</tr>
);
}
$logs_table =
$logs_table =
<table>
<thead>
<tr>
Expand All @@ -2147,7 +2147,7 @@ public function renderControlsContent(): :xhp {
{$logs_tbody}
</table>;
} else {
$logs_table =
$logs_table =
<div class="fb-column-container">
<div class="col col-pad">
No Entries
Expand Down

0 comments on commit b379380

Please sign in to comment.