summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-274-140/+1
|\
| * remove ie8+9 supportHendrik Leppelsack2016-06-234-147/+1
| |
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-211-13/+13
|\|
| * fix grouped input fields, make sure they take precedenceJan-Christoph Borchardt2016-06-161-13/+13
| |
* | make loading spinner thicker and color lighterJan-Christoph Borchardt2016-06-201-4/+4
| |
* | Merge pull request #83 from nextcloud/file-drop-highlightMarius Blüm2016-06-151-0/+4
|\ \ | | | | | | File drop highlight
| * | store icons in classVincent Chan2016-06-151-0/+4
| | |
* | | fix setup page strengthifyMorris Jobke2016-06-152-8/+2
|/ / | | | | | | * fixes #105
* | Upload progress nextcloud blueWilliam Bargent2016-06-111-1/+1
| |
* | Sets notification background to whiteWilliam Bargent2016-06-111-1/+2
| |
* | Single block for PHP Mod not installedWilliam Bargent2016-06-101-3/+2
| |
* | Downstream 2016-06-09Arthur Schiwon2016-06-092-1/+5
|\| | | | | | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160609
| * Merge pull request #25027 from owncloud/fix-22746-narrowtooltipVincent Petry2016-06-081-1/+1
| |\ | | | | | | Added width of the tooltip
| | * Added width of the tooltipSergio Bertolín2016-06-081-1/+1
| | |
| * | Allow to cancel 2FA after loginJoas Schilling2016-06-071-0/+4
| |/
* | Revert "Downstream 2016-06-08"blizzz2016-06-091-4/+0
| |
* | Allow to cancel 2FA after loginJoas Schilling2016-06-091-0/+4
| |
* | THIS IS NEXTCLOUD! adjusting the designJan-Christoph Borchardt2016-06-084-15/+22
|/
* Merge pull request #20150 from pellaeon/pr-droppable-hover-visual-cueVincent Petry2016-05-301-1/+3
|\ | | | | Add visual cue when moving draggable item over droppable item,
| * Fix breadcrumb background right arrow due to incorrect background-image syntaxPellaeon Lin2016-05-211-1/+3
| |
| * Add visual cue when moving draggable item over droppable item,Pellaeon Lin2016-05-211-1/+1
| | | | | | | | ie. breadcrumb and filenameTd
* | Add two factor auth to coreChristoph Wurst2016-05-231-0/+6
|/
* New animated loaderskjnldsv2016-05-093-11/+87
|
* Merge pull request #21417 from J0WI/css-fixesThomas Müller2016-04-277-27/+38
|\ | | | | css fallbacks and code style fixes
| * fixed fallbacks and code stylejowi2016-01-027-27/+38
| |
* | Revert "add word wrap to tooltips. Fixes #22746"Lukas Reschke2016-04-201-1/+0
| |
* | Merge pull request #23994 from owncloud/log-in-imageThomas Müller2016-04-141-20/+11
|\ \ | | | | | | use background image for log in view
| * | use background image for log in viewJan-Christoph Borchardt2016-04-141-20/+11
| | |
* | | Merge pull request #22760 from owncloud/tooltip-cssfixThomas Müller2016-04-141-0/+1
|\ \ \ | | | | | | | | add word wrap to tooltips. Fixes #22746
| * | | add word wrap to tooltipsErik Pellikka2016-03-021-0/+1
| | | |
* | | | add loading feedback to user menu entries (#23916)Christoph Wurst2016-04-141-0/+6
| |/ / |/| | | | | fixes #19857
* | | Checkboxes (#23063)Hendrik Leppelsack2016-04-121-19/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove ie8 fixes for checkboxes * add indeterminate style to checkboxes * add styles for radio inputs * add missing checkbox-mixed-disabled icon * fix white radios * remove unnecessary png file
* | | Added white download iconsskjnldsv2016-04-101-0/+3
| | |
* | | Add detailed logs hidden and show them on requestMorris Jobke2016-04-041-0/+17
| | |
* | | Show individual sql schema migration steps during upgrade - on web as well ↵Thomas Müller2016-04-041-0/+9
| | | | | | | | | | | | as on the command line
* | | core: Fix typos (found by codespell)Stefan Weil2016-04-041-1/+1
| | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | improve emptycontent stylesJan-Christoph Borchardt2016-03-311-2/+5
| | |
* | | Keep share checkboxes togetherVincent Petry2016-03-181-0/+5
|/ / | | | | | | | | | | | | | | | | - removed leading spaces before markup which can affect rendering in some cases - added shareOption CSS class to group and keep share option checkbox + label - moved ".showCruds" arrow into the matching shareOption to keep the arrow together with the checkbox
* | 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)