summaryrefslogtreecommitdiff
path: root/skins
AgeCommit message (Collapse)Author
2013-11-22Fix #messagestack position (again)Aleksander Machniak
2013-11-22Make splitters more responsive (using timing events)Aleksander Machniak
2013-11-22Add missing </div>Aleksander Machniak
2013-11-22Small improvements to #messagestack styleAleksander Machniak
2013-11-22Remember compose-options collapse status and display them by default; Use ↵Thomas Bruederli
abstracted functions to read and set UI settings. To be replaced with local storage...
2013-11-22Small adjustments to new status message displayThomas Bruederli
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-22Optimize and preload message iconsThomas Bruederli
2013-11-22Display status messages as pile of black bars overlaying the UI in order to ↵Thomas Bruederli
improve visibility (#1488974)
2013-11-20Fix attachment menu link in IE8Aleksander Machniak
2013-11-11apply focused styles to address book and classic skincmcnulty
2013-11-10First version of the local storage compose data saving feature; some ↵Thomas Bruederli
behavioral improvements and encrytion are still to be added
2013-11-09remove remnant of focus tdcmcnulty
2013-11-09remerge with mastercmcnulty
2013-11-09CSS only solution to focused messagescmcnulty
2013-11-08Fix listicons image with wrong message header iconThomas Bruederli
2013-11-08Better icon for advanced settings blocks; message list row bordersThomas Bruederli
2013-11-08Adjust recipients textarea size according to conent.Thomas Bruederli
This reduces the height to 1 row on Firefox < 25 which renders textareas rows+1 heigh (#1489198)
2013-11-08Adjust date column size to fit the widest possible date format (#1489368)Thomas Bruederli
2013-11-08Add filetype icons for Powerpoint and Openoffice Presentations (#1489225)Thomas Bruederli
2013-11-06Move focus column to the left-most sidecmcnulty
2013-11-04tiny-focus column for determining where focus should beCharles McNulty
2013-11-04style for focused messagescmcnulty
2013-10-30Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734)Aleksander Machniak
2013-10-30Fix small regression in #listmenuAleksander 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-15Style improvements on attachments list in compose screenAleksander Machniak
2013-09-15Display full attachment name using title attribute when name is too long to ↵Aleksander Machniak
display (#1489320)
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-04Use the correct label for responses list headerThomas Bruederli
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