summaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
Commit message (Collapse)AuthorAgeFilesLines
* fix login/setup page input shadowsChristoph Wurst2016-01-131-2/+3
| | | | fixes #21658
* 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
|
* Merge pull request #20480 from owncloud/css-prefixesThomas Müller2015-12-071-13/+3
|\ | | | | CSS prefixes
| * remove unneeded css prefixesHendrik Leppelsack2015-11-231-13/+3
| |
* | 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-161-242/+2
|\ | | | | Move form styles from styles.css to inputs.css
| * move form styles from styles.css to inputs.cssHendrik Leppelsack2015-11-131-242/+2
| |
* | standardize sizes for headingsJan-Christoph Borchardt2015-11-161-2/+0
|/
* 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
| |
* | move font back from Light to Regular for body text on normal-res screens, ↵Jan-Christoph Borchardt2015-11-101-1/+5
| | | | | | | | fix #18954
* | Merge pull request #18821 from owncloud/global-classesThomas Müller2015-11-041-20/+0
|\ \ | | | | | | Global classes in core CSS
| * | Global Classes for Core.Raghu Nayyar2015-11-021-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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
| |/ /
* / / keep searchbox open if it is in actionHendrik Leppelsack2015-11-021-1/+2
|/ /
* / remove unneeded icons from input fields to not distract from submit button, ↵Jan-Christoph Borchardt2015-10-301-25/+0
|/ | | | fix #18940
* fix filepicker loading spinnerChristoph Wurst2015-10-191-1/+1
|
* fix footer in public galleryHendrik Leppelsack2015-10-071-2/+1
|
* fix public empty messageHendrik Leppelsack2015-10-061-2/+2
|
* fix scrollbars in public templateHendrik Leppelsack2015-10-061-1/+1
|
* Merge pull request #19484 from owncloud/ie8-checkbox-rageJörn Friedrich Dreyer2015-10-021-1/+11
|\ | | | | [IE8] Fix checkboxes in login page and file list
| * [IE8] Make checkbox on login page look less out of placeVincent Petry2015-09-301-1/+11
| |
* | display checkboxes properly after file restoreHendrik Leppelsack2015-10-011-0/+1
|/
* fix loginHendrik Leppelsack2015-09-251-2/+2
|
* add .checkbox class for new checkbox styleHendrik Leppelsack2015-09-251-9/+11
|
* add style for disabled checkboxesHendrik Leppelsack2015-09-221-0/+2
|
* Merge pull request #18709 from owncloud/cleanup-login-semanticsThomas Müller2015-09-211-3/+3
|\ | | | | Pushes input inside the bottom group - login.
| * Squashing all commits in one, remove typos.Raghu Nayyar2015-09-121-3/+3
| |
* | fix missing checkboxes in file comparatorHendrik Leppelsack2015-09-211-0/+2
| |
* | use label:before instead of labelHendrik Leppelsack2015-09-161-17/+21
| |
* | Fixes white and black checkboxes in core, files will be next.Raghu Nayyar2015-09-161-5/+21
| |
* | Adds background image for checkboxesRaghu Nayyar2015-09-161-1/+18
| |
* | Merge pull request #18630 from owncloud/files-combineuploadbuttonJan-Christoph Borchardt2015-09-071-0/+10
|\ \ | |/ |/| Combine upload action into the "New" menu
| * Combine upload action into the "New" menuVincent Petry2015-08-281-0/+10
| | | | | | | | Refactored the new menu to be encapsulated in the NewFileMenu JS class
* | use SVG for toggle image instead of PNG, fix installation and personal ↵Jan-Christoph Borchardt2015-09-031-1/+1
| | | | | | | | settings toggle
* | use proper triangle for multiselect dropdowns as wellJan-Christoph Borchardt2015-09-031-0/+1
| |
* | Makes settings select like multiselectRaghu Nayyar2015-09-031-0/+10
| |
* | fix size of filetype icons in filepickerJan-Christoph Borchardt2015-08-281-0/+1
|/
* position and style remember button on log in pageJan-Christoph Borchardt2015-08-271-2/+4
|
* move log in button into fields and use icon instead of textJan-Christoph Borchardt2015-08-271-5/+25
|
* reduce grey tones in app navigation, bubble menu and scrollbarJan-Christoph Borchardt2015-08-261-1/+1
|
* Merge pull request #18573 from owncloud/search-styleJan-Christoph Borchardt2015-08-261-6/+13
|\ | | | | only show search icon on desktop, like on mobile
| * only show search icon on desktop, like on mobileJan-Christoph Borchardt2015-08-261-6/+13
| |