summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* Bring the font size down to 14pxMarco Ambrosini2019-10-012-4/+4
| | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* Bring the default font size up to 15px (#17228)John Molakvoæ2019-09-282-2/+4
|\ | | | | Bring the default font size up to 15px
| * Bring the default font size up to 15pxMarco Ambrosini2019-09-212-2/+4
| | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* | Remove input id on login formJohn Molakvoæ (skjnldsv)2019-09-281-1/+2
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Fix spaces being collapsed in move dialogGary Kim2019-09-241-1/+2
|/ | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Merge pull request #17017 from ritsute/fix/css-actions.creatableRoeland Jago Douma2019-09-191-2/+2
|\ | | | | fix "create folder" icon overlaying home icon
| * fix "create folder" icon overlaying home iconritsute2019-09-061-2/+2
| | | | | | | | Signed-off-by: Brandon <brandon.yeow@websparks.sg>
* | Merge pull request #17098 from nextcloud/fix/css/variables-color-primary-lightJoas Schilling2019-09-172-0/+2
|\ \ | | | | | | Create color-primary-light variable
| * | Create color-primary-light variableJohn Molakvoæ (skjnldsv)2019-09-112-0/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Position fixed for .toastify.toastzorn-v2019-09-121-1/+1
|/ /
* | Hide only icons for buttonsJochen2019-09-071-4/+2
| | | | | | | | | | | | https://github.com/nextcloud/server/pull/16832#issuecomment-529115417 Signed-off-by: Jochen <rothjochen@gmail.com>
* | Optimize responsiveness, remove primary classJochen2019-09-061-6/+21
| | | | | | | | Signed-off-by: Jochen <rothjochen@gmail.com>
* | Add default style for alternative loginJochen2019-09-041-0/+11
| | | | | | | | Signed-off-by: Jochen <rothjochen@gmail.com>
* | Add more space between form and alternate loginJochen2019-09-031-2/+2
| | | | | | | | Signed-off-by: Jochen <rothjochen@gmail.com>
* | Add more space to buttonsyJochen2019-09-021-1/+1
| | | | | | | | Signed-off-by: Jochen <rothjochen@gmail.com>
* | Move alternative login above standard login, optimize alignmentochorocho2019-08-261-1/+25
|/ | | | Signed-off-by: ochorocho <rothjochen@gmail.com>
* prevent the server's app-navigation's css to overrule the scoped css in vue ↵Marco Ambrosini2019-08-061-1/+1
| | | | | | components Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* Standardize scrollbar color and width across Webkit and FirefoxJan-Christoph Borchardt2019-07-311-2/+5
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add border-top to settings menu when its openGreta Doci2019-07-191-1/+2
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Add border-top to settings menu when its open ref #16076Greta Doci2019-07-171-2/+4
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* adding toggle password to be able to see itPhie2019-07-091-0/+9
| | | | Signed-off-by: Phie <phie@phie.ovh>
* Use theme colors for text selection (#16037)John Molakvoæ2019-07-071-0/+8
|\ | | | | Use theme colors for text selection
| * Use theme colors for text selectionJan-Christoph Borchardt2019-07-051-0/+8
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix alignment issues in admin settingsGary Kim2019-07-051-1/+1
|/ | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Merge pull request #16098 from nextcloud/design/header-textMorris Jobke2019-07-031-1/+0
|\ | | | | Show share link header text always in 2 rows
| * Show share link header text always in 2 rowsJan-Christoph Borchardt2019-06-261-1/+0
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Only set the font if it was not set beforeJoas Schilling2019-07-011-1/+1
|/ | | | | | Otherwise Dyslexia setting can not set the font in the accessibility app Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #16055 from nextcloud/design/native-fontsJan-Christoph Borchardt2019-06-265-93/+4
|\ | | | | Use native font stack
| * Use native font stackJan-Christoph Borchardt2019-06-245-297/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Move font from Nunito to Noto SansJan-Christoph Borchardt2019-06-224-66/+270
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Add sidebar icon we use in Talk and Viewer alreadyJan-Christoph Borchardt2019-06-181-1/+2
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix mobile menu over app-contentJohn Molakvoæ (skjnldsv)2019-06-111-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Adjust jsunit tests for new toast libraryJulius Härtl2019-06-071-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add toastify js as a OC.Notification replacementJulius Härtl2019-06-072-1/+48
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* CSS: adjust media query breakpoint to improve tablet readabilitynacho2019-05-302-3/+3
| | | | see https://github.com/nextcloud/news/pull/467
* Vueify the login pageChristoph Wurst2019-05-291-5/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #15691 from nextcloud/app-content-list-noborderMorris Jobke2019-05-281-1/+0
|\ | | | | Remove divider in app content list (Mail, Contacts, …)
| * Remove divider in app content list (Mail, Contacts, …)Jan-Christoph Borchardt2019-05-221-1/+0
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Change text color in search box in darktheme, ref #15598Greta Doci2019-05-261-1/+4
|/ | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Remove extra margin from warning messages in authenticate pageDaniel Calviño Sánchez2019-05-071-0/+5
| | | | | | | | | | In the public share authentication page the form elements appear inside a container that uses the "warning" CSS class. When the given password is wrong a warning message is shown inside that container; this message uses the "warning" CSS class too, so the top margin set for ".warning" elements need to be removed in that case. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix collapse button in app navigation in IE11Daniel Calviño Sánchez2019-05-061-0/+4
| | | | | | | | | | Although the collapse button has an absolute position Internet Explorer 11 needs the left position of that button to be explicitly set to 0 (other browsers do it implicitly due to the absolute position); otherwise the button appears to the right of the link (and behind the app content). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Increase checkbox & radio sizeJohn Molakvoæ (skjnldsv)2019-04-301-8/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add animation-slow varJohn Molakvoæ (skjnldsv)2019-04-152-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add projects iconJulius Härtl2019-04-091-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Truncate filename in the middle on filepickerJohn Molakvoæ (skjnldsv)2019-03-301-0/+13
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix various theming issues on bright colorsJulius Härtl2019-03-281-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix filepicker's add button designJohn Molakvoæ (skjnldsv)2019-03-221-4/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Revert "Where is your data?"Roeland Jago Douma2019-03-201-4/+4
|
* Also style the "too many apps" menuJoas Schilling2019-03-191-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Style of navigation links in header is too catchyJoas Schilling2019-03-181-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>