summaryrefslogtreecommitdiff
path: root/skins/larry/mail.css
AgeCommit message (Collapse)Author
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-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-26Fix some cssAleksander Machniak
2014-05-17Merge branch 'dev-text2html'Aleksander Machniak
Conflicts: program/js/app.js Fix handling magic_quotes in rcube_text2html and rcube_html2text - move stripslashes from these classes to action files
2014-05-15Small css fixes, optimized some imagesAleksander Machniak
2014-05-15Improved handling of new-lines in quoted paragraphs on text2html conversionAleksander Machniak
2014-05-14Don't wrap messages list footerAleksander Machniak
2014-05-12Define generic styles for a search boxe inside list widgetsThomas Bruederli
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-09Unify lists' records and headers height no matter it's td, li or spanAleksander Machniak
2014-05-07Improve keyboard navigation on compose screen: define tabindex groups + ↵Thomas Bruederli
enable keyboard controls of contacts list widget
2014-05-07Further accessibility improvements regarding keyboard navigation and ↵Thomas Bruederli
document structure
2014-05-01Improve mail view document structure with headings, roles, labels and ↵Thomas Bruederli
aria-attributes
2014-04-301. Prepare core and Larry skin for improved accessibilityThomas Bruederli
2. Implement full keyboard navigation in main mail view
2014-04-18Add multi-folder search capabilities to classic skin (#1485234)Thomas Bruederli
2014-04-07Merge branch 'dev-multi-folder-search'Thomas Bruederli
2014-04-04Improve HTML structure so toolbar and content are in separate containers.Aleksander Machniak
This makes splitters size and positioning better.
2014-02-03Add missing box-shadow style (#1489556)Aleksander Machniak
2014-01-29Fix the small CSS fixThomas Bruederli
2014-01-29Small CSS fix with message notice boxes in Larry skin (#1489497)Thomas Bruederli
2014-01-29Fix cropped display of fixed list header in IE (#1295420)Thomas Bruederli
2014-01-23Fix empty folder icon for trash folder one level below the rootAleksander Machniak
2014-01-20Added icon for empty trash (#1485775)Thomas Bruederli
2014-01-20Update to TinyMCE 4.xAleksander Machniak
2014-01-16Merge branch 'dev-multi-folder-search' of github.com:roundcube/roundcubemail ↵Thomas Bruederli
into dev-multi-folder-search after rebasing to master
2014-01-16Prepare message list to display IMAP folderThomas
2014-01-05Move folder/directory list auto-scrolling functionality to treelist widget ↵Thomas Bruederli
(same as auto-expand) and make it work without list header/footer blocks
2013-12-15Implemented menu actions to copy/move messages, added folder-selector widget ↵Aleksander Machniak
(#1484086)
2013-11-22Fix right margin in mail task interface to be precissely the same as in ↵Aleksander Machniak
other tasks
2013-11-22Merge pull request #153 from cmcnulty/row-focusThomas B.
Indicator for row focus, resolves #1489392
2013-11-22Display status messages as pile of black bars overlaying the UI in order to ↵Thomas Bruederli
improve visibility (#1488974)
2013-11-09CSS only solution to focused messagescmcnulty
2013-11-08Adjust date column size to fit the widest possible date format (#1489368)Thomas Bruederli
2013-10-25Fixed status icon in messages list header, fixed position of flag iconAleksander Machniak
2013-10-25Fix message content scrolling on touch devicesThomas Bruederli
2013-10-09Prepare message list to display IMAP folderThomas
2013-09-04Toolbar and list icons for responses + list header icon for prority column ↵Thomas Bruederli
(#1489234)
2013-07-10Set z-index for messagelist and fixed header copy; fix overflow settings; ↵Thomas Bruederli
removed unused definitions
2013-07-09Finally: make message list header stay on top when scrolling (#1295420)Thomas Bruederli
2013-06-28Fix so filename label is "Name" not "Display name"Aleksander Machniak
2013-06-27Fix text-overflowThomas Bruederli
2013-06-26Fix icon position for all special folders when on second level of the tree.Aleksander Machniak
This would be simpler if we'd have onlick on list row (<li>) instead of <a> element.
2013-06-25Fix Junk folder alignment when it's nested in inbox folder.Victor Benincasa
2013-06-24Improved/unified attachment preview pageAleksander Machniak
Implemented attachment print button
2013-06-23Improve screen min-width calculationAleksander Machniak
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-13Set minimum height for message headers block (#1489108)Thomas Bruederli