summaryrefslogtreecommitdiff
path: root/public/css/index.css (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-14fixed a problem that the last line of code becomes covered by status bar and ↵Philip Molares1-1/+1
can't be moved without changing the note. Thanks to @mhdrone for reporting this and suggesting the fix fixes #724 Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-11-14Replace CodiMD with HedgeDocErik Michelson1-0/+15
Signed-off-by: Erik Michelson <github@erik.michelson.eu> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: References in public/views Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Update links in README Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Update links in SECURITY.md Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Update links in LICENSE Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Update links in docs/configuration.md Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Update links in bin/setup Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: References in docs/guides Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: References in docs/dev Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: References in docs/guides/auth Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: References in docs/setup Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Update various links in code to the new GitHub org. Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: codiMDVersion.js is now hedgeDocVersion.js Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: References in docs/setup/yunohost Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rebrand to HedgeDoc: Add banner and logo Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Update links in docs/guides/migrate-etherpad Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Remove note in docs/guides/auth/github Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Replace links in public/docs/features Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Add todo placeholder in docs/history Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Replace github link in public/views/index/body Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Replace github link in README Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Add logo to README Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Rename to HedgeDoc: Add note about the renaming to the front page Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Removed Travis from README.md and change CodiMD to HedgeDoc in some places Signed-off-by: Yannick Bungers <git@innay.de> Some more renaming to HedgeDoc - Fixed capitalization of HedgeDoc - Added renaming for etherpad migration doc Signed-off-by: Yannick Bungers <git@innay.de> Changed Repo name to hedgedoc Signed-off-by: Yannick Bungers <git@innay.de>
2019-05-26Fix CodeMirror toolbar hiding contentSheogorath1-1/+4
As it may happens that the codemirror content flows underneath the status bar, this patch should help to avoid it. It adds the size of the status bar as margin-bottom so the codemirror window itself is forced above the statusbar. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2019-05-12Fix toolbar day modePedro Ferreira1-18/+0
Also moved the code to SCSS Signed-off-by: Pedro Ferreira <pedro@dete.st>
2019-03-29Fix button background colorSheogorath1-1/+1
When introducing night mode the rule for the background of the view switches seems to be generated from the view button. This patch should change the introduced rule to fix for all default buttons. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-07-03Fix some night mode colorsSheogorath1-1/+10
We have some issues with night mode and the font color. This should fix this in the permission table and the delete node modal. As well as some picture styling. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-06-19Add a toolbar to Codemirror editorEdgar Zanella Alvarenga1-0/+18
Signed-off-by: Edgar Zanella Alvarenga <e@vaz.io>
2018-03-29Fix modal and panel colors in night modeSheogorath1-2/+16
Night mode provides a generally, dark interface. This fix provides the needed CSS to also turn modal and panels into night mode design as well. This mainly effects the help modal. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-01-05:sparkles: Implemented dark theme.Edoardo Odorico1-5/+69
Signed-off-by: Edoardo Odorico <edoubuntu@gmail.com>
2017-01-13Fix permission dropdown text might out of range in smaller screenWu Cheng-Han1-0/+3
2016-12-04Fix preferences checkbox might not vertical aligned in some browsersWu Cheng-Han1-0/+5
2016-12-04Add preferences to editor status bar and make allow override browser keymap ↵Wu Cheng-Han1-2/+14
option
2016-11-28Update editor other cursor classes and adding option for other cursors ↵Wu Cheng-Han1-11/+2
features in CodeMirror
2016-07-30Add support of showing authorship in editor and adjust related stylesWu Cheng-Han1-0/+3
2016-06-21Update to annotate scrollbar position of revision mark textCheng-Han, Wu1-0/+14
2016-06-21Update to support toggle editor theme and spellcheck in status barCheng-Han, Wu1-1/+24
2016-05-27Update resizable handle and sync scrolling toggle stylesCheng-Han, Wu1-4/+8
2016-05-26Update to improve syncscroll performance and add toggle for sync scrollingCheng-Han, Wu1-0/+11
2016-05-12Can now select from available projects and snippets to build import URL.Jason Croft1-0/+5
2016-03-15Fixed mobile layout issues and improved editor layout stylesCheng-Han, Wu1-1/+1
2016-03-04Support mermaid in code block diagram and updated all diagram rendering ↵Cheng-Han, Wu1-1/+1
method and styles
2016-02-15Updated to support lang attribute and styles in editorCheng-Han, Wu1-1/+13
2016-02-08Fixed to keep index.css indent consistentCheng-Han, Wu1-5/+5
2016-02-08Support change keymap and indentation type with size in statusbarCheng-Han, Wu1-4/+79
2016-01-17Added editor placeholder and auto set mode by content existenceWu Cheng-Han1-0/+3
2016-01-12Support show last change user with profile and support YAML config inside ↵Wu Cheng-Han1-13/+24
the note with robots, lang, dir, breaks options
2015-09-25Updated editor stylesWu Cheng-Han1-3/+48
2015-09-25Updated cursor css animation and dropdown-menu styles, updated navbar-brand ↵Wu Cheng-Han1-0/+11
font-weight
2015-09-25Added support of print and unselectable styles, updated vimeo and youtube ↵Wu Cheng-Han1-7/+8
parsing method for this
2015-09-25Fixed padding of view area in smaller screenWu Cheng-Han1-0/+6
2015-09-25Added support of resizable editorWu Cheng-Han1-1/+9
2015-09-24Added statusBar to show cursor position, selections and so onWu Cheng-Han1-0/+43
2015-09-24Updated overall font-family, font-size, line-height, letter-spacing and some ↵Wu Cheng-Han1-14/+9
other minor adjustments
2015-07-04Added profile image on onlineListWu Cheng-Han1-1/+8
2015-07-02Jump to 0.3.1Wu Cheng-Han1-2/+22
2015-06-01Marked as 0.2.9Wu Cheng-Han1-3/+114
2015-05-15Marked as 0.2.8Wu Cheng-Han1-3/+3
2015-05-04First commit, version 0.2.7Wu Cheng-Han1-0/+108