summaryrefslogtreecommitdiff
path: root/themes/seven/template.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-10-03 02:46:12 +0000
committerDries Buytaert <dries@buytaert.net>2010-10-03 02:46:12 +0000
commit893a70b62db41031348ad1010653f48a126b3244 (patch)
tree1cfb9a802ac37b20d0756e981205d6553d0cb73a /themes/seven/template.php
parentc4d1e88a859adc0158430c9107ed3b7fae38a38c (diff)
downloadbrdo-893a70b62db41031348ad1010653f48a126b3244.tar.gz
brdo-893a70b62db41031348ad1010653f48a126b3244.tar.bz2
- Patch #924040 by dstol, Jeff Burnz: fix misalignment of content types on 'create new content'.
Diffstat (limited to 'themes/seven/template.php')
-rw-r--r--themes/seven/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/seven/template.php b/themes/seven/template.php
index f49261b17..e87868c72 100644
--- a/themes/seven/template.php
+++ b/themes/seven/template.php
@@ -38,7 +38,7 @@ function seven_node_add_list($variables) {
$content = $variables['content'];
$output = '';
if ($content) {
- $output = '<ul class="node-type-list">';
+ $output = '<ul class="admin-list">';
foreach ($content as $item) {
$output .= '<li class="clearfix">';
$output .= '<span class="label">' . l($item['title'], $item['href'], $item['localized_options']) . '</span>';