summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Do not override button background imagejbtbnl2014-03-031-4/+4
|
* Merge pull request #7382 from jbtbnl/masterRaghu Nayyar2014-02-271-1/+1
|\ | | | | Remove necessity of icon class
| * Remove necessity of icon classjbtbnl2014-02-241-1/+1
| | | | | | Only the icon specific class is needed
* | Merge pull request #7452 from owncloud/icon-delete-hoverMorris Jobke2014-02-271-1/+2
|\ \ | | | | | | icons: automatically show delete hover instead of using explicit class
| * | icons: automatically show delete hover instead of using explicit classJan-Christoph Borchardt2014-02-271-1/+2
| |/
* / remove border from log in input fields, simpler and works better with themesJan-Christoph Borchardt2014-02-271-5/+3
|/
* use SVG icons from icons.css for New file menuJan-Christoph Borchardt2014-02-211-0/+6
|
* Merge branch 'master' into mobile-headerRobin Appelman2014-02-213-6/+37
|\
| * fix IE10 viewport sizeingRobin Appelman2014-02-201-0/+5
| |
| * Merge pull request #7056 from owncloud/users-scrollperformanceJan-Christoph Borchardt2014-02-202-1/+19
| |\ | | | | | | Improve users list scrolling performance
| | * Improve users list scrolling performanceVincent Petry2014-02-172-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 pull request #6808 from globalpointfamily/remove_ie9_navagation_width_fixJan-Christoph Borchardt2014-02-201-5/+0
| |\ \ | | | | | | | | remove fix for IE9 nav bar width
| | * | remove fix for IE9 nav bar widthKonstantin.Popov2014-01-171-5/+0
| | | |
| * | | 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>
* | | | remove additional transition rule, reduce width of collapsed search barJan-Christoph Borchardt2014-02-201-5/+1
| | | |
* | | | do not show display name on mobile when profile picture is presentJan-Christoph Borchardt2014-02-201-0/+6
| | | |
* | | | 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-202-4/+26
|/ / /
* | | 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
| | | |
* | | | Add white color variant of checkmark iconjbtbnl2014-01-291-0/+4
| | | |
* | | | Merge pull request #6912 from owncloud/replace-webroot-in-cssMorris Jobke2014-01-271-0/+240
|\ \ \ \ | | | | | | | | | | Remove %webroot% from CSS
| * | | | add icons.css file, first step to get rid of %webroot%Jan-Christoph Borchardt2014-01-231-0/+240
| | |_|/ | |/| |
* | | | Merge pull request #5153 from owncloud/core-em-to-pxJan-Christoph Borchardt2014-01-274-73/+72
|\ \ \ \ | | | | | | | | | | Cleans up Core apps for relative(em) to absolute(px) styles.
| * | | | Fixes width of the dropdown menus as per computed styles.raghunayyar2014-01-261-1/+1
| | | | |
| * | | | Fixes typos, adds ; wherever not present.raghunayyar2014-01-161-18/+18
| | | | |
| * | | | Merge branch 'master' into core-em-to-pxraghunayyar2014-01-166-50/+211
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_sharing/css/public.css apps/user_ldap/css/settings.css core/css/multiselect.css core/css/share.css
| * | | | All Core Styles from em->px, apart from styles.cssraghunayyar2013-10-074-27/+27
| | | | |
* | | | | 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
| | | | |