X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1617abdf1a5ec504c28f52daf2a2b1728a5b28f6..fc330c6c7cee602ac344c3f180065a70226dae8a:/platforma/templates/wiki/document_details.html?ds=inline diff --git a/platforma/templates/wiki/document_details.html b/platforma/templates/wiki/document_details.html index 8a05589f..64fc89a2 100644 --- a/platforma/templates/wiki/document_details.html +++ b/platforma/templates/wiki/document_details.html @@ -2,6 +2,7 @@ {% load toolbar_tags %} {% block extrahead %} + @@ -57,7 +58,7 @@ result.push('>'); } - if (element.tagName == 'akap' || element.tagName == 'akap_dialog') { + if (element.tagName == 'akap' || element.tagName == 'akap_dialog' || element.tagName == 'akap_cd') { result.push('\n\n\n'); } else if (element.tagName == 'rdf:RDF') { result.push('\n\n\n\n\n'); @@ -221,6 +222,7 @@ margin: 0; overflow: hidden; padding: 0; + min-width: 960px; } .vsplitbar { @@ -261,6 +263,7 @@ float: left; padding: 3px 6px 2px 6px; color: #222; + line-height: 20px; } #tabs { @@ -336,6 +339,12 @@ border-radius: 10px; } + /* Remove extra padding in Firefox */ + button::-moz-focus-inner { + border: 0; + padding: 0; + } + p { margin: 0;} {% endblock %} @@ -361,7 +370,7 @@ -