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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
AgeCommit message (Collapse)Author
2018-02-17Fix edit tag textbox sizeAastha Gupta
Fixes #7586 Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
2018-01-10Set height for sidebar iconsJulius Härtl
This makes sure they are properly scaled in IE11 Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-12-12Fix loading icon position in the app menuJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-11-28Set primary action button color to same as theming colorJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-11-07core: hide spinner for initial installKyle Fazzari
core/js/setup.js has logic to show the spinner upon form submission, but ever since v12 was released the spinner was never hidden in the first place. Modify core/css/guest.css to hide it, which allows core/js/setup.js to do its thing. Fix #5532 Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
2017-10-31Better readability for text on log in page which is directly on backgroundsJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-09-26Add color-border variableJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-09-12Merge pull request #6359 from nextcloud/12-6082Morris Jobke
[stable12] Use separate element color in theming
2017-09-09Fix hovering on all popover typesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-09-04Use separate element color in themingJulius Härtl
This way we can use a grey color when the primary color is to bright Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-08-24Merge pull request #6108 from nextcloud/backport-6080-12Morris Jobke
[stable12] Add buttom border for header
2017-08-21Increase contrast of dropdown menu text, fix accessibility & visibility issuesJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-08-14Make sure this still works in other apps.Marin Treselj
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-08-14Fixes nextcloud/gallery#269Marin Treselj
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-08-14Add buttom border for headerMorris Jobke
* allows to distinct the header from the rest of the UI for bright colors * ref #5654 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-08-04Add css class for toogle preview iconMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-18Add ellipsis for app titles in the app menu popoverMarin Treselj
Backport of #5733 Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-05-19Fixes visible sidebar even if hidden is appliedMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-18add some spacing between the logo and the content of the pageBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-05-17Merge pull request #4924 from nextcloud/shadow-styleLukas Reschke
Unify box-shadow style, remove filter
2017-05-16Unify box-shadow style, remove filterJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-05-16Merge pull request #4865 from nextcloud/improve-two-factor-buttonsRoeland Jago Douma
Improve layout of buttons for two factor auth
2017-05-16Fix contacts menu overflow for few entries, fix #4744Jan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-05-15Improve layout of buttons for two factor authMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-15Merge pull request #4805 from nextcloud/enforce-upgrade-for-big-instancesLukas Reschke
Allow to enforce update via web UI
2017-05-15Bold link in footer on login pageMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-11Allow to enforce update via web UIMorris Jobke
* adds a disclaimer that an update via web UI is on own risk * allows to skip the warning * fixes #4353 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-10Merge pull request #4771 from nextcloud/error-page-logo-cssJoas Schilling
use the same logo css for the error page as the login page
2017-05-09use the same logo css for the error page as the login pageRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-05-08fix sizing of logo in headerRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-05-08Merge pull request #4632 from nextcloud/login-logo-ratioLukas Reschke
show non landscape logos bigger on the login page
2017-05-04Merge pull request #4694 from nextcloud/fix_4676Christoph Wurst
Load proper fonts in guest.css
2017-05-04Load proper fonts in guest.cssRoeland Jago Douma
Fixes #4676 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-05-04Add radio class to read/write sharing options and 1px left adjustmentFelix A. Epp
Signed-off-by: Felix A. Epp <work@felixepp.de>
2017-05-02smaller max logo sizes and cleaner codeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-05-01show non landscape icons bigger on the login pageRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-05-01Merge pull request #4599 from nextcloud/contactsmenu-mobileLukas Reschke
Define max-width for Contacts menu for mobile
2017-04-29Make tooltip intransparentMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-29Merge pull request #4597 from nextcloud/tooltips-invertMorris Jobke
Invert tooltip color to white, fix #4563
2017-04-29Define max-width for Contacts menu for mobileJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-04-29Invert tooltip color to white, fix #4563Jan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-04-28Invert new header icons on bright theming colorsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-04-26Merge pull request #4529 from nextcloud/fix-filelist-checkboxesMorris Jobke
Fix filelist and checkbox vertical align
2017-04-26Fix filelist and checkbox vertical alignJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-04-26add contactsmenu popover to resharer infoboxGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2017-04-26add contactsmenu popoverGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2017-04-26Merge branch 'master' into contactsmenuJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-04-25Fix spinner position of Contacts menuJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-04-25Contacts menuChristoph Wurst
* load list of contacts from the server * show last message of each contact Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-04-25Fix auth flow background color and redirect view layoutJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>