summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-20 04:27:40 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-20 04:27:40 +0000
commit76806edde6c1c8dea37714b6fb8aad0f3e9f01e2 (patch)
tree890a7d764cbd11b7dd127a88db7ac609224d1d50 /themes
parent3896ead12bfbd33331b6ee41785a8d90e3bf3e80 (diff)
downloadbrdo-76806edde6c1c8dea37714b6fb8aad0f3e9f01e2.tar.gz
brdo-76806edde6c1c8dea37714b6fb8aad0f3e9f01e2.tar.bz2
#569516 by p.brouwers and Tiburón: Make list icons in Seven admin interface clickable.
Diffstat (limited to 'themes')
-rw-r--r--themes/seven/ie6.css10
-rw-r--r--themes/seven/style.css12
2 files changed, 22 insertions, 0 deletions
diff --git a/themes/seven/ie6.css b/themes/seven/ie6.css
index b837fa776..9c3dca8ca 100644
--- a/themes/seven/ie6.css
+++ b/themes/seven/ie6.css
@@ -7,3 +7,13 @@ 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;
+} \ No newline at end of file
diff --git a/themes/seven/style.css b/themes/seven/style.css
index c23314042..8dbdceb47 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -371,6 +371,18 @@ ul.secondary li.active a.active {
font-size: 15px;
}
+#block-system-main ul.node-type-list li a, #block-system-main ul.admin-list li a {
+ margin-left: -30px;
+ padding: 0px 0 4px 30px;
+ min-height: 0;
+}
+
+#block-system-main ul.node-type-list li div.description a, #block-system-main ul.admin-list li div.description a {
+ margin-left: 0px;
+ padding: 0px;
+ min-height: inherit;
+}
+
/**
* Tables.
*/