summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorThomas B. <thomas@roundcube.net>2012-10-02 23:40:45 -0700
committerThomas B. <thomas@roundcube.net>2012-10-02 23:40:45 -0700
commitccdd61e6c05cfe34dc9450631f4c20a98ab885d4 (patch)
treed86420d68a834d497f4792330a53c519dfc2fdf3 /skins
parent1078a6f0993a4243efe5205f79cbace97baa2463 (diff)
parent0059491737dc735984941a8197be9a9d6f662e56 (diff)
Merge pull request #32 from serpico7456/master
Add link to inbox on the logo (#1488703)
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/includes/header.html2
-rw-r--r--skins/larry/styles.css1
2 files changed, 2 insertions, 1 deletions
diff --git a/skins/larry/includes/header.html b/skins/larry/includes/header.html
index b088e4fb7..9187c6f46 100644
--- a/skins/larry/includes/header.html
+++ b/skins/larry/includes/header.html
@@ -19,7 +19,7 @@
<roundcube:container name="taskbar" id="taskbar" />
<roundcube:button command="settings" label="settings" class="button-settings" classSel="button-settings button-selected" innerClass="button-inner" />
</div>
- <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" border="0" alt="Logo" />
+ <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" border="0" alt="Logo" onclick="rcmail.command('switch-task','mail');return false;" />
</div>
<br style="clear:both" />
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index f2d4888b1..a241b3766 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -536,6 +536,7 @@ a.iconlink.upload {
#toplogo {
padding-top: 2px;
+ cursor: pointer;
}
.topleft {