summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-07 20:35:42 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-07 20:35:42 +0000
commitfaefcd52a68caf43202072364f6a83f44f0a1eb7 (patch)
tree18c69054de8814703daf989a0f7d439ca542631d /themes
parent18ae2e6775c3b99b062a0705804c807f36b5da6f (diff)
downloadbrdo-faefcd52a68caf43202072364f6a83f44f0a1eb7.tar.gz
brdo-faefcd52a68caf43202072364f6a83f44f0a1eb7.tar.bz2
#536960 by Gábor Hojtsy: 'Add content' link in Seven theme.
Diffstat (limited to 'themes')
-rw-r--r--themes/seven/images/add.pngbin0 -> 1059 bytes
-rw-r--r--themes/seven/style.css6
2 files changed, 6 insertions, 0 deletions
diff --git a/themes/seven/images/add.png b/themes/seven/images/add.png
new file mode 100644
index 000000000..b427878b9
--- /dev/null
+++ b/themes/seven/images/add.png
Binary files differ
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 784883f3d..546ad023a 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -684,6 +684,12 @@ div.admin-options div.form-item {
border: 0;
}
+a.node-admin-add-content {
+ padding-left: 15px;
+ background: url(images/add.png) no-repeat 0 center;
+ line-height: 30px;
+}
+
/* Overlay theming */
body.overlay {
background: #fff;