Index: trunk/extensions/Collection/Collection.templates.php |
— | — | @@ -97,7 +97,7 @@ |
98 | 98 | <?php } ?> |
99 | 99 | </select> |
100 | 100 | <?php } ?> |
101 | | - </td><td style="text-align:right"> |
| 101 | + </td><td style="text-align:right; vertical-align:bottom;"> |
102 | 102 | <input id="downloadButton" type="submit" value="<?php echo $buttonLabel ?>"<?php if (count($this->data['collection']['items']) == 0) { ?> disabled="disabled"<?php } ?> /> |
103 | 103 | </td></tr></tbody></table> |
104 | 104 | </form> |