Changeset 720 for trunk/services


Ignore:
Timestamp:
Mar 9, 2020 3:14:25 AM (4 years ago)
Author:
anonymous
Message:

Update CSS reset with inspiration from https://github.com/hankchizljaw/modern-css-reset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/templates/versions_list.ihtml

    r502 r720  
    88        <?php $app->printHiddenSession() ?>
    99        <div class="row">
    10             <div class="large-12 columns">
     10            <div class="small-12 columns">
    1111                <table>
    1212                    <thead>
    1313                        <tr>
    1414                            <th></th>
    15                             <th><?php echo _("ID"); ?></th>
    16                             <th><?php echo _("Date"); ?></th>
    17                             <th><?php echo _("By"); ?></th>
     15                            <th class="sc-padleft"><?php echo _("ID"); ?></th>
     16                            <th class="sc-padleft"><?php echo _("Date"); ?></th>
     17                            <th class="sc-padleft"><?php echo _("By"); ?></th>
    1818                        </tr>
    1919                    </thead>
     
    4848                    </tbody>
    4949                </table>
    50                 <div class="sc-help"><?php printf(_("When there are more than %s versions, those over %s days old are deleted."), $version->getParam('min_qty'), $version->getParam('min_days')); ?></div>
     50                <p class="sc-help"><?php printf(_("When there are more than %s versions, those over %s days old are deleted."), $version->getParam('min_qty'), $version->getParam('min_days')); ?></p>
     51            </div>
     52        </div>
     53        <div class="row">
     54            <div class="small-12 columns">
    5155                <?php
    5256                // Buttons.
Note: See TracChangeset for help on using the changeset viewer.