X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/49d869f20275d40c814a0ac4279d75b9efc02ed5..661a128f3a3f7bcaac5a33c7f00eb7e790f469d5:/platforma/static/css/html.css diff --git a/platforma/static/css/html.css b/platforma/static/css/html.css index 3c168c12..bdee4544 100755 --- a/platforma/static/css/html.css +++ b/platforma/static/css/html.css @@ -40,8 +40,6 @@ text-align: center; line-height: 1.5em; font-weight: bold; - - text-transform: capitalize; } .htmlview h2 { @@ -390,6 +388,8 @@ .edit-button:hover, .edit-button:active { +/* color: #FFF;*/ + background-color: #999; color: #FFF; } @@ -437,11 +437,12 @@ padding: 1px; z-index: 2000; + position: absolute; } .html-editarea textarea { - border: 2px solid black; +/* border: 2px solid black;*/ margin: 0px; padding: 0px; @@ -451,7 +452,7 @@ z-index: 0; font-size: 10pt; - background-color: ivory; +/* background-color: ivory;*/ } /*/ @@ -523,4 +524,9 @@ .out-of-flow-text { border: 1px solid #C8B849; background-color: #D4CB9C; + white-space: pre; + overflow: auto; + margin: 1.5em 0 0; + font-family: monospace; + font-size: 10pt; } \ No newline at end of file