summaryrefslogtreecommitdiff
path: root/skins/larry/mail.css
AgeCommit message (Collapse)Author
2015-04-21updates - plugins as a separate git folderHugues Hiegel
2014-12-15Fix list icon for replied+forwarded+unread messagesThomas Bruederli
2014-11-28Move some styles from #mailboxlist to .folderlistAleksander Machniak
2014-11-06Remove redundant marginAleksander Machniak
2014-10-27Fix compose body area size, so scrollbars aren't truncated, unify paddingAleksander Machniak
2014-10-18Fix displaying of HTML messages with absolutely positioned elements in Larry ↵Aleksander Machniak
skin (#1490103)
2014-09-28update syntax of linear-gradientPascal Herbert
2014-08-13Fix unintentionally hidden contacts search box in compose screenAleksander Machniak
2014-07-16Collapsible (and iconized) folders tree in folder manager (#1489648)Aleksander Machniak
2014-07-09Small css fix for delete icon on messages listAleksander Machniak
2014-07-07Fix messages list columns width in ChromeAleksander Machniak
2014-07-02Get rid of -moz-box-shadowAleksander Machniak
2014-07-02Get rid of -o-box-shadowAleksander Machniak
2014-06-30Unify default width of resizable UI elements (#1488837)Aleksander Machniak
2014-06-28Some more css improvementsAleksander Machniak
2014-06-23Small css fixAleksander Machniak
2014-06-19Fix preview toggle button (missing iconbutton class after click)Aleksander Machniak
2014-06-17Small icon alignment fixAleksander Machniak
2014-06-16Fix message list header spacings (#1489929)Thomas Bruederli
2014-06-14Remove "min-width:0" - fixes unwanted horizontal scrollbar in message ↵Aleksander Machniak
headers box
2014-06-09New optional HTML/plaintext view icons in #messageheader mean thatDavid Carter
we need wider CSS margin on the message subject. Otherwise a long subject line runs behind the extra icons. This shows up frequently with the threecol plugin installed: https://github.com/tofi86/Roundcube-Plugin-Threecol-Layout (I have submitted a pull request to make that work with 1.0.1) However you see the same problem with the standard mailbox view if a message has a very long subject line.
2014-06-05Don't hide voice contents with display:none, otherwise they're not read. Fix ↵Thomas Bruederli
icon styles for compose contacts list
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