Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
AgeCommit message (Collapse)Author
2019-12-19Adjust element id to avoid conflictsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-12Also adjust border radius to standardJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-03-12Darken background, adjust to new modal componentJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-16Increase padding of code blockMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-16Add margin-bottom to details sectionMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-16Improve code blocks in markdown renderingMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-09Add plain text previewsDaniel Calviño Sánchez
The default plain text previews always assume that the text file uses UTF-8 encoding, so when it uses a different one the characters are not properly parsed by the browser. The "public" endpoint from this app tries to guess the actual encoding of the file and then converts the data sent to the browser to UTF-8. Thus, now the default plain text previews are overriden with the preview generated by this app. Note that this does not prevent the default plain text preview from being generated, though; it is simply hidden. Following the same approach used for Markdown previews, ".preview" is added to the "#imgframe" element, which is the parent element for the default plain text preview. This removes the default plain text preview thanks to the CSS rules. However, as the "overrider" plain text preview is also a descendant of ".preview", a special CSS class has to be added to the "overrider" plain text preview to prevent it from being hidden. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-02-09Use CSS rules for formatted text only with formatted text previewsDaniel Calviño Sánchez
This will be needed in a following commit when plain text previews generated by this app are introduced. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-02-09Move (S)CSS rules for ".preview" descendants into ".preview" rulesDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-02-09Move "public-share.css" to "public-share.scss"Daniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-01-23Improve rendering of MarkdownMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-09-26Break headings in share preview to prevent overflowJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-08-28keep editoroverlay when in preview modeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-08-28smooth transitions between preview statesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-08-28Fix preview when on mobileRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-07-26Fix list-style-type from square to disc (filled circle)Jan-Christoph Borchardt
2017-07-21Render markdown files directly in public shareMorris Jobke
renders markdown files for single share pages directly inline and uses a readable styling Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-21Use SCSS compiler to save requestsLukas Reschke
Shaves off 3 CSS requests on page loads. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-02-22Add toggle between edit only/edit with preview/preview onlyRobin Appelman
Fixes https://github.com/icewind1991/files_markdown/issues/24 Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-12-02rich code preview in the sidebarRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2015-12-05Dont hide main navigation when showing a previewRobin Appelman
2015-11-11overlay header as well for better focusJan-Christoph Borchardt
2015-09-23Properly namespace CSS to not break core stylesVincent Petry
2015-09-01change line highlight colour to greyTom Needham
2015-09-01Fix unsaved star positioning and editor font sizeTom Needham
2015-09-01hide preview wraperRobin Appelman
2015-09-01fix nav bar over floating text editorRobin Appelman
2015-09-01sizing fixesRobin Appelman
2015-09-01Add api that allows other app to register "previews" by mimetypeRobin Appelman
2015-09-01RebaseTom Needham
2015-09-01fix texteditor sizingRobin Appelman
2015-08-28Remove border radius in mobile modeTom Needham
2015-08-28Remove save and separators. Round container and bring to frontTom Needham
2015-08-28Adjust the line number coloursTom Needham
2015-06-11adjust container to be narrower so it looks more like a documentJan-Christoph Borchardt
2015-06-11style fixes: remove borders, separators, adjust line number bar colorJan-Christoph Borchardt
2015-06-01Update styling of controls. More responsive :)Tom Needham
2015-06-01Fix scrolling of editorTom Needham
2015-06-01Move editor to dialog. Add beta autosave code. Add last savedTom Needham
2015-05-31Style the filenameTom Needham
2015-05-31First chunk of rewriteTom Needham
2014-06-30hide search function on mobile to save space in breadcrumb barJan-Christoph Borchardt
2014-02-07remove unneeded typeface demo fileJan-Christoph Borchardt
2014-02-07get rid of deprecated %appswebroot%Jan-Christoph Borchardt
2013-12-02fix text editor in firefox at startupMorris Jobke
2013-10-22Fixed misplaced cursor in IE8Vincent Petry
The CSS reset in core/js/styles.css defines font-size: 100% on most elements. This messes up the font size calculations of ACE in IE8. This IE8 specific fix overrides the font-size using a fixed size to make it work.
2013-10-04fix controls bar overlaying in text editorJan-Christoph Borchardt
2013-09-12text editor: move close button to right, remove separatorsJan-Christoph Borchardt
2013-08-15Be more specific about which editor to apply these styles to.Owen Winkler
Fixes #1304.
2013-08-03merge master into texteditor-sizingRobin Appelman