diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-30 00:32:52 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-30 00:32:52 -0600 |
commit | daa3a2b43cd6e1458014e763e9640b8db16cc0c1 (patch) | |
tree | afc49034ee5fddafd830a90122bccd4e804e2be1 /modules/tag/views | |
parent | fbb6a86f94deba1c2a65e7371be210fe4520351e (diff) |
First round of CSS refactor updates. Added calls to gallery.common.css from wind and admin_wind. Replaced basic text align and block float classes. Removed section #2 from both themes screen styles.
Diffstat (limited to 'modules/tag/views')
-rw-r--r-- | modules/tag/views/admin_tags.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/tag/views/admin_tags.html.php b/modules/tag/views/admin_tags.html.php index 8f3693aa..23a00567 100644 --- a/modules/tag/views/admin_tags.html.php +++ b/modules/tag/views/admin_tags.html.php @@ -23,7 +23,7 @@ <? $column_tag_count = 0 ?> <table id="gTagAdmin" class="gBlockContent"> - <caption class="understate"> + <caption class="g-understate"> <?= t2("There is one tag", "There are %count tags", $tags->count()) ?> </caption> <tr> @@ -48,7 +48,7 @@ <li> <span id="gTag-<?= $tag->id ?>" class="gEditable tag-name"><?= html::clean($tag->name) ?></span> - <span class="understate">(<?= $tag->count ?>)</span> + <span class="g-understate">(<?= $tag->count ?>)</span> <a href="<?= url::site("admin/tags/form_delete/$tag->id") ?>" class="gDialogLink delete-link gButtonLink"> <span class="ui-icon ui-icon-trash"><?= t("Delete this tag") ?></span></a> |