X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5913c54d19b8f6775633176032161d49f9b2f1aa..ec7eb5869c48d69091579e928046b52ee7ae96ae:/src/redakcja/static/css/html.css diff --git a/src/redakcja/static/css/html.css b/src/redakcja/static/css/html.css index 3b996814..5a969fb8 100644 --- a/src/redakcja/static/css/html.css +++ b/src/redakcja/static/css/html.css @@ -87,6 +87,7 @@ font-size: 1em; margin: 1.5em 0 0; line-height: 1.5em; + font-weight: bold; } .htmlview p { @@ -506,8 +507,11 @@ div[x-node] > .uwaga { } .edit-button, .delete-button, .accept-button, .tytul-button, .wyroznienie-button, .slowo-button, .znak-button { + font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; + font-size: 16px; + line-height: 1.5; position: absolute; - top: -21px; + top: -28px; left: -1px; width: 72px; height: 28px; @@ -604,6 +608,7 @@ div[x-node] > .uwaga { padding: 1px; z-index: 2000; position: absolute; + text-align: left; } .html-editarea textarea { @@ -615,6 +620,8 @@ div[x-node] > .uwaga { height: 100%; z-index: 0; font-size: 10pt; + font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; + line-height: 1.25; /* background-color: ivory;*/ } @@ -656,14 +663,14 @@ div[x-node] > .uwaga { /* specialChars */ #specialCharsContainer { text-align: center; - width: 600px; + width: 640px; height: 400px; padding:20px; background-color: gray; position: absolute; top: 20px; - left: 20px; - z-index:1000; + right: 20px; + z-index:10000; overflow:auto; } #specialCharsContainer a {