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 86db2f3 commit d57c3da
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
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
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
Expand Up @@ -133,6 +133,12 @@ hidden). Thanks to Aaron Fuleki and Denison University for the report and
Phillip Smith for finding the relevant Xinha support explaining the problem
(Bug # 217). [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

=head1 Version 2.0.0 (2010-04-12)
Expand Down

0 comments on commit d57c3da

Please sign in to comment.