summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* [stable13] Fix header navJohn Molakvoæ (skjnldsv)2018-06-041-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add search category iconJohn Molakvoæ (skjnldsv)2018-05-291-0/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix scope of nav css ruleJulius Härtl2018-05-241-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Backport of #9437Arthur Schiwon2018-05-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | allow to specify a link to a legal notice Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> fix tests Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> fix undo for url-typed inputs and minor adjustments Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Use link not address in labels for URLs Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> this file does not belong here Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Ensure proper color contrast according to WCAG AAJan-Christoph Borchardt2018-05-091-0/+5
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* [stable13] backport various scss fixes #8777John Molakvoæ (skjnldsv)2018-04-201-4/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix search text overlapping clode buttonJulius Härtl2018-03-281-0/+1
| | | | | | fixes #8701 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fixed date/time picker on IE11John Molakvoæ (skjnldsv)2018-03-051-2/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fixup! Fixed app navigation for IE11John Molakvoæ (skjnldsv)2018-03-011-1/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed app navigation for IE11John Molakvoæ (skjnldsv)2018-03-011-3/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix edit tag textbox sizeAastha Gupta2018-02-171-0/+1
| | | | | | Fixes #7586 Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
* Remove jquery ui background imageJulius Härtl2018-02-091-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fixed app navigation flex marginsJohn Molakvoæ (skjnldsv)2018-01-311-26/+9
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* made small changes to login screenRobert Pirritano2018-01-111-4/+2
| | | | | | added height back 70px back to footer and removed .htaccess file Signed-off-by: Robert R Pirritano <rpirritano@gmail.com>
* Set height for sidebar iconsJulius Härtl2018-01-101-0/+1
| | | | | | This makes sure they are properly scaled in IE11 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Improve shadow of tooltipsJulius Härtl2018-01-082-2/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix "New" menu shown behind the multiselect header in the file listDaniel Calviño Sánchez2018-01-081-1/+1
| | | | | | | | | | | | | The "New" menu is a descendant of the controls bar, and the controls bar and the multiselect header belong to the same stacking context. As they had the same z-index but the multiselect header appears after the controls bar in the DOM the controls bar and its descendants, including the "New" menu, were rendered behind the multiselect header. Now the controls bar has a z-index value higher than the one used for the multiselect header to ensure that the "New" menu is rendered in front of the multiselect header. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Merge pull request #7477 from nextcloud/date-time-picker-position-fixMorris Jobke2018-01-052-23/+47
|\ | | | | Date time picker position fix & design fixes
| * Fix am-pmJohn Molakvoæ (skjnldsv)2018-01-031-9/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Datepicker design fixJohn Molakvoæ (skjnldsv)2018-01-032-23/+49
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix popover shadow in app menuJulius Härtl2018-01-041-1/+8
| | | | | | | | | | | | Make sure the app menu popover shadow does overlay the active indicator Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix app menu popover alignmentJulius Härtl2018-01-041-3/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add margin around inline linksMorris Jobke2018-01-031-0/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | format links in commentsArthur Schiwon2018-01-031-0/+4
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix logo URL in SCSS variablesJulius Härtl2018-01-031-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #7478 from nextcloud/breadcrumbs-buttons-fixes-galleryJohn Molakvoæ2017-12-222-13/+5
|\ | | | | Fixed breadcrumbs calculation and actions flow
| * zindex fixJohn Molakvoæ (skjnldsv)2017-12-201-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Add the webkit sticky position prefixMorris Jobke2017-12-201-0/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Make contorls stick to the top when scrollingMarin Treselj2017-12-201-1/+2
| | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
| * Dynamic control bar widthMarin Treselj2017-12-202-12/+2
| | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | Merge pull request #7572 from nextcloud/fix-box-shadowMorris Jobke2017-12-202-5/+11
|\ \ | |/ |/| Fix box shadow of header elements
| * Fix box shadow of header elementsMorris Jobke2017-12-202-5/+11
| | | | | | | | | | | | | | | | * unify shadow blur from 3px to 10px * remove opacity of background of app labels * for IE: use box-shadow as fallback (because the filter: drop-shadow is not supported) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix opening the menu in a Share pageDaniel Calviño Sánchez2017-12-191-1/+4
|/ | | | | | | | | | | | ".popovermenu" elements are visible or not depending on whether they also have the "open" CSS class or not. "#header .menu" elements were always hidden, so when both rules applied to the same element, like in the menu of a Share page, the element was always hidden due to "#header .menu" being more specific than ".popovermenu" and thus overriding its rules. Now, "#header .menu" elements are hidden only if they are not a ".popovermenu" too. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Removed unwanted and unused spacerJohn Molakvoæ (skjnldsv)2017-12-121-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed firefox guest header heightJohn Molakvoæ (skjnldsv)2017-12-121-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed width on app detailsJohn Molakvoæ (skjnldsv)2017-12-111-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed scrolling in app listJohn Molakvoæ (skjnldsv)2017-12-111-3/+12
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed popover menu in entryJohn Molakvoæ (skjnldsv)2017-12-111-25/+40
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #7249 from nextcloud/guest-flexMorris Jobke2017-12-111-10/+12
|\ | | | | Guest flex instead of absolute
| * Fixed topJohn Molakvoæ (skjnldsv)2017-11-231-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed heigh resizeJohn Molakvoæ (skjnldsv)2017-11-221-2/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Use flex for guest full screen alignmentJohn Molakvoæ (skjnldsv)2017-11-221-8/+9
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix syntax errorMorris Jobke2017-12-041-0/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Define icon-shadow only in context of icon-whiteMarin Treselj2017-11-301-7/+2
| | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | Add new .icon-white and .icon-shadow classes, add toggle-background iconMarin Treselj2017-11-282-11/+38
| | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | Merge pull request #7303 from nextcloud/fix-contact-menuMorris Jobke2017-11-271-0/+1
|\ \ | | | | | | Fix contacts menu height for Safari
| * | Fix contacts menu height for SafariMorris Jobke2017-11-271-0/+1
| | | | | | | | | | | | | | | | | | | | | * fixes #5119 * in Safari the input field was 38px in height and not 34px like in all other browsers Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7266 from ↵Morris Jobke2017-11-271-2/+27
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix-input-field-not-disabled-while-a-comment-is-being-sent Fix input field not disabled while a comment is being sent
| * | | Make "contenteditable=false" divs look like disabled input fieldsDaniel Calviño Sánchez2017-11-231-2/+27
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #7251 from nextcloud/contact-menu-position-fixMorris Jobke2017-11-271-1/+3
|\ \ \ \ | |_|/ / |/| | | Fixed contact menu position on comments