summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | show link shareArthur Schiwon2015-09-161-4/+0
| |/ / /
* | | | use label:before instead of labelHendrik Leppelsack2015-09-161-17/+21
| | | |
* | | | Fixes white and black checkboxes in core, files will be next.Raghu Nayyar2015-09-161-5/+21
| | | |
* | | | Adds background image for checkboxesRaghu Nayyar2015-09-161-1/+18
|/ / /
* | | enforce loading icon in sidebar to be 32x32Georg Ehrke2015-09-111-0/+4
| | |
* | | Merge pull request #18630 from owncloud/files-combineuploadbuttonJan-Christoph Borchardt2015-09-072-0/+75
|\ \ \ | |_|/ |/| | 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-282-0/+83
| | | | | | | | | | | | Refactored the new menu to be encapsulated in the NewFileMenu JS class
* | | use SVG for toggle image instead of PNG, fix installation and personal ↵Jan-Christoph Borchardt2015-09-031-1/+1
| | | | | | | | | | | | settings toggle
* | | Merge pull request #18682 from owncloud/quota-select-styleJan-Christoph Borchardt2015-09-032-1/+13
|\ \ \ | |_|/ |/| | Makes settings quota select like multiselect.
| * | use proper triangle for multiselect dropdowns as wellJan-Christoph Borchardt2015-09-032-1/+3
| | |
| * | Makes settings select like multiselectRaghu Nayyar2015-09-031-0/+10
| | |
* | | Introduce small line for navigation sidebarMorris Jobke2015-08-301-0/+5
|/ /
* / fix size of filetype icons in filepickerJan-Christoph Borchardt2015-08-281-0/+1
|/
* Merge pull request #18621 from owncloud/filetype-icons-elsewhereJan-Christoph Borchardt2015-08-281-6/+2
|\ | | | | fix filetype icons elsewhere, empty page, sidebar, apps menu
| * fix filetype icons elsewhere, empty page, sidebar, apps menuJan-Christoph Borchardt2015-08-281-6/+2
| |
* | use simpler logo for log in pageJan-Christoph Borchardt2015-08-271-1/+3
| |
* | position and style remember button on log in pageJan-Christoph Borchardt2015-08-271-2/+4
| |
* | move log in button into fields and use icon instead of textJan-Christoph Borchardt2015-08-271-5/+25
|/
* reduce grey tones in app navigation, bubble menu and scrollbarJan-Christoph Borchardt2015-08-262-24/+19
|
* Merge pull request #18573 from owncloud/search-styleJan-Christoph Borchardt2015-08-263-30/+14
|\ | | | | only show search icon on desktop, like on mobile
| * only show search icon on desktop, like on mobileJan-Christoph Borchardt2015-08-263-30/+14
| |
* | Merge pull request #18577 from owncloud/action-detailsMorris Jobke2015-08-261-20/+19
|\ \ | | | | | | file action detail style fixes
| * | 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
| |/
* / Make maintenance/update text whiteVincent Petry2015-08-261-1/+0
|/ | | | | Removing the color makes it default to white as defined in the parent style.
* Merge pull request #18522 from owncloud/lighter-fontsMorris Jobke2015-08-252-12/+13
|\ | | | | move fonts from Regular+Bold to Light+Semibold for lighter feel
| * move fonts from Regular+Bold to Light+Semibold for lighter feelJan-Christoph Borchardt2015-08-252-12/+13
| |
* | make profile photos roundJan-Christoph Borchardt2015-08-251-0/+12
|/
* Merge pull request #18543 from owncloud/remove-linesJan-Christoph Borchardt2015-08-251-1/+1
|\ | | | | Remove some lines
| * replace section line with whitespaceJan-Christoph Borchardt2015-08-251-1/+1
| |
* | remove border from button styleJan-Christoph Borchardt2015-08-251-1/+1
|/
* lighter style for app sidebar, new switcher styleJan-Christoph Borchardt2015-08-241-20/+6
|
* adjust search box styleJan-Christoph Borchardt2015-08-242-4/+4
|
* Merge pull request #17434 from owncloud/update-showappnameonappupdateMorris Jobke2015-08-201-0/+7
|\ | | | | Display app names in update page for app updates
| * Additions to update pageVincent Petry2015-08-201-0/+7
| | | | | | | | | | | | | | Apps to update and to disable will always be shown. Main title changes only when apps need updated, not core. Added bullet style. Exclude incompatible apps from updated apps list.
| * Revert "fix z-index of share-autocomplete"Jan-Christoph Borchardt2015-07-011-1/+0
| | | | | | | | This reverts commit 4edf388a3852507886e1fc1c396725ea0a6c8e82.
| * Revert "explicitly set z-index on app-content, fix overlap from navigation"Jan-Christoph Borchardt2015-07-011-1/+1
| | | | | | | | This reverts commit 71e5bc180399e75af7b67b4187c19d94b5586a5f.
| * fix z-index of share-autocompleteJan-Christoph Borchardt2015-06-261-0/+1
| |
| * explicitly set z-index on app-content, fix overlap from navigationJan-Christoph Borchardt2015-06-231-1/+1
| |
* | 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-072-8/+4
| |
* | 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-072-0/+44
| |
* | use inline confirm button style for password-protected links, ref #15176Jan-Christoph Borchardt2015-07-291-0/+8
| |
* | moved tooltip.js to vendor scriptsHendrik Leppelsack2015-06-221-25/+0
| |
* | replaced tipsy with bootstrap tooltipHendrik Leppelsack2015-06-221-0/+119
|/
* fix app menu not showing on mobile, fix #16844Jan-Christoph Borchardt2015-06-101-2/+2
|