summaryrefslogtreecommitdiff
path: root/skins/larry
AgeCommit message (Collapse)Author
2013-06-26Fix icon position for all special folders when on second level of the tree.Aleksander Machniak
This would be simpler if we'd have onlick on list row (<li>) instead of <a> element.
2013-06-25Fix Junk folder alignment when it's nested in inbox folder.Victor Benincasa
2013-06-24Improved/unified attachment preview pageAleksander Machniak
Implemented attachment print button
2013-06-23Improve screen min-width calculationAleksander Machniak
2013-06-23Fix screen element height in popups in Opera browserAleksander Machniak
2013-06-23Fix lack of space between searchfiler and quicksearchbar in Larry skin ↵Aleksander Machniak
(#1489158)
2013-06-18Merge branch 'dev-advanced-ldap-groups':Thomas Bruederli
- Refactoring: separated address book implementation from generic LDAP wrapper class - Auto-detect and use VLV indices for all search operations - Additional group configuration options for LDAP address books - Allow address books to display a multi-level group hierarchy in the contacts list
2013-06-14Add feature to import messages to the currently selected folderThomas Bruederli
2013-06-13Add styles for image thumbnails in print mode (#1489134)Thomas Bruederli
2013-06-13Set minimum height for message headers block (#1489108)Thomas Bruederli
2013-06-12Improved width of message list menu dialogAleksander Machniak
2013-06-11Fix list mode switch to 'List' after saving list settings in Larry skin ↵Aleksander Machniak
(#1489164)
2013-06-07Fix decorated select width in FirefoxAleksander Machniak
2013-06-05Make update_quota publicAleksander Machniak
2013-06-01Improved handling of Reply-To/Bcc addresses of identity in compose form ↵Aleksander Machniak
(#1489016)
2013-05-31Small css fix in compose page footerAleksander Machniak
2013-05-20Change Reply-All button label/title when mailing list is detected (#1488938)Aleksander Machniak
2013-04-29Catch possible "Permission denied" error on iframe elements in IEAleksander Machniak
2013-04-19Small code optimizationVictor Benincasa
Remove function argument as a local variable is used.
2013-04-15Fix hide-headers iconAleksander Machniak
2013-04-15Remove dropdown style from attachment menuAleksander Machniak
2013-04-04Add add_popup() method to make possible to register popup from a plugin.Aleksander Machniak
It was possible with show_popup(), however sometimes it is needed to register a popup before show_popup() is being used.
2013-03-22Call resize handler in intervals to prevent lags and double onresize calls ↵Aleksander Machniak
in Chrome (#1489005)
2013-03-21Fix html button (when html is not selected)Aleksander Machniak
2013-03-21Small improvements to text/html switchThomas Bruederli
2013-03-21Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-03-21Add switch for text/html alternative part view (#1486939)Thomas Bruederli
2013-03-21Small CSS optimizationsVictor Benincasa
2013-03-08Fix javascript errors when working in a page opened with taget="_blank"Aleksander Machniak
2013-03-06Add attachment menu with Open and Download options (#1488975)Aleksander Machniak
2013-02-10Let some env variables survive reset(); don't show taskbar and top line in ↵Thomas Bruederli
framed error pages (#1488938)
2013-02-07Add link to pop the address group stack; add animations when pushing/popping ↵Thomas Bruederli
lists (in larry skin)
2013-02-07Finish hierarchical groups browsing in LDAP address books; add according UI ↵Thomas Bruederli
elements and styles to the skins; adapt habavior of the compose address book widget
2013-02-01Allow to list contact groups in (paged) list (yet incomplete)Thomas Bruederli
2013-01-31Set treelist items to position:realtive to correctly align toggle iconsThomas Bruederli
2013-01-31Add work-around for IE <= 8 which doesn't support :last-child CSS selectorThomas Bruederli
2013-01-31Set the new treelist class to all mailboxlist objectsThomas Bruederli
2013-01-31Better indentation styles for mailbox listThomas Bruederli
2013-01-31- Refactored the hierarchical mailboxlist control into a separate widget classThomas Bruederli
- Build address book directories list as hierarchical list - Make address book groups collapsible using the new new treelist widget - Use encoded identifiers for address book directory list items
2013-01-31Define a global style for tree listsThomas Bruederli
2013-01-31Only trigger timers when dragging is activeThomas Bruederli
2013-01-29Improve contacts import interface, add #message objectAleksander Machniak
2013-01-26Make searchbox properly scale to 100% using box-sizing trick (#1488381)Thomas Bruederli
2013-01-25Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-01-25Add search box to compose address book widget (#1488381)Thomas Bruederli
2013-01-25Define generic .searchbox stylesThomas Bruederli
2013-01-24Added embed.css for classic skin, improved/unified warnings style (button is ↵Aleksander Machniak
still different), cleanup
2013-01-24Load a default stylesheet (embed.css) from skin in plain html pages (e.g. ↵Thomas Bruederli
attachment warnings and html messages)
2013-01-24Add file type icons for pgp/pks7 signatures and attached email messagesThomas Bruederli
2013-01-24Save some vertical space in message part viewThomas Bruederli