summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22667 from owncloud/scrollbarThomas Müller2016-03-011-1/+2
|\ | | | | make scrollbar less obnoxious: tad narrower, rounded corners
| * make scrollbar less obnoxious: tad narrower, rounded cornersJan-Christoph Borchardt2016-02-261-1/+2
| |
* | Merge pull request #22701 from owncloud/input-telThomas Müller2016-02-291-0/+4
|\ \ | | | | | | Style telephone inputs like other types
| * | style telephone inputs like other typesHendrik Leppelsack2016-02-291-0/+4
| | |
* | | Merge pull request #22663 from owncloud/sidebar-mobileThomas Müller2016-02-292-5/+1
|\ \ \ | |/ / |/| | do not expand sidebar to full width on mobile, but up the min-width
| * | do not expand sidebar to full width on mobile, but up the min-width, fix #19915Jan-Christoph Borchardt2016-02-252-5/+1
| |/
* / Make file actions use icon CSS classesRoeland Jago Douma2016-02-251-0/+2
|/ | | | This makes theming of file actions possible
* add download icon for image detail view, ref gallery issue 51Jan-Christoph Borchardt2016-02-251-0/+3
|
* Remove unused update-notification styleVincent Petry2016-02-221-2/+2
|
* Accumulate notifications instead of blinkingVincent Petry2016-02-221-0/+18
| | | | | This makes it possible to display multiple notifications. If the options.type is set to "error", it will also add a close button.
* improve tags interface stylingJan-Christoph Borchardt2016-02-191-4/+32
|
* Merge pull request #22299 from owncloud/erikpel-css-fixThomas Müller2016-02-171-1/+4
|\ | | | | App navigation scrolling (Possible fix for #22158)
| * Fixes #22158Erik Pellikka2016-02-161-1/+4
| | | | | | | | changed 620px to calc(100vh - 100px);
* | Properly hide tag name on renameVincent Petry2016-02-121-0/+5
| |
* | add proper comment icon and add it to icons.cssJan-Christoph Borchardt2016-02-121-0/+4
| |
* | add white delete iconJan-Christoph Borchardt2016-02-121-0/+3
|/
* Fixes #22097Erik Pellikka2016-02-031-1/+7
| | | | | | | | Updated with more specific css selector Moved the curly brace to the same line as the selector firefox fix
* Use boxes for system tags, shorten permission textVincent Petry2016-01-281-9/+3
| | | | | | | | Permission text now doesn't appear when all permissions are there, or shows as "invisible" or "not assignable", which should better cover all use cases. Changed select2 style to use boxes in the input field.
* System tags sidebar selector now respects permissionsVincent Petry2016-01-251-0/+5
| | | | | | | For admins: display the namespace behind the tag name. For users: no namespace, don't display non-assignable tags in the dropdown, display already assigned non-assignable tags with a different style
* Merge pull request #21797 from owncloud/proper-controller-in-coreThomas Müller2016-01-211-0/+7
|\ | | | | Move controller in core/ to a common subfolder
| * move lost controller to core/controllerMorris Jobke2016-01-201-0/+7
| | | | | | | | | | | | | | * lostpassword.css is unneeded since #11696 is merged - 1b50d4f7ceb92fffe0d38f823f175cf7e419c69e * js is already in core/js * css is moved to core/css/lostpassword * template is moved to core/templates/lostpassword
* | Added system tags GUI in sidebarVincent Petry2016-01-191-0/+80
|/ | | | | Added files details sidebar panel to assign/unassign/rename/delete system tags.
* Merge pull request #21676 from owncloud/fix-setup-login-input-shadowsThomas Müller2016-01-131-2/+3
|\ | | | | fix login/setup page input shadows
| * fix login/setup page input shadowsChristoph Wurst2016-01-131-2/+3
| | | | | | | | fixes #21658
* | Fixed #21542Erik Pellikka2016-01-131-1/+1
|/ | | | Changed to 5 pixel
* Merge pull request #21458 from owncloud/login-gradientThomas Müller2016-01-081-0/+1
|\ | | | | add back gradient for log in page in Firefox, fix accidental removal
| * add back gradient for log in page in Firefox, fix accidental removalJan-Christoph Borchardt2016-01-051-0/+1
| |
* | Merge pull request #20994 from owncloud/personal-pageThomas Müller2016-01-061-2/+2
|\ \ | | | | | | improve layout of personal settings page
| * | improve layout of personal settings pageJan-Christoph Borchardt2015-12-281-2/+2
| |/
* / Remove unnecessary border from login buttonChristoph Wurst2015-12-291-0/+2
|/
* prevent selecting on log in page to solve ugliness on accidental selectionJan-Christoph Borchardt2015-12-241-0/+16
|
* Add rules for checked+disabled and disabled checkbox styleJoas Schilling2015-12-071-0/+16
|
* Merge pull request #20530 from owncloud/icons-moreThomas Müller2015-12-071-1/+13
|\ | | | | add icons for disabled checkbox, radio button, error and colored checkmark
| * add new icon rules to icons.cssJan-Christoph Borchardt2015-11-201-1/+13
| |
* | Merge pull request #20480 from owncloud/css-prefixesThomas Müller2015-12-077-41/+11
|\ \ | | | | | | CSS prefixes
| * | remove unneeded css prefixesHendrik Leppelsack2015-11-237-41/+11
| |/
* | update page: fix heading whitespace and unbold less important sectionsJan-Christoph Borchardt2015-11-251-2/+1
| |
* | fix error page button text when label too longJan-Christoph Borchardt2015-11-251-0/+2
|/
* Merge pull request #20465 from owncloud/forms.cssThomas Müller2015-11-162-242/+234
|\ | | | | Move form styles from styles.css to inputs.css
| * move form styles from styles.css to inputs.cssHendrik Leppelsack2015-11-132-242/+234
| |
* | standardize sizes for headingsJan-Christoph Borchardt2015-11-162-5/+6
|/
* Merge pull request #20148 from owncloud/checkbox-accessibilityThomas Müller2015-11-111-5/+6
|\ | | | | Make new checkbox style accessible for screenreaders
| * make new checkbox style accessible for screenreadersHendrik Leppelsack2015-10-291-5/+6
| |
* | Merge pull request #20176 from owncloud/font-styleThomas Müller2015-11-105-11/+26
|\ \ | | | | | | move font back from Light to Regular for body text, fix #18954
| * | move font back from Light to Regular for body text on normal-res screens, ↵Jan-Christoph Borchardt2015-11-105-11/+26
| | | | | | | | | | | | fix #18954
* | | Set "ie" CSS class for IE10, IE11Vincent Petry2015-11-101-1/+6
|/ / | | | | | | Fixed border in file action menu
* | Merge pull request #18821 from owncloud/global-classesThomas Müller2015-11-042-20/+50
|\ \ | | | | | | Global classes in core CSS
| * | Global Classes for Core.Raghu Nayyar2015-11-022-20/+50
| | | | | | | | | | | | | | | | | | | | | | | | Move up the global styles up the hierarchy. Adds Clear Left, Right and both. New CSS file for Global Styles.
* | | Merge pull request #20232 from owncloud/error-button-colorThomas Müller2015-11-021-0/+3
|\ \ \ | | | | | | | | fix button text color
| * | | fix button text colorJan-Christoph Borchardt2015-11-021-0/+3
| |/ /