Skip to content

Commit

Permalink
Fix download options menu (added by zipdownload plugin) in classic sk…
Browse files Browse the repository at this point in the history
…in (#1490228)
  • Loading branch information
alecpl committed Jan 13, 2015
1 parent 786aa07 commit f5b7c2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================

- Fix download options menu (added by zipdownload plugin) in classic skin (#1490228)
- Fix blocked.gif image usage with assets_dir set
- Fix bug where max_group_members was ignored when adding a new contact (#1490214)
- Hide MDN and DSN options in compose if disabled by admin (#1490221)
Expand Down
5 changes: 5 additions & 0 deletions skins/classic/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ img
color: #999999;
}

.voice
{
display: none;
}

/* fixes vertical alignment of checkboxes and labels */
label input,
label span
Expand Down

0 comments on commit f5b7c2e

Please sign in to comment.