Commit Graph

716 Commits (a274fb2e20215716389ec3709f0726b7002521f3)

Author SHA1 Message Date
thomascube b6837c3732 Add missing style for folders with recent messages 13 years ago
thomascube 3c9e903323 Fix Larry styles 13 years ago
alecpl 9489a2acd2 - Fix typos in last commit 13 years ago
alecpl a3ed96344e - Make sure About tab is always the last tab (#1488257) 13 years ago
thomascube 19b34b7058 Some hacks to make Larry work in IE7 13 years ago
alecpl 06c990ead2 - Added mailto: protocol handler registration link in User Preferences (#1486580) 13 years ago
alecpl d3ec72522b - Fix checkbox position in Firefox, again 13 years ago
alecpl d47a4f0951 - Handle identity details box with an iframe (#1487020)
- Fix issue where tabs were overlapping box title
13 years ago
alecpl f545eaded2 - Fix preview pane switch position in Firefox + small improvements 13 years ago
thomascube 3a86e26768 Add static getter for splitter objects 13 years ago
thomascube a4e71c5c38 Improve tabs and splitter functionality 13 years ago
thomascube 10560d9a89 Small fixes 13 years ago
thomascube 5ff7ba44ec Fix address book searchmods; a little code cleanup 13 years ago
thomascube b4e41f006b Show hidden compose header fileds if non-empty (#1488320) 13 years ago
thomascube d5fedc34ab CSS optimizations for IE8/9 13 years ago
thomascube 071c78c3a4 Fine tuning Larry styles + browser specific css quirks 13 years ago
thomascube 0b179e0847 Finalize icons for Larry 13 years ago
thomascube e88a14acd9 More file type icons 13 years ago
thomascube d1c909eaef Move attachments list styles to common css file (to be used by other tasks and plugins, too) 13 years ago
thomascube 6efab08e49 Let some room for the unread count bubble 13 years ago
thomascube 50d6e918e1 Use <uri> value from package.xml to build download links in about screen; show links in default style 13 years ago
thomascube e493c842a5 Make sure message popups show at least 2sec; adjust message list column sizes 13 years ago
thomascube 8365492591 Set list mode buttons after switching to another folder 13 years ago
thomascube 004a08d3f8 Added more icons for Larry 13 years ago
thomascube 03fe1c2ad3 Reflect threads expand status in css classes 13 years ago
thomascube 88dcd00a9a Adjust spam folder icon size 13 years ago
thomascube f4aaf84b50 Display short headers in preview mode, with toggle to show all 13 years ago
thomascube cdb9556c42 Reducing paddings in lists to save some vertical space 13 years ago
thomascube becca08e44 Correctly align pagenav buttons 13 years ago
thomascube 7961f8c2c1 Embed address book widget on compose screen 13 years ago
thomascube 0e530bd920 Show additional popup dialog on error messages 13 years ago
thomascube ad726a3f1b Fix paddings/heights when rendered with asian fonts having different line-heights; no full headers in message preview 13 years ago
thomascube 4deb1ef685 Use new short labels for compose toolbar buttons 13 years ago
thomascube 7c2a9310c4 Use iframes for identity management 13 years ago
thomascube c6db4aa46b Add (yet inactive) buttons to add recipients 13 years ago
thomascube 543ccbb328 Add toggle for all-headers display 13 years ago
alecpl 7152f59f04 - Fix so editor selector is hidden when 'htmleditor' is listed in 'dont_override' 13 years ago
thomascube b9441a1632 Give more space to some toolbar buttons; add missing template for message errors 13 years ago
thomascube 5fea6b484d Fix splitter resizing over iframes 13 years ago
thomascube 12bf0f9766 Small CSS improvements 13 years ago
thomascube 354bf1ce12 Fix typo 13 years ago
thomascube 822a1effad Fix bug in IE code; show (tem,porary) warning for old IEs 13 years ago
thomascube f5521a4a6d Add button to clone file upload fields for mutli-file uploads 13 years ago
thomascube 84d9b158e6 Use new short labels for toolbar button texts 13 years ago
alecpl f547424c75 - Fix searchbox position 13 years ago
alecpl 9912cd9d8e - Fix unread wrapping on folderlist in message.html 13 years ago
thomascube 847d310609 Complete Larry's mail view with selection menus and quota display 13 years ago
thomascube 4f1b7a447d Add generic template for plugins 13 years ago
thomascube 3e7b1c0e8c Add missing placeholder pic 13 years ago
thomascube 68e13c45d3 Address book styling for Larry; show about page in UI dialog 13 years ago
thomascube bab0433a27 First steps for Larry's address book 13 years ago
thomascube 18863495ae Fix compose editor toggling and other style improvements 13 years ago
thomascube af05fecf24 Iconized some menus 13 years ago
thomascube 74d4c7f9ad Setup dialogs (using jquery UI) and compose form for Larry 13 years ago
thomascube 2644760050 Fix login button size 13 years ago
thomascube 918bb92738 Give resizeable splitters to Larry 13 years ago
thomascube b540ed15a3 Larry is growing up 13 years ago
thomascube e19229ce09 Larry's identities settings and about page 13 years ago
thomascube 28e18c75ef More CSS styling for Larry 13 years ago
thomascube a4be516f68 Larry continued... 13 years ago
thomascube c7dcb30025 More from Larry... 13 years ago
thomascube 1a0f60b332 Allow custom content (from config dir) showing up on the about page 13 years ago
thomascube 13ed1e0d91 New skin: set list icons and toolbar buttons 13 years ago
alecpl 7bb5f63a36 - Fix label, add paragraph closing tag 13 years ago
thomascube 15f48a2d5f Make errors look good in larry; add some chrome-specific styles 13 years ago
thomascube 879b053e55 New skin continued... 13 years ago
thomascube b1fa1ab50d More work on new skin 13 years ago
alecpl 3633f09b75 - Reset messages list page when clicking on logo (#1487757) 13 years ago
alecpl 79db330983 - Fix fit_string_to_size() renders browser and ui unresponsive (#1488207):
1) improve its performance by half,
  2) don't call it on UI init, it's called after getunread action
  3) don't call it for big number of folders (limit is 100 for IE and 500 for others)
13 years ago
alecpl 3e5c709fa7 - Fix so TEXT key will remove all HEADER keys in IMAP SEARCH (#1488208) 13 years ago
alecpl e0960f6365 - Prevent from memory_limit exceeding when trying to parse big messages bodies (#1487424):
don't try to parse it, display notice with a link to download it directly
13 years ago
alecpl 636bd77074 - Mark (with different color) folders with recent messages (#1486234) 13 years ago
thomascube e7c445bea0 Started with the new skin, codename 'Larry' 13 years ago
thomascube 15cd3e5c0b Fit watermark background in about box 13 years ago
thomascube ce22f1e0c6 Show configurable support link in about page; refer on <srcuri> for download link; no link to roundcube.net to avoid tons of support requests 13 years ago
alecpl bda028e31e - Small style improvements 13 years ago
alecpl 45fa64c3c9 - Added About tab in Settings 13 years ago
alecpl 91e589afde - Small improvement for Chrome 13 years ago
alecpl 50b22b96a5 - Force font-family on body only, makes possible to set/display fonts of email message bodies 13 years ago
alecpl c136f62ab0 - Cleanup 13 years ago
alecpl 46cdbf074e - Fix inconsistent behaviour of Compose button in Drafts folder, add Edit button for drafts 13 years ago
alecpl 57863c1a4d - Removed zebra-class 13 years ago
alecpl 58487bbc08 - Improve .boxtitle style 13 years ago
alecpl 4b09fb6ce6 - Add possibility to auto-register menu objects in show_popup() 13 years ago
alecpl 497013f411 - Set style of login form inputs using class not IDs 13 years ago
thomascube d43332a8a5 Improve icon for saved searches 13 years ago
alecpl 891b3c13e0 - Fix more text-overflow:ellipsis issues (#1488061)
- Fix flagged icon hovered style in Chrome
13 years ago
alecpl 5f129dd053 - Fix text-overflow:ellipsis issues on messages list in FF7 and Webkit (#1488061) 13 years ago
thomascube ba6f487bcd Slightly adjust list header sprites 13 years ago
alecpl f8e48df715 - Merge devel-saved_search branch (Addressbook Saved Searches) 13 years ago
thomascube 33ee817dcf Define style for disabled form buttons 13 years ago
alecpl 7a2bade211 - Added 'priority' column on messages list 13 years ago
alecpl 58504870d4 - Fix "jumping" login form in IE7 13 years ago
thomascube de55342cff Fix fieldset-tabs display within iframes on IE7 13 years ago
alecpl 0d16eb7ba5 - Use logo object in error and messageprint templates too 13 years ago
thomascube 31737295b8 Add newlines between organization, department, jobtitle (#1488028) 13 years ago
thomascube d145f77f36 CSS and UI fixes for IE6/7 13 years ago
alecpl dfb0513512 - Fixed invisible #sourcename on IE6 13 years ago
alecpl 0d5836bdfe - Link to task-specific style files for build-in tasks only 13 years ago
thomascube da89cf2937 Always show address book name if multiple books are configured; fix styling 13 years ago