diff options
author | thomascube <thomas@roundcube.net> | 2011-11-30 21:09:30 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-11-30 21:09:30 +0000 |
commit | b1fa1ab50d3e13d9af1b9e6834131ae7c6298d7b (patch) | |
tree | 6c3d9a230e45c7596f4097575c90096ea1024f48 /skins/larry/includes/header.html | |
parent | 03e520f1bacf8f231fc3866cf8e7fa3361326cdd (diff) |
More work on new skin
Diffstat (limited to 'skins/larry/includes/header.html')
-rw-r--r-- | skins/larry/includes/header.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/larry/includes/header.html b/skins/larry/includes/header.html index 93966c495..9295b7e9d 100644 --- a/skins/larry/includes/header.html +++ b/skins/larry/includes/header.html @@ -13,10 +13,10 @@ <div id="topnav"> <div id="taskbar" class="topright"> - <roundcube:button command="mail" label="mail" class="button-mail" classSel="button-mail button-selected" /> - <roundcube:button command="addressbook" label="addressbook" class="button-addressbook" classSel="button-addressbook button-selected" /> + <roundcube:button command="mail" label="mail" class="button-mail" classSel="button-mail button-selected" innerClass="button-inner" /> + <roundcube:button command="addressbook" label="addressbook" class="button-addressbook" classSel="button-addressbook button-selected" innerClass="button-inner" /> <roundcube:container name="taskbar" id="taskbar" /> - <roundcube:button command="settings" label="settings" class="button-settings" classSel="button-settings button-selected" /> + <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" /> </div> |