summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Horrisberger <rhorrisb@ssc.wisc.edu>2012-09-27 16:21:12 -0500
committerRyan Horrisberger <rhorrisb@ssc.wisc.edu>2012-09-27 16:21:12 -0500
commit0059491737dc735984941a8197be9a9d6f662e56 (patch)
treee02a4a5a4593a9b46d64969627b5f8207816fe55
parent2c012e0903859f380d5b51b13094d5496642327d (diff)
Add link to inbox on the logo (#1488703)
-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 {