Skip to content

Commit

Permalink
Real fix for Bulk Edit jumping around that does not break the contain…
Browse files Browse the repository at this point in the history
…er profile.
  • Loading branch information
theory committed Jun 19, 2006
1 parent bcac270 commit aed270c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion comp/media/css/style.css
Expand Up @@ -373,7 +373,7 @@ table td.delete { white-space: nowrap; }


.listManager, .listManager,
.containerProf { width: 100%; border-style: hidden; } .containerProf { width: 100%; border-style: hidden; }
#containerprof { width: 100%; } #bulkedit { width: 100%; }
.listManager th, .listManager th,
.containerProf th{ background: #999966; color: black; padding: 5px; .containerProf th{ background: #999966; color: black; padding: 5px;
text-align: left; vertical-align: bottom; text-align: left; vertical-align: bottom;
Expand Down
2 changes: 1 addition & 1 deletion comp/widgets/container_prof/edit_bulk.html
Expand Up @@ -10,7 +10,7 @@
</%perl> </%perl>
<& '/widgets/wrappers/sharky/table_top.mc', <& '/widgets/wrappers/sharky/table_top.mc',
caption => $lang->maketext('Bulk Edit [_1]', $element->get_name), caption => $lang->maketext('Bulk Edit [_1]', $element->get_name),
id => 'containerprof', id => 'bulkedit',
number => ++$i, number => ++$i,
&> &>
<div style="float: right; padding: 5px;"> <div style="float: right; padding: 5px;">
Expand Down

0 comments on commit aed270c

Please sign in to comment.