summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/seven/ie6.css2
-rw-r--r--themes/seven/style.css6
-rw-r--r--themes/seven/template.php2
3 files changed, 1 insertions, 9 deletions
diff --git a/themes/seven/ie6.css b/themes/seven/ie6.css
index 2c71e4b6b..149614dc5 100644
--- a/themes/seven/ie6.css
+++ b/themes/seven/ie6.css
@@ -8,13 +8,11 @@ ul.links li a,
#page {
height: 1%;
}
-#block-system-main ul.node-type-list li a,
#block-system-main ul.admin-list li a {
height: 1px;
position: relative;
display: block;
}
-#block-system-main ul.node-type-list li div.description a,
#block-system-main ul.admin-list li div.description a {
display: inline;
}
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 3c4f57ec1..794435a30 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -379,7 +379,6 @@ ul.inline li {
#secondary-links ul.links li a.active {
background: #333;
}
-ul.node-type-list li,
ul.admin-list li {
position: relative;
padding-left: 30px;
@@ -411,10 +410,6 @@ ul.admin-list.compact li {
ul.admin-list li:last-child {
border-bottom: none;
}
-ul.node-type-list .label {
- font-size: 1.154em;
-}
-ul.node-type-list li a,
ul.admin-list li a {
margin-left: -30px;
padding: 0px 0 4px 30px;
@@ -424,7 +419,6 @@ ul.admin-list.compact li a {
margin-left: 0;
padding: 0;
}
-ul.node-type-list li div.description a,
ul.admin-list li div.description a {
margin-left: 0px;
padding: 0px;
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>';