summaryrefslogtreecommitdiff
path: root/skins/larry
AgeCommit message (Collapse)Author
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-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
2013-06-27Added toolbar container on attachment preview pageAleksander Machniak
2013-06-26Fix Close link and remove About link on error pages (#1489109)Aleksander Machniak
2013-06-26Make identity signature field wider (#1489159)Aleksander Machniak
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)