summaryrefslogtreecommitdiff
path: root/skins
AgeCommit message (Collapse)Author
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-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-01Fix iframe scrollbars on webkit browsers (#1489306)Thomas Bruederli
2013-09-01Remove redundant colspan=2Aleksander Machniak
2013-09-01Merge pull request #101 from Dennis1993/patch-9Aleksander Machniak
Removed not allowed syntax
2013-08-24Fix small style glitch on first toolbar button in recent FirefoxAleksander Machniak
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-08-06Update compose.htmlDennis1993
Deleted / in wrong line
2013-08-06Update mail.htmlDennis1993
Deleted attachmentFieldSize="40" from file tag (that's not allowed)
2013-08-06Update compose.htmlDennis1993
- Deleted self-closing Syntax on a link tag (that's not allowed) - Deleted attachmentFieldSize="40" from file tag (that's not allowed too)
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-10Right-align size column headerThomas Bruederli
2013-07-10Enable fixed message list header in classic skinThomas Bruederli
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-04Fix folder names truncation in Classic skin (#1489220)Aleksander Machniak
Fix bug where not all event handlers were executed (because body onload was executed after rcmail init function, sometimes)
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