openrat-cms

# OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

editor.css (1013B)


      1 .editor__text-editor {
      2 	width: 100%;
      3 	height: 300px;
      4 }
      5 /* ACE-Editor */
      6 textarea.editor__code-editor {
      7 	display: none;
      8 	/* Textarea nicht anzeigen, da durch Editor im DIV ersetzt */
      9 }
     10 div.editor__code-editor {
     11 	position: absolute;
     12 	height: 500px;
     13 	width: 100%;
     14 	font-size: 14px;
     15 	z-index: 256;
     16 }
     17 textarea.editor__text-editor,
     18 textarea.editor__wiki-editor,
     19 textarea.editor__html-editor {
     20 	width: 100%;
     21 }
     22 a.editorlink:active,
     23 a.editorlink:hover {
     24 	font-weight: normal;
     25 	text-decoration: none;
     26 }
     27 a.editorlink:link,
     28 a.editorlink:visited {
     29 	font-weight: normal;
     30 	text-decoration: none;
     31 }
     32 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22editor.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AACA%3BCACC%3BCACA%3B%3B%3BAAID%2CQAAQ%3BCACP%3B%3B%3BAAID%2CGAAG%3BCAED%3BCACE%3BCACA%3BCACA%3BCACA%3B%3BAAKJ%2CQAAQ%3BAACR%2CQAAQ%3BAACR%2CQAAQ%3BCAEP%3B%3BAAID%2CCAAC%2CWAAW%3BAACZ%2CCAAC%2CWAAW%3BCAEX%3BCACA%3B%3BAAGD%2CCAAC%2CWAAW%3BAACZ%2CCAAC%2CWAAW%3BCAEX%3BCACA%22%7D */