summaryrefslogtreecommitdiffstats
path: root/core/css/share.css
Commit message (Collapse)AuthorAgeFilesLines
* Removed old css filesJohn Molakvoæ (skjnldsv)2017-01-061-199/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix unshare delete iconJohn Molakvoæ (skjnldsv)2016-12-021-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix username widthJohn Molakvoæ (skjnldsv)2016-11-291-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix #2384John Molakvoæ (skjnldsv)2016-11-291-4/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #2194 from nextcloud/jquery-dropdown-fixesMorris Jobke2016-11-181-3/+3
|\ | | | | jQuery dropdown fixes
| * jQuery UI dropdown: correct max-height of 4 1/2 entriesJan-Christoph Borchardt2016-11-171-3/+3
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | fix layout of sharing listJan-Christoph Borchardt2016-11-171-2/+2
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Issue-1776: Add unshare function to 3-dot menu.Julia Bode2016-10-291-2/+3
| | | | Signed-off-by: Julia Bode <julia.bode@lulisaur.us>
* [9.2] Show avatar in share drop down (#25976)Thomas Müller2016-10-111-0/+13
| | | | | | | | * Show avatar in share drop down * Fix share autocomplete vertical align with avatar Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* fix sharing icon's alignment and add padding to the unshare iconChristoph Wurst2016-10-031-1/+1
|
* Move options to the rightRoeland Jago Douma2016-10-031-2/+10
|
* move unshare button out of popover menu; keep menu opened on re-renderChristoph Wurst2016-10-031-1/+0
|
* Make e-mail icon visibleRoeland Jago Douma2016-08-211-0/+4
| | | | | | | | Fixes #996 * Make mail icon visible * Opacity to .5 * Add tooltip
* Keep share checkboxes togetherVincent Petry2016-03-181-0/+5
| | | | | | | | | - removed leading spaces before markup which can affect rendering in some cases - added shareOption CSS class to group and keep share option checkbox + label - moved ".showCruds" arrow into the matching shareOption to keep the arrow together with the checkbox
* remove unneeded css prefixesHendrik Leppelsack2015-11-231-2/+0
|
* fix sidebar Sharing layout a bitJan-Christoph Borchardt2015-09-171-13/+3
|
* Port share.css styles to the sidebar panelVincent Petry2015-09-161-12/+18
|
* Add expiration date handling in share tabVincent Petry2015-09-161-0/+8
|
* show link shareArthur Schiwon2015-09-161-4/+0
|
* Revert "fix z-index of share-autocomplete"Jan-Christoph Borchardt2015-07-011-1/+0
| | | | This reverts commit 4edf388a3852507886e1fc1c396725ea0a6c8e82.
* fix z-index of share-autocompleteJan-Christoph Borchardt2015-06-261-0/+1
|
* fix share input loading spinner, fix #15522Jan-Christoph Borchardt2015-04-101-1/+5
|
* add more present info about remote shares, fix layout of inputsJan-Christoph Borchardt2015-04-091-2/+7
|
* adjust share dropdown border radius to 3pxJan-Christoph Borchardt2015-03-261-10/+10
|
* combine labels with inputs in sharing dialog, fix #14796Jan-Christoph Borchardt2015-03-231-1/+0
|
* add more whitespace to share link options in dropdown for better ↵Jan-Christoph Borchardt2015-03-171-2/+4
| | | | clickability and look
* fix checkbox alignment in share dialog, fix #11515Jan-Christoph Borchardt2015-03-171-0/+1
|
* Avatars in share dialog fixesRoeland Jago Douma2015-03-031-6/+9
| | | | | | | * Avatar for "xxxx share with you..." to the left * Avatars for groups and remote shares (use default placeholder) * Modified and added unit tests * Use the same css for all the avatars in the dropdown
* Display user avatar in share dialogRoeland Jago Douma2015-02-121-0/+6
|
* Avoid dropdown to float under sidebar for mid narrow screensMorris Jobke2015-02-061-0/+7
|
* Added spinners in share dropdownVincent Petry2014-09-261-0/+14
| | | | | | | | | Added spinners for the following actions: - adding user - removing user - changing password - toggling allowing upload - setting a password
* fix the layout of the enforced expiry date messageMorris Jobke2014-07-011-1/+8
|
* fix expire message going out of box, fix #9280Jan-Christoph Borchardt2014-06-301-1/+2
|
* Fix hidden share button and checkbox layoutMorris Jobke2014-06-251-0/+2
| | | | fixes #9101
* fix positioning issue of share dropdown in intermediate widthsJan-Christoph Borchardt2014-06-031-1/+1
|
* increase width of share dialogBjoern Schiessle2014-05-131-1/+1
|
* add information about default expire date to the share dialogBjoern Schiessle2014-05-131-1/+1
|
* Fixes width of the dropdown menus as per computed styles.raghunayyar2014-01-261-1/+1
|
* Merge branch 'master' into core-em-to-pxraghunayyar2014-01-161-9/+27
|\ | | | | | | | | | | | | | | Conflicts: apps/files_sharing/css/public.css apps/user_ldap/css/settings.css core/css/multiselect.css core/css/share.css
| * Revert "[fix] Center Share Dropdown & Versions Dropdown"zombiehugs2013-12-031-1/+1
| | | | | | | | This reverts commit 1dbbfcf3dcd4de7f31344244b9f22217e4bfba72.
| * [fix] Center Share Dropdown & Versions Dropdownzombiehugs2013-12-031-1/+1
| | | | | | | | Center Share Dropdown & Versions Dropdown
| * Fixed share dropdown checkbox wrappingVincent Petry2013-10-231-18/+28
| | | | | | | | | | | | | | The "show cruds" button is now embedded into the last label/checkbox group and wraps with it. Added ellipsis to prevent long names to exceed the dropdown's width.
| * Added left padding to notCreatable messageVincent Petry2013-10-231-0/+1
| |
| * beautify 'you dont have write permissions' notice, fix #2770Jan-Christoph Borchardt2013-10-201-0/+5
| |
| * bold share usernameJan-Christoph Borchardt2013-10-201-0/+1
| |
| * properly align checkboxes to textJan-Christoph Borchardt2013-10-201-0/+1
| |
| * more breathing space in share listJan-Christoph Borchardt2013-10-201-1/+2
| |
* | All Core Styles from em->px, apart from styles.cssraghunayyar2013-10-071-10/+10
|/
* Merge branch 'master' into sharing_mail_notification_masterThomas Müller2013-10-021-67/+69
|\ | | | | | | | | Conflicts: core/css/share.css
| * just fix whitespace stuffMorris Jobke2013-10-021-64/+66
| |