summaryrefslogtreecommitdiffstats
path: root/core/css/apps.css
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22663 from owncloud/sidebar-mobileThomas Müller2016-02-291-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 #19915Jan-Christoph Borchardt2016-02-251-1/+1
| |
* | Make file actions use icon CSS classesRoeland Jago Douma2016-02-251-0/+2
|/ | | | This makes theming of file actions possible
* remove unneeded css prefixesHendrik Leppelsack2015-11-231-16/+5
|
* standardize sizes for headingsJan-Christoph Borchardt2015-11-161-3/+6
|
* Merge pull request #20176 from owncloud/font-styleThomas Müller2015-11-101-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 Borchardt2015-11-101-2/+2
| | | | | | | | fix #18954
* | Set "ie" CSS class for IE10, IE11Vincent Petry2015-11-101-1/+6
|/ | | | Fixed border in file action menu
* Merge pull request #19630 from owncloud/fix-ie-painThomas Müller2015-10-141-1/+7
|\ | | | | Fix more IE issues
| * [IE9] Set explicit height to file actions menu iconVincent Petry2015-10-071-0/+1
| | | | | | | | IE9 flattened the icons, so give it an explicit height.
| * [IE] Add border to dropdown menusVincent Petry2015-10-071-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üller2015-10-121-1/+0
| | | | | | | | This reverts commit 0738ddfb768c541e8a6b112fb2cd12d15676a0ab.
* | Revert "Move trashbin specific CSS that modifies sidebar"Thomas Müller2015-10-121-0/+1
| |
* | Move trashbin specific CSS that modifies sidebarVincent Petry2015-10-121-1/+0
|/ | | | | Only when trashbin is enabled, its sidebar nav element must be fixed at the bottom.
* [IE8] Fix popover menu borders for IE8Vincent Petry2015-09-291-0/+7
| | | | | - fixes "New" menu - fixes file actions menu
* Revert "Update apps.css (Scroll more smoothly for Webkit browser)"Jan-Christoph Borchardt2015-09-241-1/+0
|
* Merge pull request #18692 from fuhaoshih/patch-2Thomas Müller2015-09-161-0/+1
|\ | | | | Update apps.css (Scroll more smoothly for Webkit browser)
| * Update apps.cssfuhaoshih2015-08-311-0/+1
| | | | | | Scroll more smoothly for Webkit browser(mobile).
* | adjust navigation text opacity, fix #19016Jan-Christoph Borchardt2015-09-161-1/+1
| |
* | Merge pull request #18630 from owncloud/files-combineuploadbuttonJan-Christoph Borchardt2015-09-071-0/+65
|\ \ | |/ |/| Combine upload action into the "New" menu
| * fix icon and layout details for new menuJan-Christoph Borchardt2015-09-031-9/+1
| |
| * Combine upload action into the "New" menuVincent Petry2015-08-281-0/+73
| | | | | | | | Refactored the new menu to be encapsulated in the NewFileMenu JS class
* | Introduce small line for navigation sidebarMorris Jobke2015-08-301-0/+5
|/
* reduce grey tones in app navigation, bubble menu and scrollbarJan-Christoph Borchardt2015-08-261-23/+18
|
* properly shade file actions and menu items, don't differentiate between ↵Jan-Christoph Borchardt2015-08-261-10/+20
| | | | mobile and desktop
* remove border around bubble menuJan-Christoph Borchardt2015-08-261-12/+1
|
* replace section line with whitespaceJan-Christoph Borchardt2015-08-251-1/+1
|
* lighter style for app sidebar, new switcher styleJan-Christoph Borchardt2015-08-241-20/+6
|
* fix layout and design of actions dropdownJan-Christoph Borchardt2015-08-101-1/+1
|
* Added bubble style, applied to file actions menuVincent Petry2015-08-101-1/+10
|
* Fix app-content scrollbar when app-sidebar is openVincent Petry2015-08-071-3/+3
|
* fix right sidebar position and first styleJan-Christoph Borchardt2015-08-071-9/+4
|
* Use own tabs impl in files sidebarVincent Petry2015-08-071-0/+48
| | | | Also change style.
* rename sidebar element and use css and js utility functions to coreArthur Schiwon2015-08-071-0/+36
|
* Revert "explicitly set z-index on app-content, fix overlap from navigation"Jan-Christoph Borchardt2015-07-011-1/+1
| | | | This reverts commit 71e5bc180399e75af7b67b4187c19d94b5586a5f.
* explicitly set z-index on app-content, fix overlap from navigationJan-Christoph Borchardt2015-06-231-1/+1
|
* Display the module settings in the list of the encryption modulesJoas Schilling2015-05-041-0/+6
|
* add icons to files sidebar, fix shade, fix position of settings icon and textJan-Christoph Borchardt2015-04-081-2/+7
|
* fix layout for Sharing settingsJan-Christoph Borchardt2015-03-271-1/+2
|
* Added ext storage mount options GUIVincent Petry2015-03-261-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-enhancementsJan-Christoph Borchardt2015-03-251-0/+2
|\ | | | | sidebar fixes
| * fix position of 'Deleted files' sidebar entry, fix #10815Jan-Christoph Borchardt2015-03-181-0/+1
| |
| * add bottom padding to sidebar, fix last element being hidden below settings, ↵Jan-Christoph Borchardt2015-03-171-0/+1
| | | | | | | | fix #13264
* | fixing #15027, cleaning up obsolete IE5-7 workaround codeVolker E2015-03-191-1/+0
|/
* Merge pull request #13439 from owncloud/app-filterThomas Müller2015-02-231-0/+3
|\ | | | | Make the search box filter apps
| * Added unit test for app filterVincent Petry2015-02-231-0/+3
| |
* | if no link text has been set for the navigation show the link nonethelessBernhard Posselt2015-02-181-0/+1
|/
* fix feedback for app navigation when using keyboardJan-Christoph Borchardt2014-12-191-0/+1
|
* add relevant focus styles to the existing hover stylesJan-Christoph Borchardt2014-11-061-4/+9
|
* explicitly unbold text by default, otherwise might be boldJan-Christoph Borchardt2014-11-051-0/+2
|