summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* remove skip to content for now, see #12999Jan-Christoph Borchardt2014-12-221-0/+1
|
* proper feedback for breadcrumbs when tabbing with keyboardJan-Christoph Borchardt2014-12-191-0/+1
|
* improve keyboard navigation feedback for certain buttonsJan-Christoph Borchardt2014-12-191-0/+1
|
* introduce first 'Skip to content' buttonJan-Christoph Borchardt2014-12-191-0/+16
|
* fix feedback for apps menu when using keyboardJan-Christoph Borchardt2014-12-191-3/+3
|
* fix feedback for app navigation when using keyboardJan-Christoph Borchardt2014-12-191-0/+1
|
* better color contrast for focused buttonsJan-Christoph Borchardt2014-12-181-2/+2
|
* fix accessibility of logosJan-Christoph Borchardt2014-12-181-3/+0
|
* Merge pull request #12900 from owncloud/more-accessibilityThomas Müller2014-12-181-1/+12
|\ | | | | More accessibility fixes for Files
| * use method to only visually hide elements, show only for screen readerJan-Christoph Borchardt2014-12-171-1/+12
| |
* | add empty state for external storagesJan-Christoph Borchardt2014-12-171-0/+4
| |
* | use empty state for 'Shared with you' as wellJan-Christoph Borchardt2014-12-171-0/+3
| |
* | even better empty state for Favorites, and general Empty State styleJan-Christoph Borchardt2014-12-171-0/+11
|/
* bower jquery-ui - exported changes to a separate css fileMorris Jobke2014-12-134-1174/+140
|
* improve update error page: adjust line height of h2Jan-Christoph Borchardt2014-12-101-0/+1
|
* improve update error page: remove box, make link visible, insert missing ↵Jan-Christoph Borchardt2014-12-101-0/+5
| | | | space, remove line break
* remove border from user menu, adjust to apps menuJan-Christoph Borchardt2014-11-281-2/+2
|
* fix unreadable label in warning boxMorris Jobke2014-11-171-0/+6
|
* Migrate multiselect to user_ldapMorris Jobke2014-11-131-23/+0
|
* add relevant focus styles to the existing hover stylesJan-Christoph Borchardt2014-11-062-10/+47
|
* introduce h1, use either ownCloud name or current app nameJan-Christoph Borchardt2014-11-061-0/+3
|
* manage select2 via bowerMorris Jobke2014-11-064-646/+0
|
* explicitly unbold text by default, otherwise might be boldJan-Christoph Borchardt2014-11-051-0/+2
|
* unbold labels and foldersJan-Christoph Borchardt2014-11-051-6/+3
|
* Load avatar in header via PHPkondou2014-10-231-0/+2
| | | | | * fix #7484 * use UID, css, and div instead of span
* implement sidebar fro personal settings - bad kung-fuThomas Müller2014-10-171-1/+1
|
* increase whitespace below headings in settingsJan-Christoph Borchardt2014-10-081-1/+1
|
* 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 filepicker home icon being partly hidden, fix #10169Jan-Christoph Borchardt2014-09-231-0/+2
|
* correct delete-icon to icon-delete, fix #11128Jan-Christoph Borchardt2014-09-221-2/+2
|
* Merge pull request #10968 from owncloud/admin-groupsselect2Lukas Reschke2014-09-195-0/+658
|\ | | | | Use select2 for the groups excluded from sharing in admin page
| * fit select2 to ownCloud input styleJan-Christoph Borchardt2014-09-101-0/+12
| |
| * Move select2 from files_external to coreVincent Petry2014-09-094-0/+646
| |
* | Merge pull request #10902 from owncloud/fix-ellepsisLukas Reschke2014-09-161-0/+5
|\ \ | | | | | | Adding link to ellipsis and fixing styling
| * | Adding link to ellipsis and fixing stylingClark Tomlinson2014-09-161-0/+5
| | |
* | | Merge pull request #10896 from owncloud/undo-nav-entryMorris Jobke2014-09-161-0/+35
|\ \ \ | | | | | | | | Add delete undo styles
| * | | add delete undo stylesBernhard Posselt2014-09-161-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use less right padding better styling, fix padding issues no special color for undo nav entry fix fallback width use class for button
* | | | Merge pull request #10663 from owncloud/files_trashbin_original_pathMorris Jobke2014-09-161-0/+10
|\ \ \ \ | | | | | | | | | | Show original path information in trashbin and for shares
| * | | | patch tipsy in style.css - don't patch 3rdparty librariesMorris Jobke2014-09-162-1/+6
| | | | |
| * | | | Better tooltip handling of very long stringsRobin McCorkell2014-09-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Maximum tooltip length now 400px instead of 200px * Overflowing strings create ellipsis (...)
| * | | | Show original path information in trashbin and sharing viewsRobin McCorkell2014-09-111-0/+5
| | | | | | | | | | | | | | | | | | | | Path will only be shown if in subdirectory, not in root.
* | | | | Revert "improve logo flexibility to fix wide custom logo alignment, fix #9339"Vincent Petry2014-09-162-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 064e6951e1ef792422ff6cf24fce79c2320d4d5e. Reverting due to regression that breaks styles in error page, setup page and others. Fixes #10967
* | | | | Merge pull request #11040 from owncloud/fix-app-menu-overlappJan-Christoph Borchardt2014-09-152-2/+6
|\ \ \ \ \ | | | | | | | | | | | | Remove bottom: 0 from app-navigation-entry-utils to prevent the utils form overlapping the whole element....
| * | | | | add some minor fixes for IE8Morris Jobke2014-09-152-1/+5
| | | | | |
| * | | | | remove bottom: 0 to prevent the menu form overlapping the whole element. ↵Bernhard Posselt2014-09-151-2/+2
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This happens if a folder has entries, the menu expands to the very bottom and overlaps all entries and makes them impossible to click fix input width which was changed likely with the icon PR use calc because firefox and chrome have different scrollbar widths which causes firefox to push the button into the next row while everything is well in chrome add normal width for IE8
* | | | | Merge pull request #11026 from owncloud/apps-styles-updateMorris Jobke2014-09-151-23/+2
|\ \ \ \ \ | |/ / / / |/| | | | Apps styles update
| * | | | use same shade of grey for active navigation items and hoveringJan-Christoph Borchardt2014-09-111-2/+2
| | | | |
| * | | | remove icon styles from apps.css as they are in icons.cssJan-Christoph Borchardt2014-09-111-21/+0
| |/ / /
* | | | Merge pull request #10974 from owncloud/fix-app-content-overflowBernhard Posselt2014-09-121-1/+0
|\ \ \ \ | | | | | | | | | | This fixes the double scrollbars issue
| * | | | This fixes the double scrollbars issueBernhard Posselt2014-09-091-1/+0
| | |_|/ | |/| |