Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #22663 from owncloud/sidebar-mobile | Thomas Müller | 2016-02-29 | 1 | -1/+1 |
|\ | | | | | do not expand sidebar to full width on mobile, but up the min-width | ||||
| * | do not expand sidebar to full width on mobile, but up the min-width, fix #19915 | Jan-Christoph Borchardt | 2016-02-25 | 1 | -1/+1 |
| | | |||||
* | | Make file actions use icon CSS classes | Roeland Jago Douma | 2016-02-25 | 1 | -0/+2 |
|/ | | | | This makes theming of file actions possible | ||||
* | remove unneeded css prefixes | Hendrik Leppelsack | 2015-11-23 | 1 | -16/+5 |
| | |||||
* | standardize sizes for headings | Jan-Christoph Borchardt | 2015-11-16 | 1 | -3/+6 |
| | |||||
* | Merge pull request #20176 from owncloud/font-style | Thomas Müller | 2015-11-10 | 1 | -2/+2 |
|\ | | | | | move font back from Light to Regular for body text, fix #18954 | ||||
| * | move font back from Light to Regular for body text on normal-res screens, ↵ | Jan-Christoph Borchardt | 2015-11-10 | 1 | -2/+2 |
| | | | | | | | | fix #18954 | ||||
* | | Set "ie" CSS class for IE10, IE11 | Vincent Petry | 2015-11-10 | 1 | -1/+6 |
|/ | | | | Fixed border in file action menu | ||||
* | Merge pull request #19630 from owncloud/fix-ie-pain | Thomas Müller | 2015-10-14 | 1 | -1/+7 |
|\ | | | | | Fix more IE issues | ||||
| * | [IE9] Set explicit height to file actions menu icon | Vincent Petry | 2015-10-07 | 1 | -0/+1 |
| | | | | | | | | IE9 flattened the icons, so give it an explicit height. | ||||
| * | [IE] Add border to dropdown menus | Vincent Petry | 2015-10-07 | 1 | -1/+6 |
| | | | | | | | | | | As a fallback because box-shadow doesn't give the same effect and drop shadow doesn't work with IE. | ||||
* | | Revert "Revert "Move trashbin specific CSS that modifies sidebar"" | Thomas Müller | 2015-10-12 | 1 | -1/+0 |
| | | | | | | | | This reverts commit 0738ddfb768c541e8a6b112fb2cd12d15676a0ab. | ||||
* | | Revert "Move trashbin specific CSS that modifies sidebar" | Thomas Müller | 2015-10-12 | 1 | -0/+1 |
| | | |||||
* | | Move trashbin specific CSS that modifies sidebar | Vincent Petry | 2015-10-12 | 1 | -1/+0 |
|/ | | | | | Only when trashbin is enabled, its sidebar nav element must be fixed at the bottom. | ||||
* | [IE8] Fix popover menu borders for IE8 | Vincent Petry | 2015-09-29 | 1 | -0/+7 |
| | | | | | - fixes "New" menu - fixes file actions menu | ||||
* | Revert "Update apps.css (Scroll more smoothly for Webkit browser)" | Jan-Christoph Borchardt | 2015-09-24 | 1 | -1/+0 |
| | |||||
* | Merge pull request #18692 from fuhaoshih/patch-2 | Thomas Müller | 2015-09-16 | 1 | -0/+1 |
|\ | | | | | Update apps.css (Scroll more smoothly for Webkit browser) | ||||
| * | Update apps.css | fuhaoshih | 2015-08-31 | 1 | -0/+1 |
| | | | | | | Scroll more smoothly for Webkit browser(mobile). | ||||
* | | adjust navigation text opacity, fix #19016 | Jan-Christoph Borchardt | 2015-09-16 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #18630 from owncloud/files-combineuploadbutton | Jan-Christoph Borchardt | 2015-09-07 | 1 | -0/+65 |
|\ \ | |/ |/| | Combine upload action into the "New" menu | ||||
| * | fix icon and layout details for new menu | Jan-Christoph Borchardt | 2015-09-03 | 1 | -9/+1 |
| | | |||||
| * | Combine upload action into the "New" menu | Vincent Petry | 2015-08-28 | 1 | -0/+73 |
| | | | | | | | | Refactored the new menu to be encapsulated in the NewFileMenu JS class | ||||
* | | Introduce small line for navigation sidebar | Morris Jobke | 2015-08-30 | 1 | -0/+5 |
|/ | |||||
* | reduce grey tones in app navigation, bubble menu and scrollbar | Jan-Christoph Borchardt | 2015-08-26 | 1 | -23/+18 |
| | |||||
* | properly shade file actions and menu items, don't differentiate between ↵ | Jan-Christoph Borchardt | 2015-08-26 | 1 | -10/+20 |
| | | | | mobile and desktop | ||||
* | remove border around bubble menu | Jan-Christoph Borchardt | 2015-08-26 | 1 | -12/+1 |
| | |||||
* | replace section line with whitespace | Jan-Christoph Borchardt | 2015-08-25 | 1 | -1/+1 |
| | |||||
* | lighter style for app sidebar, new switcher style | Jan-Christoph Borchardt | 2015-08-24 | 1 | -20/+6 |
| | |||||
* | fix layout and design of actions dropdown | Jan-Christoph Borchardt | 2015-08-10 | 1 | -1/+1 |
| | |||||
* | Added bubble style, applied to file actions menu | Vincent Petry | 2015-08-10 | 1 | -1/+10 |
| | |||||
* | Fix app-content scrollbar when app-sidebar is open | Vincent Petry | 2015-08-07 | 1 | -3/+3 |
| | |||||
* | fix right sidebar position and first style | Jan-Christoph Borchardt | 2015-08-07 | 1 | -9/+4 |
| | |||||
* | Use own tabs impl in files sidebar | Vincent Petry | 2015-08-07 | 1 | -0/+48 |
| | | | | Also change style. | ||||
* | rename sidebar element and use css and js utility functions to core | Arthur Schiwon | 2015-08-07 | 1 | -0/+36 |
| | |||||
* | Revert "explicitly set z-index on app-content, fix overlap from navigation" | Jan-Christoph Borchardt | 2015-07-01 | 1 | -1/+1 |
| | | | | This reverts commit 71e5bc180399e75af7b67b4187c19d94b5586a5f. | ||||
* | explicitly set z-index on app-content, fix overlap from navigation | Jan-Christoph Borchardt | 2015-06-23 | 1 | -1/+1 |
| | |||||
* | Display the module settings in the list of the encryption modules | Joas Schilling | 2015-05-04 | 1 | -0/+6 |
| | |||||
* | add icons to files sidebar, fix shade, fix position of settings icon and text | Jan-Christoph Borchardt | 2015-04-08 | 1 | -2/+7 |
| | |||||
* | fix layout for Sharing settings | Jan-Christoph Borchardt | 2015-03-27 | 1 | -1/+2 |
| | |||||
* | Added ext storage mount options GUI | Vincent Petry | 2015-03-26 | 1 | -0/+16 |
| | | | | | | | | | | | | Added option to disable autoscan of external storages Mount option file system scan is now an int Move priority field to avoid undefined field in storage options All input elements inside the storage options block get parsed into storage options. Moving the priority field outside prevents it to appear in the storage config, as expected. It is still parsed by special code. | ||||
* | Merge pull request #14970 from owncloud/sidebar-enhancements | Jan-Christoph Borchardt | 2015-03-25 | 1 | -0/+2 |
|\ | | | | | sidebar fixes | ||||
| * | fix position of 'Deleted files' sidebar entry, fix #10815 | Jan-Christoph Borchardt | 2015-03-18 | 1 | -0/+1 |
| | | |||||
| * | add bottom padding to sidebar, fix last element being hidden below settings, ↵ | Jan-Christoph Borchardt | 2015-03-17 | 1 | -0/+1 |
| | | | | | | | | fix #13264 | ||||
* | | fixing #15027, cleaning up obsolete IE5-7 workaround code | Volker E | 2015-03-19 | 1 | -1/+0 |
|/ | |||||
* | Merge pull request #13439 from owncloud/app-filter | Thomas Müller | 2015-02-23 | 1 | -0/+3 |
|\ | | | | | Make the search box filter apps | ||||
| * | Added unit test for app filter | Vincent Petry | 2015-02-23 | 1 | -0/+3 |
| | | |||||
* | | if no link text has been set for the navigation show the link nonetheless | Bernhard Posselt | 2015-02-18 | 1 | -0/+1 |
|/ | |||||
* | fix feedback for app navigation when using keyboard | Jan-Christoph Borchardt | 2014-12-19 | 1 | -0/+1 |
| | |||||
* | add relevant focus styles to the existing hover styles | Jan-Christoph Borchardt | 2014-11-06 | 1 | -4/+9 |
| | |||||
* | explicitly unbold text by default, otherwise might be bold | Jan-Christoph Borchardt | 2014-11-05 | 1 | -0/+2 |
| |