summaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
Commit message (Collapse)AuthorAgeFilesLines
* Fixed styles in update overview pageVincent Petry2014-05-271-0/+10
|
* remove noise texture from interface (not necessary, and blurry on high-res)Jan-Christoph Borchardt2014-05-231-9/+9
|
* fix sticky footer on log in pageJan-Christoph Borchardt2014-05-121-2/+2
|
* 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
|/
* 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-161-2/+2
| |/ |/|
* | Fix slideshow buttons being invisibleRobin Appelman2014-04-061-1/+1
| |
* | 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
* Merge pull request #7915 from owncloud/replace-personalblockVincent Petry2014-04-011-12/+4
|\ | | | | Replace personalblock with .section
| * external storage: fix merge conflict, indentationJan-Christoph Borchardt2014-03-311-0/+3
| |\
| * | remove CSS rules for personalblock, remove it from coreJan-Christoph Borchardt2014-03-271-12/+4
| | |
* | | 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-281-0/+1
|\ \ | | | | | | [WIP] Mobile optimization for base layout and Files app
| * | add top:45px to position:fixed controls, fixes alignment on android 4.0.4 ↵Jörn Friedrich Dreyer2014-03-211-0/+1
| | | | | | | | | | | | browser
* | | specify logo to not repeat when container is biggerJan-Christoph Borchardt2014-03-271-0/+2
| |/ |/|
* | Fix #7758jbtbnl2014-03-191-1/+1
|/
* Adds 0 Outlines to Buttonsraghunayyar2014-03-051-0/+1
|
* Do not override button background imagejbtbnl2014-03-031-4/+4
|
* remove border from log in input fields, simpler and works better with themesJan-Christoph Borchardt2014-02-271-5/+3
|
* Merge branch 'master' into mobile-headerRobin Appelman2014-02-211-0/+30
|\
| * fix IE10 viewport sizeingRobin Appelman2014-02-201-0/+5
| |
| * Merge pull request #7056 from owncloud/users-scrollperformanceJan-Christoph Borchardt2014-02-201-0/+12
| |\ | | | | | | Improve users list scrolling performance
| | * Improve users list scrolling performanceVincent Petry2014-02-171-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed JS error when avatar mode is disabled - added spinner at the bottom of the table - scroll detection now happens earlier - single/multiselect init is deferred so that the new rows are first appended into the list (more responsive) and initialized afterwards - disabled users sorting after add (assuming they are always sorted on the server side)
| * | Merge branch 'core-css-logos' of github.com:Jakobud/owncloud-coreJörn Friedrich Dreyer2014-02-201-0/+13
| |\ \ | | |/ | |/| | | | | | | Conflicts: core/css/styles.css
| | * Moved Core Theme Logos to CSSJake Wilson2013-10-101-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to make it easier for a user/developer to replace logos in the core theme, I removed the hardcoded `logo.svg` and `logo-wide.svg` from the html, and replaced them with `div`s that use css background-image instead. This has multiple advantages: 1. The user can now use any filename they want for the logo. They are no longer forced to use logo.svg or logo-wide.svg. 2. The user can now easily use a JPG, PNG or GIF logo instead of SVG (SVG's are awesome, but used by an unfortunately small percentage of web developers at the current time. Most probably don't even know how to make an SVG…). 3. The user doesn't have to resort to hacking the core theme template files in order to use a different filename or file type. 4. Greatly simplifies documentation instructions for how to change the logos (http://owncloud.org/theming/). Signed-off-by: Jake Wilson <jakew@huebnerpetersen.com>
* | | move avatar into clickable area of user menuJan-Christoph Borchardt2014-02-201-4/+4
| | |
* | | reduce width of searchbox on mobile, fix overlap, fix #7282Jan-Christoph Borchardt2014-02-201-4/+6
|/ /
* | Merge pull request #6278 from nickvergessen/issue/6263Raghu Nayyar2014-01-291-1/+1
|\ \ | | | | | | [issue/6263] layout.user.php code is not valid markup
| * | Extend margin to avoid displaying a scrollbarJoas Schilling2014-01-101-1/+1
| | |
* | | Merge pull request #5152 from owncloud/files-em-to-pxJan-Christoph Borchardt2014-01-271-1/+1
|\ \ \ | | | | | | | | Converts em to px values for styles in Files.
| * | | remove comment & add spaceMorris Jobke2014-01-181-2/+1
| | | |
| * | | Fixes Trashbin and Files Style Conflicts, more em to px conversions post rebaseraghunayyar2014-01-161-1/+2
| |/ /
* / / Indicate password strength using strengthifyMorris Jobke2014-01-151-1/+16
|/ / | | | | | | | | | | | | | | | | | | | | * uses zxcvbn * outsourced to separate jquery plugin * async loading * hide strength meter if input is empty * feedback if user enters weakest password * fade in and out * show tipsy with strength * Opera 12, IE8-10, FF 23, Chromium 29
* | Merge pull request #5968 from owncloud/legacy-popup-fixesVincent Petry2013-12-101-3/+11
|\ \ | | | | | | fix the legacy popup to make calendar settings look nicer
| * | fix shadow size and arrow positionJan-Christoph Borchardt2013-12-091-2/+2
| | |
| * | fix the legacy popup to make calendar settings look nicerJan-Christoph Borchardt2013-11-201-2/+10
| | |