Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-25Elastic: Remove height from .iframe-wrapperAleksander Machniak
It fixes some iframed dialogs by making the footer bar not hidden in Chrome.
2019-06-24Fix variables defined in variable.less cannot be overwritten (#6819)Jack Cherng
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
2019-06-18Elastic: Fix handling new-line in text pasted to a recipient inputAleksander Machniak
2019-06-16Elastic: Fix visual issue with long buttons in .boxwarning (#6797)Aleksander Machniak
2019-06-11Elastic: Improve #contactpic color/sizeAleksander Machniak
2019-06-07Elastic: Better Spellcheck icon (#6792)Aleksander Machniak
2019-06-07Elastic: FontAwesome 5.9.0Aleksander Machniak
2019-06-04Elastic: Optimize svg images for sizeAleksander Machniak
2019-06-04Elastic: Fix image in #contactpic element on iOS 9Aleksander Machniak
Looks like some svg in a flex container issue. Changed technique to center the image.
2019-05-21Elastic: Fix toolbar regressions in IE11 (#6765)Aleksander Machniak
2019-05-21Fix toolbar on iOS (#6765)Aleksander Machniak
2019-05-20Elastic: Fix border radius on messages (again)Aleksander Machniak
2019-05-18Elastic: Fix regression where on mobile scrollbar could have been missing in ↵Aleksander Machniak
some pages
2019-05-18Elastic: Fix Firefox sub-pixel positioning issuesAleksander Machniak
... by using size values rounded in less - in most prominent places. There's still problem with form controls padding, but we'll work on this when really needed.
2019-05-15Elastic: Bring back border-radius for #messagestack objectsAleksander Machniak
2019-05-15Elastic: Simplify some styles for .ui.alertAleksander Machniak
2019-05-15Remove redundant ruleAleksander Machniak
It actually broke some plugins after commit 5fb8e8cb86 (#6739).
2019-05-13Elastic: Fix handling mailto: URL parameters in contact menu (#6751)Aleksander Machniak
Also fix keyboard navigation in some menus, e.g. contact menu
2019-05-11Enigma: Fix bug where revoked users/keys were not greyed out in key infoAleksander Machniak
The 'deleted' class was assigned to the wrong (next) row in a table. It also didn't work in Elastic skin at all because of the missing style.
2019-05-06Elastic: Fix non-working @color-taskmenu-button-selected-hoverAleksander Machniak
2019-05-06Elastic: Add text aligning for toolbar itemsAleksander Machniak
For very short button text e.g. "Add" the text has to be centered.
2019-05-05Elastic: Fix issue with absolute positioned mail content (#6739)Aleksander Machniak
2019-04-28Merge branch 'master' into dev/elasticAleksander Machniak
2019-04-28Elastic: Make header title in message view slightly wider, so we can fit the ↵Peter Dey
string "X-Original-To" (#6731)
2019-04-27Get rid of widgets/mail.lessAleksander Machniak
Move .image-tools to widgets/common.less, and the rest to styles.less.
2019-04-27Merge branch 'master' into dev/elasticAleksander Machniak
2019-04-25Elastic: Don't use cursor:pointer on disabled switchesAleksander Machniak
2019-04-16Remove year(s) from copyright headers + some cleanupAleksander Machniak
2019-04-11Elastic: .compact-table fixesAleksander Machniak
2019-04-05Elastic: Various cross-browser fixes and improvementsAleksander Machniak
2019-03-26Elastic: Better buttons alignment in .menu.footer .buttonsAleksander Machniak
2019-03-25Elastic: Remove redundant stylesAleksander Machniak
2019-03-25Elastic: Fix scrollbar issue in jQuery-UI dialogsAleksander Machniak
Bootstrap's box-sizing:border-box on everything does not work nice with jQuery-UI.
2019-03-25Elastic: Small spacing fixAleksander Machniak
2019-03-25Elastic: Small regression in .menu.footerAleksander Machniak
2019-03-24Elastic: Toolbar/menus/layout refactoringAleksander Machniak
Refactoring for better consistency and simplicity. 5KB less in size of (minified) styles.css file. Layout changes: - body > #layout > .menu -> #layout-menu - body > #layout > .list -> #layout-list - body > #layout > .sidebar -> #layout-sidebar - body > #layout > .content -> #layout-content Toolbar/menu changes: - .toolbar -> .toolbar.menu - .toolbarmenu -> .menu.listing - .menu-button -> .task-menu-button - .pagenav.toolbar -> .pagenav.menu - #taskmenu -> #taskmenu.menu.toolbar - .image-tools .menu -> .image-tools .menu.toolbar - required .disabled class to de-activate menu items - .button class is not required on .menu children - merge toolbar.less and taskmenu.less into menu.less - @color-toolbarmenu-hover -> @color-menu-hover - @color-toolbarmenu-hover-background -> @color-menu-hover-background Also cleaned/removed some code in spellchecker.js. Made .googie_list a list not table.
2019-03-18Elastic: Remove incorrect .proplist paddingAleksander Machniak
2019-03-09Elastic: Fix displaying (.invalid-feedback) error messages in formsAleksander Machniak
2019-03-09Elastic: Move Actions button from filters list footer to headerAleksander Machniak
2019-03-08Elastic: Changed read/unread icons (#6636)Aleksander Machniak
2019-03-08Elastic: Changed "Move to..." icon (#6637)Aleksander Machniak
2019-03-05Merge branch 'johndoh-less_cleanup'Aleksander Machniak
2019-03-05Elastic: Fix edit icon regressionAleksander Machniak
2019-03-05Elastic: Fix next/prev icons in toolbarAleksander Machniak
2019-03-05Merge branch 'less_cleanup' of https://github.com/johndoh/roundcubemail into ↵Aleksander Machniak
johndoh-less_cleanup
2019-03-04fix css selectorPhilW
2019-03-04Merge branch 'adv_options' of https://github.com/johndoh/roundcubemail into ↵Aleksander Machniak
johndoh-adv_options
2019-03-04Merge branch 'less_cleanup' of https://github.com/johndoh/roundcubemail into ↵Aleksander Machniak
johndoh-less_cleanup
2019-03-02remove some duplicate code in toolbar.lessPhilW
2019-02-25Add margin to buttons inside alert boxesThomas Bruederli