summaryrefslogtreecommitdiff
path: root/skins
AgeCommit message (Collapse)Author
2014-04-12Fix subfolders margin on folders listAleksander Machniak
2014-04-12Drop support for IE6, move IE7/IE8 support to legacy_browser plugin, update ↵Aleksander Machniak
to jQuery-2.1.0
2014-04-07Small refactoring of message list column configuration; fixes table column ↵Thomas Bruederli
resorting issues with hidden 'folder' column
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-04-04Fix splitter so minimum width/height is checked on both sides of the splitterAleksander Machniak
2014-04-03Remove style that breaks border/spacing of nested folders in mailboxes listAleksander Machniak
2014-03-21Disable link registering mailto: protocol handler if not supported by the ↵Thomas Bruederli
browser (#1489569)
2014-03-17Better indentation styles for treelist itemsThomas Bruederli
2014-03-11Refined some skin stylesThomas Bruederli
2014-03-11Add id for login submit button (#1489676) - make it skin independentAleksander Machniak
2014-03-07Define default treelist styles (i.e. indentation) globallyThomas 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
2014-02-13Add toolbar icon for message moveThomas Bruederli
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-20Fix thread/list mode update and displayThomas Bruederli
2014-01-20Re-submit search query when switching foldersThomas Bruederli
2014-01-20- Make search scope selectable in UIThomas Bruederli
- Disable thread mode when searching over multiple folders - Encode UID values for HTML message row identifiers
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-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-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