diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-20 21:34:47 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-20 21:34:47 -0600 |
commit | 5d66416b267eafd822d570c74f1c0f3368b61fd9 (patch) | |
tree | a59b419cb00b3825589f5bacf8a116a79e6bb7ee /modules | |
parent | 1dd4e4a4277f77c1055911ca7d64130aaf026810 (diff) |
Minor tag admin style updates.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/tag/css/tag.css | 1 | ||||
-rw-r--r-- | modules/tag/views/admin_tags.html.php | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/modules/tag/css/tag.css b/modules/tag/css/tag.css index 6e7bb4a3..03ed444b 100644 --- a/modules/tag/css/tag.css +++ b/modules/tag/css/tag.css @@ -80,6 +80,7 @@ #g-tag-admin td { border: 0; + vertical-align: top; } #g-tag-admin ul { diff --git a/modules/tag/views/admin_tags.html.php b/modules/tag/views/admin_tags.html.php index 8647412d..3e333817 100644 --- a/modules/tag/views/admin_tags.html.php +++ b/modules/tag/views/admin_tags.html.php @@ -23,7 +23,7 @@ <div class="g-block-content"> <table id="g-tag-admin"> - <caption class="g-understate"> + <caption> <?= t2("There is one tag", "There are %count tags", $tags->count()) ?> </caption> <tr> |