summaryrefslogtreecommitdiff
path: root/skins
AgeCommit message (Collapse)Author
2014-03-21Disable link registering mailto: protocol handler if not supported by the ↵Thomas Bruederli
browser (#1489569)
2014-03-11Add id for login submit button (#1489676) - make it skin independentAleksander Machniak
2014-02-14Update toolbar buttons sprite with new move iconThomas 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
Conflicts: CHANGELOG
2014-02-04Fix some glitches in ACL table displayThomas Bruederli
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-23Fix special folder icons for folders in one level below the rootAleksander Machniak
2014-01-20Added icon for empty trash (#1485775)Thomas Bruederli
2014-01-17Added move/copy icons, improved edit icon and some icon positionsAleksander Machniak
2014-01-17Fix class on active move/copy linksAleksander Machniak
2014-01-16Added icons for move and copy menu itemsThomas Bruederli
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-27Optimised imageAleksander Machniak
2013-12-25Display different icons when Trash folder is empty or full (#1485775)Aleksander Machniak
2013-12-23Make addEventListener() chainable for better performance and compact codeAleksander Machniak
Replace deperecated row_init usage with addEventListener('initrow')
2013-12-23Merge pull request #156 from JohnDoh/previewtoggleAleksander Machniak
remember preview headers collapse status
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-12-09Fix quota image broken in e71ceb0c98b33409af5978f0f33c6c95148bd86b (#1489467)Aleksander Machniak
2013-12-05Improved error messagesAleksander Machniak
- display errors only in dialogs (hide original message element), - fix error when closing dialog on timeout after dialog was closed manually, - center dialog vertically on the screen, - use fadeOut effect on close.
2013-12-05Fix links in UI messages after new #messagestack was implementedAleksander Machniak
2013-12-02Remove useless height attribute from #quotadisplay elementAleksander Machniak
2013-11-28Improve "ul.listing li" with text overflow stylesAleksander Machniak
2013-11-23Save Larry skin UI settings in local storage instead of cookiesThomas Bruederli
2013-11-23Refactored classic skin splitter code to fix it for IE<9Aleksander Machniak
2013-11-23remember preview header collapse statusPhilW
2013-11-22Fix right margin in mail task interface to be precissely the same as in ↵Aleksander Machniak
other tasks
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