summaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12900 from owncloud/more-accessibilityThomas Müller2014-12-181-1/+12
|\ | | | | More accessibility fixes for Files
| * use method to only visually hide elements, show only for screen readerJan-Christoph Borchardt2014-12-171-1/+12
| |
* | use empty state for 'Shared with you' as wellJan-Christoph Borchardt2014-12-171-0/+3
| |
* | even better empty state for Favorites, and general Empty State styleJan-Christoph Borchardt2014-12-171-0/+11
|/
* improve update error page: adjust line height of h2Jan-Christoph Borchardt2014-12-101-0/+1
|
* improve update error page: remove box, make link visible, insert missing ↵Jan-Christoph Borchardt2014-12-101-0/+5
| | | | space, remove line break
* fix unreadable label in warning boxMorris Jobke2014-11-171-0/+6
|
* add relevant focus styles to the existing hover stylesJan-Christoph Borchardt2014-11-061-6/+38
|
* unbold labels and foldersJan-Christoph Borchardt2014-11-051-6/+3
|
* fix filepicker home icon being partly hidden, fix #10169Jan-Christoph Borchardt2014-09-231-0/+2
|
* Merge pull request #10968 from owncloud/admin-groupsselect2Lukas Reschke2014-09-191-0/+12
|\ | | | | Use select2 for the groups excluded from sharing in admin page
| * fit select2 to ownCloud input styleJan-Christoph Borchardt2014-09-101-0/+12
| |
* | Merge pull request #10902 from owncloud/fix-ellepsisLukas Reschke2014-09-161-0/+5
|\ \ | | | | | | Adding link to ellipsis and fixing styling
| * | Adding link to ellipsis and fixing stylingClark Tomlinson2014-09-161-0/+5
| | |
* | | Merge pull request #10663 from owncloud/files_trashbin_original_pathMorris Jobke2014-09-161-0/+10
|\ \ \ | | | | | | | | Show original path information in trashbin and for shares
| * | | patch tipsy in style.css - don't patch 3rdparty librariesMorris Jobke2014-09-161-0/+5
| | | |
| * | | Show original path information in trashbin and sharing viewsRobin McCorkell2014-09-111-0/+5
| | | | | | | | | | | | | | | | Path will only be shown if in subdirectory, not in root.
* | | | Revert "improve logo flexibility to fix wide custom logo alignment, fix #9339"Vincent Petry2014-09-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 064e6951e1ef792422ff6cf24fce79c2320d4d5e. Reverting due to regression that breaks styles in error page, setup page and others. Fixes #10967
* | | | fix nojavascript message alignmentJan-Christoph Borchardt2014-09-111-1/+2
|/ / /
* | / fix notification visibility, fix #11016Jan-Christoph Borchardt2014-09-111-1/+1
| |/ |/|
* | Merge pull request #10944 from owncloud/fix-nojavascript-styleJan-Christoph Borchardt2014-09-081-14/+14
|\ \ | | | | | | fix no-JS message, and add it to log in and shared as well cause they don’t work without JS
| * | also add no-JavaScript notice to log in and sharing pages because they do ↵Jan-Christoph Borchardt2014-09-081-2/+2
| | | | | | | | | | | | not work without JS either
| * | fix styling and wording of no-JavaScript messageJan-Christoph Borchardt2014-09-081-13/+13
| |/
* | Merge pull request #10451 from k4k/login_logo_alignment_fixVolkan Gezer2014-09-081-1/+0
|\ \ | |/ |/| improve logo flexibility to fix wide custom logo alignment, fix #9339
| * improve logo flexibility to fix wide custom logo alignment, fix #9339twood82014-08-151-1/+0
| |
* | Merge pull request #10428 from owncloud/files_external_better_configRobin McCorkell2014-08-301-0/+4
|\ \ | | | | | | Improve external storage configuration UI
| * | Improve UI of external storage configurationRobin McCorkell2014-08-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Highlight fields that need to be filled * Remove (required) and (optional) strings where possible * Focus first configuration field when creating new external storage * Add ability to force external storage re-check * Various jQuery improvements * Prevent wrapping of checkboxes in configuration
* | | move hardcoded color to CSS class - for themeabilityMorris Jobke2014-08-291-0/+4
| | |
* | | also add minimum width for quota bar so it’s apparent how it will lookJan-Christoph Borchardt2014-08-291-0/+1
| | |
* | | set quota bar maximum to 100% to prevent overflowJan-Christoph Borchardt2014-08-291-1/+3
|/ /
* | allow horizontal scrollbar for personal and admin settingsJan-Christoph Borchardt2014-08-281-0/+4
| |
* | Enhancement: Adds input styles to input type dates too.raghunayyar2014-08-281-0/+1
| |
* | Add a trusted domain wizardLukas Reschke2014-08-211-0/+4
| | | | | | | | | | | | Adds a little button to the trusted domain warning, if an admin clicks on the warning he will be redirected to ownCloud and asked whether he want to trust this domain. By far not the cleanest code, or clean at all, but does the job and I don't see a reason to make a lot of changes for this little improvement.
* | fix color of links in warnings, fix #10480Jan-Christoph Borchardt2014-08-181-0/+1
| |
* | change error text color to white for better contrast, fix #10424Jan-Christoph Borchardt2014-08-151-3/+2
| |
* | Merge pull request #10097 from owncloud/background-fixJan-Christoph Borchardt2014-08-011-1/+1
|\ \ | | | | | | Remove old color of body
| * | add white as background-colorMorris Jobke2014-08-011-0/+1
| | |
| * | Remove old color of bodyMorris Jobke2014-08-011-1/+0
| | | | | | | | | | | | * only visible in public view as ugly grey pane behind the footer
* | | fix date display in filepickerJan-Christoph Borchardt2014-07-311-2/+3
| | |
* | | fix long filename display in filepickerJan-Christoph Borchardt2014-07-311-0/+4
|/ /
* | set max width for notifications so they won't overlap the whole headerJan-Christoph Borchardt2014-07-301-0/+1
| |
* | fix yellow notification styleJan-Christoph Borchardt2014-07-301-3/+10
| |
* | fix notification preventing top bar clickability, fix #9680Jan-Christoph Borchardt2014-07-301-1/+7
| |
* | Merge pull request #9585 from owncloud/design-fix-public-footerJan-Christoph Borchardt2014-07-281-0/+22
|\ \ | | | | | | move public page footer rules from sharing app to core so it is used by other apps too
| * | move public page footer rules from sharing app to core so it is used by ↵Jan-Christoph Borchardt2014-07-071-0/+22
| | | | | | | | | | | | other apps too
* | | enable input grouping also outside of log in screenJan-Christoph Borchardt2014-07-241-3/+6
| | |
* | | specify CSS rule for warning & update fieldsets - fixes #9491Morris Jobke2014-07-071-3/+3
|/ /
* | fix fieldset look, fix #8158Jan-Christoph Borchardt2014-07-051-0/+10
| |
* | fix size of breadcrumb separatorMorris Jobke2014-07-041-0/+1
| |
* | fix 'remember' label being slightly off in log inJan-Christoph Borchardt2014-07-041-0/+1
| |