Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix login/setup page input shadows | Christoph Wurst | 2016-01-13 | 1 | -2/+3 |
| | | | | fixes #21658 | ||||
* | Merge pull request #21458 from owncloud/login-gradient | Thomas Müller | 2016-01-08 | 1 | -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 removal | Jan-Christoph Borchardt | 2016-01-05 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #20994 from owncloud/personal-page | Thomas Müller | 2016-01-06 | 1 | -2/+2 |
|\ \ | | | | | | | improve layout of personal settings page | ||||
| * | | improve layout of personal settings page | Jan-Christoph Borchardt | 2015-12-28 | 1 | -2/+2 |
| |/ | |||||
* / | Remove unnecessary border from login button | Christoph Wurst | 2015-12-29 | 1 | -0/+2 |
|/ | |||||
* | prevent selecting on log in page to solve ugliness on accidental selection | Jan-Christoph Borchardt | 2015-12-24 | 1 | -0/+16 |
| | |||||
* | Merge pull request #20480 from owncloud/css-prefixes | Thomas Müller | 2015-12-07 | 1 | -13/+3 |
|\ | | | | | CSS prefixes | ||||
| * | remove unneeded css prefixes | Hendrik Leppelsack | 2015-11-23 | 1 | -13/+3 |
| | | |||||
* | | update page: fix heading whitespace and unbold less important sections | Jan-Christoph Borchardt | 2015-11-25 | 1 | -2/+1 |
| | | |||||
* | | fix error page button text when label too long | Jan-Christoph Borchardt | 2015-11-25 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #20465 from owncloud/forms.css | Thomas Müller | 2015-11-16 | 1 | -242/+2 |
|\ | | | | | Move form styles from styles.css to inputs.css | ||||
| * | move form styles from styles.css to inputs.css | Hendrik Leppelsack | 2015-11-13 | 1 | -242/+2 |
| | | |||||
* | | standardize sizes for headings | Jan-Christoph Borchardt | 2015-11-16 | 1 | -2/+0 |
|/ | |||||
* | Merge pull request #20148 from owncloud/checkbox-accessibility | Thomas Müller | 2015-11-11 | 1 | -5/+6 |
|\ | | | | | Make new checkbox style accessible for screenreaders | ||||
| * | make new checkbox style accessible for screenreaders | Hendrik Leppelsack | 2015-10-29 | 1 | -5/+6 |
| | | |||||
* | | move font back from Light to Regular for body text on normal-res screens, ↵ | Jan-Christoph Borchardt | 2015-11-10 | 1 | -1/+5 |
| | | | | | | | | fix #18954 | ||||
* | | Merge pull request #18821 from owncloud/global-classes | Thomas Müller | 2015-11-04 | 1 | -20/+0 |
|\ \ | | | | | | | Global classes in core CSS | ||||
| * | | Global Classes for Core. | Raghu Nayyar | 2015-11-02 | 1 | -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-color | Thomas Müller | 2015-11-02 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | fix button text color | ||||
| * | | | fix button text color | Jan-Christoph Borchardt | 2015-11-02 | 1 | -0/+3 |
| |/ / | |||||
* / / | keep searchbox open if it is in action | Hendrik Leppelsack | 2015-11-02 | 1 | -1/+2 |
|/ / | |||||
* / | remove unneeded icons from input fields to not distract from submit button, ↵ | Jan-Christoph Borchardt | 2015-10-30 | 1 | -25/+0 |
|/ | | | | fix #18940 | ||||
* | fix filepicker loading spinner | Christoph Wurst | 2015-10-19 | 1 | -1/+1 |
| | |||||
* | fix footer in public gallery | Hendrik Leppelsack | 2015-10-07 | 1 | -2/+1 |
| | |||||
* | fix public empty message | Hendrik Leppelsack | 2015-10-06 | 1 | -2/+2 |
| | |||||
* | fix scrollbars in public template | Hendrik Leppelsack | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #19484 from owncloud/ie8-checkbox-rage | Jörn Friedrich Dreyer | 2015-10-02 | 1 | -1/+11 |
|\ | | | | | [IE8] Fix checkboxes in login page and file list | ||||
| * | [IE8] Make checkbox on login page look less out of place | Vincent Petry | 2015-09-30 | 1 | -1/+11 |
| | | |||||
* | | display checkboxes properly after file restore | Hendrik Leppelsack | 2015-10-01 | 1 | -0/+1 |
|/ | |||||
* | fix login | Hendrik Leppelsack | 2015-09-25 | 1 | -2/+2 |
| | |||||
* | add .checkbox class for new checkbox style | Hendrik Leppelsack | 2015-09-25 | 1 | -9/+11 |
| | |||||
* | add style for disabled checkboxes | Hendrik Leppelsack | 2015-09-22 | 1 | -0/+2 |
| | |||||
* | Merge pull request #18709 from owncloud/cleanup-login-semantics | Thomas Müller | 2015-09-21 | 1 | -3/+3 |
|\ | | | | | Pushes input inside the bottom group - login. | ||||
| * | Squashing all commits in one, remove typos. | Raghu Nayyar | 2015-09-12 | 1 | -3/+3 |
| | | |||||
* | | fix missing checkboxes in file comparator | Hendrik Leppelsack | 2015-09-21 | 1 | -0/+2 |
| | | |||||
* | | use label:before instead of label | Hendrik Leppelsack | 2015-09-16 | 1 | -17/+21 |
| | | |||||
* | | Fixes white and black checkboxes in core, files will be next. | Raghu Nayyar | 2015-09-16 | 1 | -5/+21 |
| | | |||||
* | | Adds background image for checkboxes | Raghu Nayyar | 2015-09-16 | 1 | -1/+18 |
| | | |||||
* | | Merge pull request #18630 from owncloud/files-combineuploadbutton | Jan-Christoph Borchardt | 2015-09-07 | 1 | -0/+10 |
|\ \ | |/ |/| | Combine upload action into the "New" menu | ||||
| * | Combine upload action into the "New" menu | Vincent Petry | 2015-08-28 | 1 | -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 Borchardt | 2015-09-03 | 1 | -1/+1 |
| | | | | | | | | settings toggle | ||||
* | | use proper triangle for multiselect dropdowns as well | Jan-Christoph Borchardt | 2015-09-03 | 1 | -0/+1 |
| | | |||||
* | | Makes settings select like multiselect | Raghu Nayyar | 2015-09-03 | 1 | -0/+10 |
| | | |||||
* | | fix size of filetype icons in filepicker | Jan-Christoph Borchardt | 2015-08-28 | 1 | -0/+1 |
|/ | |||||
* | position and style remember button on log in page | Jan-Christoph Borchardt | 2015-08-27 | 1 | -2/+4 |
| | |||||
* | move log in button into fields and use icon instead of text | Jan-Christoph Borchardt | 2015-08-27 | 1 | -5/+25 |
| | |||||
* | reduce grey tones in app navigation, bubble menu and scrollbar | Jan-Christoph Borchardt | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #18573 from owncloud/search-style | Jan-Christoph Borchardt | 2015-08-26 | 1 | -6/+13 |
|\ | | | | | only show search icon on desktop, like on mobile | ||||
| * | only show search icon on desktop, like on mobile | Jan-Christoph Borchardt | 2015-08-26 | 1 | -6/+13 |
| | |