From fc330c6c7cee602ac344c3f180065a70226dae8a Mon Sep 17 00:00:00 2001 From: zuber Date: Thu, 3 Dec 2009 17:02:13 +0100 Subject: [PATCH] =?utf8?q?Poprawienie=20wygl=C4=85du=20tytu=C5=82u=20dokum?= =?utf8?q?entu=20w=20document=5Fdetails.html.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- platforma/templates/wiki/document_details.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 %} -- 2.20.1