summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* remove noise texture from interface (not necessary, and blurry on high-res)Jan-Christoph Borchardt2014-05-232-14/+9
|
* Merge pull request #8609 from owncloud/ie8-svgfallbackforiconsVincent Petry2014-05-171-0/+15
|\ | | | | SVG fallback for a few icons
| * SVG fallback for settings iconVincent Petry2014-05-161-0/+5
| |
| * Fallback for triangle iconsVincent Petry2014-05-161-0/+10
| |
* | Fixed many issues, clean upVincent Petry2014-05-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed upload and storage statistics - fixed infinite scroll to use the correct contain for scroll detection - fixed unit test that sometimes fail for rename case - controls are now sticky again - fixed selection overlay to be aligned with the table - fixed "select all" checkbox that had id conflicts - fixed public page - fixed global actions permissions detection - fix when URL contains an invalid view id - viewer mode now hides the sidebar (ex: text editor) - added unit tests for trashbin - clean up storage info in template (most is retrieved via ajax call now)
* | Added app navigation for files appVincent Petry2014-05-152-5/+3
|/ | | | | | - Added links to trashbin and shared dir - Moved "WebDAV" settings block to the app nav's settings section - Added sidebar support in trashbin app as well
* Merge pull request #8140 from owncloud/login-valignJan-Christoph Borchardt2014-05-151-0/+21
|\ | | | | Vertically align public layout to better fit small mobile screens
| * Move vertical alignment of public layout to mobile. Refs #8140jbtbnl2014-05-042-16/+22
| |
| * Vertically align public layout to better fit small mobile screensjbtbnl2014-04-101-1/+16
| |
* | Merge pull request #8522 from owncloud/sharing_ux_improvementsBjörn Schießle2014-05-141-1/+1
|\ \ | | | | | | Sharing ux improvements
| * | 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
| | |
* | | fix sticky footer on log in pageJan-Christoph Borchardt2014-05-121-2/+2
| | |
* | | reduce multiselect max-width from 400 to 200px to not take too much spaceJan-Christoph Borchardt2014-05-091-1/+1
|/ /
* | fix enlarged caret on installation pageJan-Christoph Borchardt2014-05-061-2/+0
| |
* | Merge pull request #8400 from owncloud/download-button-public-folderThomas Müller2014-05-021-11/+7
|\ \ | | | | | | reintroduce download button on public shares
| * | fix position and look of public download buttonJan-Christoph Borchardt2014-05-021-4/+7
| | |
| * | remove unneeded header-right details stylesJan-Christoph Borchardt2014-05-021-7/+0
| | |
* | | remove leftcontent and rightcontent CSS, no longer neededJan-Christoph Borchardt2014-04-291-15/+0
|/ /
* | Added infinite scrolling (in-memory list)Vincent Petry2014-04-281-1/+11
| |
* | Merge pull request #8229 from owncloud/menutoggle-mobileLukas Reschke2014-04-201-0/+5
|\ \ | | | | | | do not show menu toggle on public share links as there is no menu
| * | do not show menu toggle on public share links as there is no menuJan-Christoph Borchardt2014-04-161-0/+5
| | |
* | | Merge pull request #8236 from owncloud/header-right-fixMorris Jobke2014-04-171-7/+49
|\ \ \ | | | | | | | | remove duplication of header and 'header-right' element, also ellipsize when too wide
| * | | fix header code duplication, code style fixesJan-Christoph Borchardt2014-04-161-5/+28
| | | |
| * | | remove duplication of 'header-right' element, also make it overflow when too ↵Jan-Christoph Borchardt2014-04-161-3/+22
| |/ / | | | | | | | | | wide
* | | Merge pull request #7994 from owncloud/fix-login-fieldsMorris Jobke2014-04-161-15/+39
|\ \ \ | | | | | | | | Fix login fields
| * | | fix overlapping infield labelsJan-Christoph Borchardt2014-04-161-1/+1
| | | |
| * | | fix database infield label indentationJan-Christoph Borchardt2014-04-161-1/+3
| | | |
| * | | fix sizing for fields when password is shownJan-Christoph Borchardt2014-04-161-9/+6
| | | |
| * | | make infield labels use less space so pasting in is easierJan-Christoph Borchardt2014-04-011-3/+8
| | | |
| * | | fix log in input sizing caused by core input field switch to pxJan-Christoph Borchardt2014-04-011-11/+31
| | | |
* | | | fix error display on smaller screens, fix #8090Jan-Christoph Borchardt2014-04-162-2/+10
| |/ / |/| |
* | | fix search box wrapping on very narrow screensJan-Christoph Borchardt2014-04-091-0/+1
| |/ |/|
* | Merge pull request #8072 from owncloud/slideshow-buttonsjbtbnl2014-04-061-1/+1
|\ \ | | | | | | Fix slideshow buttons being invisible
| * | Fix slideshow buttons being invisibleRobin Appelman2014-04-061-1/+1
| | |
* | | Delete auth.cssLukas Reschke2014-04-041-39/+0
|/ /
* | Merge pull request #6968 from owncloud/files-ajaxloadMorris Jobke2014-04-031-0/+7
|\ \ | | | | | | Ajaxify files list for files + trashbin + public page
| * | Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Files app: - removed file list template, now rendering list from JSON response - FileList.addFile/addDir is now FileList.add() and takes a JS map with all required arguments instead of having a long number of function arguments - added unit tests for many FileList operations - fixed newfile.php, newfolder.php and rename.php to return the file's full JSON on success - removed obsolete/unused undo code - removed download_url / loading options, now using Files.getDownloadUrl() for that - server side now uses Helper::getFileInfo() to prepare file JSON response - previews are now client-side only Breadcrumbs are now JS only: - Added BreadCrumb class to handle breadcrumb rendering and events - Added unit test for BreadCrumb class - Moved all relevant JS functions to the BreadCrumb class Public page now uses ajax to load the file list: - Added Helper class in sharing app to make it easier to authenticate and retrieve the file's real path - Added ajax/list.php to retrieve the file list - Fixed FileActions and FileList to work with the ajax list Core: - Fixed file picker dialog to use the same list format as files app
* | | fix h3 style, move out from settings to apps CSSJan-Christoph Borchardt2014-04-021-1/+3
|/ /
* | Merge pull request #7817 from owncloud/app-navigation-for-appsMorris Jobke2014-04-011-2/+6
|\ \ | |/ |/| Makes #app-navigation a part of app management.
| * apply proposed changeMorris Jobke2014-04-011-2/+2
| |
| * merge CSS rulesMorris Jobke2014-03-311-4/+2
| |
| * Removes highlighting of selected items, padding from apps management.raghunayyar2014-03-301-3/+0
| |
| * Adds Style changes to app-navigation in core/css/apps.cssraghunayyar2014-03-241-2/+11
| |
* | Merge pull request #7915 from owncloud/replace-personalblockVincent Petry2014-04-012-15/+23
|\ \ | | | | | | Replace personalblock with .section
| * \ external storage: fix merge conflict, indentationJan-Christoph Borchardt2014-03-313-2/+88
| |\ \
| * | | remove CSS rules for personalblock, remove it from coreJan-Christoph Borchardt2014-03-271-12/+4
| | | |
| * | | general styles for the content areaJan-Christoph Borchardt2014-03-271-3/+19
| | |/ | |/|
* | | Merge pull request #7916 from owncloud/fix-input-sizesMorris Jobke2014-03-311-6/+11
|\ \ \ | |_|/ |/| | Fix input sizes
| * | fix duplicate rules for button/input styles, em to pxJan-Christoph Borchardt2014-03-311-3/+3
| | |