summaryrefslogtreecommitdiff
path: root/skins/larry
AgeCommit message (Collapse)Author
2013-10-30Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734)Aleksander Machniak
2013-10-25Fixed status icon in messages list header, fixed position of flag iconAleksander Machniak
2013-10-25Better fix for menu scrollbars: only allow vertical scrollbar to appearThomas Bruederli
2013-10-25Fix message content scrolling on touch devicesThomas Bruederli
2013-10-25Merge branch 'dev-canned-responses'Thomas Bruederli
Conflicts (resolved): skins/classic/includes/settingstabs.html skins/larry/includes/settingstabs.html
2013-10-24Eliminate horizontal scrollbar in popup menus with many options (e.g. ↵Aleksander Machniak
spellcheck languages list)
2013-10-18Avoid popup menus overflowing the browser windowThomas Bruederli
2013-09-30Also truncate the list of addresses in print view + add link to show them allThomas Bruederli
2013-09-28Generate settings tabs with a template object 'settingstabs' and let plugins ↵Thomas Bruederli
register themselves there using the 'settings_actions' hook
2013-09-21Hide Delivery Status Notification option when smtp_server is unset (#1489336)Aleksander Machniak
2013-09-19Allow sysadmins to define static responses which are immutable for the userThomas Bruederli
2013-09-13Move some config options to new and collapsible 'advanced' blocksThomas Bruederli
2013-09-13Better styling for import formThomas Bruederli
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-09-04Keep current selection on IE browsers by adding unselectable=on to link elementsThomas Bruederli
2013-09-04Toolbar and list icons for responses + list header icon for prority column ↵Thomas Bruederli
(#1489234)
2013-09-04New settings section to manage canned responsesThomas Bruederli
2013-09-04Add new feature to save and recall text snippets (aka canned responses) when ↵Thomas Bruederli
composing messages
2013-09-01Fix iframe scrollbars on webkit browsers (#1489306)Thomas Bruederli
2013-09-01Remove redundant colspan=2Aleksander Machniak
2013-09-01Merge pull request #101 from Dennis1993/patch-9Aleksander Machniak
Removed not allowed syntax
2013-08-24Fix small style glitch on first toolbar button in recent FirefoxAleksander Machniak
2013-08-15Distinguish mobile/tablet/touch devicesThomas Bruederli
2013-08-15Fix scrolling in iframes on touch devicesThomas Bruederli
2013-08-14Optimize list events for touch devicesThomas Bruederli
2013-08-09Fix image scaling issues when image has only one dimension smaller than the ↵Aleksander Machniak
limit (#1489274) Other small code improvements.
2013-08-06Update compose.htmlDennis1993
Deleted / in wrong line
2013-08-06Update mail.htmlDennis1993
Deleted attachmentFieldSize="40" from file tag (that's not allowed)
2013-08-06Update compose.htmlDennis1993
- Deleted self-closing Syntax on a link tag (that's not allowed) - Deleted attachmentFieldSize="40" from file tag (that's not allowed too)
2013-07-26Update settings.htmlDennis1993
added old frameborder Attribute for IE7 and IE8
2013-07-26Update addressbook.htmlDennis1993
added old frameborder Attribute for IE7 and IE8
2013-07-26Update mail.htmlDennis1993
added old frameborder Attribute for IE7 and IE8
2013-07-23Update settings.htmlDennis1993
deleted deprecated frameborder attribute and use css instead
2013-07-23Update addressbook.htmlDennis1993
deleted deprecated frameborder attribute and use css instead
2013-07-23Update mail.htmlDennis1993
deleted deprecated frameborder Attribute and use css instead wrong closing DIV tag
2013-07-21Update header.htmlDennis1993
deleted old border="0" attribute and use css instead
2013-07-21Update login.htmlDennis1993
deleted deprecated border="0" Attribute and use css instead
2013-07-21Update styles.cssDennis1993
added support for required field (HTML5) added border:none; for logos and delete deprecated border="0" html attribute
2013-07-16Merge pull request #87 from rimas-kudelis/masterThomas B.
Merge pull request #87 from rimas-kudelis: additions to newmail_notifier
2013-07-12Add more icons sizes to favicon.ico'sRimas Kudelis
2013-07-12Allow to load config files for different environments (#1487311); keep ↵Thomas Bruederli
(non-default) filename in URLs throughout the webmail app
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-07-05Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-07-05Help plugin: CSS fixes, content frame scrollbar fix, about page (classic ↵Aleksander Machniak
skin) fix
2013-07-05Use the more descriprive label 'move to...' for mailbox list drop-downThomas Bruederli
2013-07-01Contacts drag-n-drop default action is to move contacts (#1488751)Aleksander Machniak
Added possibility to choose to move or copy contacts from drag-n-drop menu (#1488751) Use consistent naming: 'moveto' -> 'move'
2013-06-28Fix so filename label is "Name" not "Display name"Aleksander Machniak
2013-06-27Fix text-overflowThomas Bruederli