summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | convert input metrics to pxJan-Christoph Borchardt2014-03-271-3/+8
| |/
* | Merge pull request #7724 from owncloud/mobileThomas Müller2014-03-282-1/+85
|\ \ | | | | | | [WIP] Mobile optimization for base layout and Files app
| * | mobile: set a width for navigation popover to it's always 3 columnsJan-Christoph Borchardt2014-03-211-2/+1
| | |
| * | mobile: adjust break to 768, also fix min-widthsJan-Christoph Borchardt2014-03-211-1/+1
| | |
| * | mobile: adjust width of app title, fix overlapJan-Christoph Borchardt2014-03-211-2/+2
| | |
| * | add top:45px to position:fixed controls, fixes alignment on android 4.0.4 ↵Jörn Friedrich Dreyer2014-03-211-0/+1
| | | | | | | | | | | | browser
| * | mobile: show caret indicator next to logo to make clear it is tappableJan-Christoph Borchardt2014-03-181-0/+8
| | |
| * | mobile: menu togglable for mobile, use code by @PVince81Jan-Christoph Borchardt2014-03-141-0/+65
| | |
| * | mobile: position share dropdownJan-Christoph Borchardt2014-03-141-0/+6
| | |
| * | mobile: don't require a minimum width for controls barJan-Christoph Borchardt2014-03-141-0/+5
| | |
* | | prevent dimmed ocdialog div from scrollingJörn Friedrich Dreyer2014-03-281-1/+1
| | |
* | | specify logo to not repeat when container is biggerJan-Christoph Borchardt2014-03-271-0/+2
| |/ |/|
* | Fix #7758jbtbnl2014-03-191-1/+1
| |
* | Set overflow-y to autoThomas Tanghus2014-03-181-1/+1
|/
* Merge pull request #7567 from owncloud/apps-scroll-settingsJan-Christoph Borchardt2014-03-091-0/+3
|\ | | | | restrict height of settings and make scrollable
| * restrict height of settings and make scrollableJan-Christoph Borchardt2014-03-051-0/+3
| |
* | fix noise not repeatingJan-Christoph Borchardt2014-03-061-1/+1
| |
* | Merge pull request #7566 from owncloud/button-outlinesMorris Jobke2014-03-051-0/+1
|\ \ | |/ |/| Adds 0 Outlines to Buttons
| * Adds 0 Outlines to Buttonsraghunayyar2014-03-051-0/+1
| |
* | add hover/focus states for star icons to hint at actionJan-Christoph Borchardt2014-03-051-2/+6
|/