summaryrefslogtreecommitdiff
path: root/skins/classic/mail.css
AgeCommit message (Collapse)Author
2014-12-29Fix offset of download iconAleksander Machniak
2014-11-13Fix missing HTML editor borderAleksander Machniak
2014-07-16Collapsible (and iconized) folders tree in folder manager (#1489648)Aleksander Machniak
2014-07-02Use treelist widget for folders list in Settings/Folders (#1489648)Aleksander Machniak
2014-06-20Fix regressions in popups handling (#1489932)Aleksander Machniak
2014-06-06Removed redundant margins for HTML message bodiesAleksander Machniak
2014-06-05Merge branch 'dev-accessibility'Thomas Bruederli
Conflicts: program/include/rcmail_output_html.php program/js/app.js program/js/treelist.js program/lib/Roundcube/html.php skins/larry/styles.css skins/larry/templates/compose.html
2014-06-04Render localized texts for icon-style messagelist headersThomas Bruederli
2014-06-04Use <th> tags for table headers as suggested by the WCAG 2.0 GuidelinesThomas Bruederli
2014-06-02Some more improvemements on content structure, text representation and ↵Thomas Bruederli
keyboard navigation within the mail view
2014-05-28Merge branch 'tinymce4'Aleksander Machniak
Conflicts: program/js/app.js program/js/editor.js program/js/tiny_mce/tiny_mce.js program/steps/utils/spell_html.inc
2014-05-27Implemented image selector dialog for TinyMCE, css fixes in classic skin for ↵Aleksander Machniak
TinyMCE4
2014-05-27Remove list row 'unfocused' state and keep 'selected' classes even when list ↵Thomas Bruederli
loses focus. For visual distinguishing .focus tr.selected can be used
2014-05-20Define common styles for search boxesThomas Bruederli
2014-05-15Improved handling of new-lines in quoted paragraphs on text2html conversionAleksander Machniak
2014-05-11Improved display of plain text messages and text to HTML conversion (#1488937)Aleksander Machniak
Now instead of <pre> we use <div class="pre"> styled with monospace font. We replace whitespace characters with non-breaking spaces where needed. I.e. plain text is always unwrappable, until it uses format=flowed, in such a case only flowed paragraphs are wrappable. Also conversion of text to HTML in compose editor was modified in the same way.
2014-05-07Further accessibility improvements regarding keyboard navigation and ↵Thomas Bruederli
document structure
2014-04-18Add multi-folder search capabilities to classic skin (#1485234)Thomas Bruederli
2014-02-14Re-locate the move-message toolbar button to be next to the related delete ↵Thomas Bruederli
icon; synchronize toolbars in larry and classic skin
2014-02-13Added toolbar button to move message in message viewAleksander Machniak
2014-01-23Fix special folder icons for folders in one level below the rootAleksander Machniak
2014-01-20Update to TinyMCE 4.xAleksander Machniak
2014-01-17Added move/copy icons, improved edit icon and some icon positionsAleksander Machniak
2013-12-25Display different icons when Trash folder is empty or full (#1485775)Aleksander Machniak
2013-12-16Fix (improve fix for) folders list icons (#1489473)Aleksander Machniak
2013-12-15Fix border issue on folders list in classic skin (#1489473)Aleksander Machniak
2013-12-15Implemented menu actions to copy/move messages, added folder-selector widget ↵Aleksander Machniak
(#1484086)
2013-11-22More improvements to list focus styles:Thomas Bruederli
- display focused row also when selected - background-position-x doesn't work on Firefox, use full background-position properties
2013-11-22Tweak borders and paddings of focused/selected list rows. Don't show focus ↵Thomas Bruederli
indicator when selected
2013-11-22Merge pull request #153 from cmcnulty/row-focusThomas B.
Indicator for row focus, resolves #1489392
2013-11-11apply focused styles to address book and classic skincmcnulty
2013-11-08Adjust date column size to fit the widest possible date format (#1489368)Thomas Bruederli
2013-10-30Fix small regression in #listmenuAleksander Machniak
2013-10-25Merge branch 'dev-canned-responses'Thomas Bruederli
Conflicts (resolved): skins/classic/includes/settingstabs.html skins/larry/includes/settingstabs.html
2013-09-15Style improvements on attachments list in compose screenAleksander Machniak
2013-09-12Fix attachment icon issue when rare font/language is used (#1489326)Aleksander Machniak
2013-09-04Add canned response UI elements to classic skinThomas Bruederli
2013-07-10Right-align size column headerThomas Bruederli
2013-07-10Enable fixed message list header in classic skinThomas Bruederli
2013-06-24Improved/unified attachment preview pageAleksander Machniak
Implemented attachment print button
2013-06-18Merge branch 'dev-advanced-ldap-groups':Thomas Bruederli
- Refactoring: separated address book implementation from generic LDAP wrapper class - Auto-detect and use VLV indices for all search operations - Additional group configuration options for LDAP address books - Allow address books to display a multi-level group hierarchy in the contacts list
2013-06-16Add UI elements for message import to classic skinThomas Bruederli
2013-03-15Add ability to toggle between view as HTML and text while viewing a message ↵Aleksander Machniak
(#1486939)
2013-03-06Add attachment menu with Open and Download options (#1488975)Aleksander Machniak
2013-02-07Finish hierarchical groups browsing in LDAP address books; add according UI ↵Thomas Bruederli
elements and styles to the skins; adapt habavior of the compose address book widget
2013-01-31Define a global style for tree listsThomas Bruederli
2013-01-27Small fixes for OperaAleksander Machniak
2013-01-27Small fix to initial splitter positionAleksander Machniak
2013-01-27Add addressbook widget on compose page in classic skinAleksander Machniak
2012-12-10Nicely render headers of message/rfc822 partsThomas Bruederli