From: zuber Date: Thu, 3 Dec 2009 16:02:13 +0000 (+0100) Subject: Poprawienie wyglądu tytułu dokumentu w document_details.html. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/fc330c6c7cee602ac344c3f180065a70226dae8a Poprawienie wyglądu tytułu dokumentu w document_details.html. --- diff --git a/platforma/templates/wiki/document_details.html b/platforma/templates/wiki/document_details.html index 34458028..64fc89a2 100644 --- a/platforma/templates/wiki/document_details.html +++ b/platforma/templates/wiki/document_details.html @@ -58,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'); @@ -222,6 +222,7 @@ margin: 0; overflow: hidden; padding: 0; + min-width: 960px; } .vsplitbar { @@ -262,6 +263,7 @@ float: left; padding: 3px 6px 2px 6px; color: #222; + line-height: 20px; } #tabs { @@ -337,6 +339,12 @@ border-radius: 10px; } + /* Remove extra padding in Firefox */ + button::-moz-focus-inner { + border: 0; + padding: 0; + } + p { margin: 0;} {% endblock %}