Skip to content

Commit

Permalink
Fix placement of Publish/Checkout buttons in their bounding box.
Browse files Browse the repository at this point in the history
[#194 state:resolved]
  • Loading branch information
Phillip Smith authored and theory committed Jan 17, 2011
1 parent 57fc8f1 commit 823252e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions comp/media/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,8 @@ table td.order { width: 30px; text-align: center; white-space: nowrap; }
.listManager td { padding: 2px 5px; border-bottom: solid #e7e7c8 1px; border-right: solid #e7e7c8 1px; height: 2.3em; }
.listManager td.selected { font-weight: bold; }

.workflow-buttons { text-align: right; margin-bottom: 10px; }

th.checkbox, th.radio,
td.checkbox, td.radio { width: 10%; text-align: center; }

Expand Down
2 changes: 1 addition & 1 deletion comp/workflow/manager/dhandler
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ my $sort_by = $type eq 'template' ? 'uri'
&>
<& '/widgets/wrappers/table_bottom.mc' &>

<div style="float: right">
<div class="workflow-buttons">
<& '/widgets/profile/button.mc',
disp => $lang->maketext('Checkout'),
name => 'Checkout',
Expand Down
6 changes: 6 additions & 0 deletions lib/Bric/Changes.pod
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ versioned (Bug #185). [David]
The template C<priority>, C<expire_date>, C<name>, C<description>, and
C<category_id> attributes are now versioned (Bug #185). [David]

=item *

Adjusted placement of the Checkout and Publish buttons in search results and
elsewhere so that they're not so close to the border of the box that contains
them (Bug #194). [Phillip Smith]

=back

=head2 Bug Fixes
Expand Down

0 comments on commit 823252e

Please sign in to comment.