summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/ /
* / / 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
|
* Merge pull request #19630 from owncloud/fix-ie-painThomas Müller2015-10-142-1/+13
|\ | | | | Fix more IE issues
| * [IE8] Fix button background colorVincent Petry2015-10-071-0/+6
| | | | | | | | IE8 doesn't support rgba...
| * [IE9] Set explicit height to file actions menu iconVincent Petry2015-10-071-0/+1
| | | | | | | | IE9 flattened the icons, so give it an explicit height.
| * [IE] Add border to dropdown menusVincent Petry2015-10-071-1/+6
| | | | | | | | | | As a fallback because box-shadow doesn't give the same effect and drop shadow doesn't work with IE.
* | Merge pull request #19714 from owncloud/trash-deletesectionposition-2Thomas Müller2015-10-141-1/+0
|\ \ | | | | | | Revert "Revert "Move trashbin specific CSS that modifies sidebar""
| * | Revert "Revert "Move trashbin specific CSS that modifies sidebar""Thomas Müller2015-10-121-1/+0
| | | | | | | | | | | | This reverts commit 0738ddfb768c541e8a6b112fb2cd12d15676a0ab.
* | | add specific edit iconJan-Christoph Borchardt2015-10-131-0/+4
|/ /
* | Revert "Move trashbin specific CSS that modifies sidebar"Thomas Müller2015-10-121-0/+1
| |
* | Move trashbin specific CSS that modifies sidebarVincent Petry2015-10-121-1/+0
| | | | | | | | | | Only when trashbin is enabled, its sidebar nav element must be fixed at the bottom.
* | 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
|/
* Make sidebar properly fullscreen in mobile/compact modeVincent Petry2015-10-051-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
| |
* | Merge pull request #19496 from owncloud/ie8-filenamewidth-sicknessJörn Friedrich Dreyer2015-10-021-0/+4
|\ \ | | | | | | [IE8] Remove non-working ellipsis support
| * | [IE8] Remove non-working ellipsis supportVincent Petry2015-10-011-0/+4
| |/ | | | | | | | | | | | | | | This prevents the name element to be too wide, which would cause users to mistakenly click on it instead of the empty space when wanting to focus on a file for the sidebar. Also fixed the close button on the sidebar (make it appear)
* / display checkboxes properly after file restoreHendrik Leppelsack2015-10-011-0/+1
|/
* Merge pull request #19454 from owncloud/ie8-madness-returnsThomas Müller2015-09-301-0/+7
|\ | | | | [IE8] Fix file type sizes and popover menus in file list
| * [IE8] Fix popover menu borders for IE8Vincent Petry2015-09-291-0/+7
| | | | | | | | | | - fixes "New" menu - fixes file actions menu
* | move IE8 fixes to fixes.cssMorris Jobke2015-09-303-13/+13
| |
* | Fix login arrow in login pageVincent Petry2015-09-291-0/+9
| |
* | Fix IE8 login logoVincent Petry2015-09-291-0/+4
|/ | | | | Added 175px logo to make it have the same size. It's only used for IE8.
* Merge pull request #19378 from owncloud/fix-sharing-autocompleteThomas Müller2015-09-281-0/+4
|\ | | | | fix name autocomplete not showing on mobile, fix #18551
| * fix name autocomplete not showing on mobile, fix #18551Jan-Christoph Borchardt2015-09-251-0/+4
| |
* | fix loginHendrik Leppelsack2015-09-251-2/+2
| |
* | add .checkbox class for new checkbox styleHendrik Leppelsack2015-09-252-14/+11
| |
* | Revert "Update apps.css (Scroll more smoothly for Webkit browser)"Jan-Christoph Borchardt2015-09-241-1/+0
|/
* display checkboxes in ie8Hendrik Leppelsack2015-09-231-0/+5
|
* add style for disabled checkboxesHendrik Leppelsack2015-09-221-0/+2
|
* left align checkboxes in group dropdownHendrik Leppelsack2015-09-221-3/+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
| |