From eee32b1483a26a3faa9ad19beb32cfd57aca6c4b Mon Sep 17 00:00:00 2001 From: Lukasz Rekucki Date: Sun, 23 Aug 2009 18:02:49 +0200 Subject: [PATCH] =?utf8?q?Automatyczna=20zmiana=20wysoko=C5=9Bci=20edytora?= =?utf8?q?=20w=20CSS.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- project/static/css/master.css | 9 +++++- project/templates/explorer/file_xml.html | 24 ++++++-------- .../templates/explorer/panels/xmleditor.html | 32 ++++++++++++++++--- 3 files changed, 46 insertions(+), 19 deletions(-) diff --git a/project/static/css/master.css b/project/static/css/master.css index f7450f52..bbd98155 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -80,7 +80,14 @@ label { #panels { position: absolute; - bottom: 0px; left: 0px; right: 0px; top: 100px; + bottom: 0px; left: 0px; right: 0px; top: 50px; +} + +.panels-mouse-overlay { + position: absolute; + top: 0px; bottom: 0px; left: 0px; right: 0px; + z-index: 0; + background: transparent; } .panel-wrap { diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html index 30c52f72..4bf439c4 100644 --- a/project/templates/explorer/file_xml.html +++ b/project/templates/explorer/file_xml.html @@ -14,34 +14,30 @@ {% block maincontent %}
+
-
-
+
-
-
+
+
-
-
- - - -
-
-
-
+ +
+
{% endblock maincontent %} diff --git a/project/templates/explorer/panels/xmleditor.html b/project/templates/explorer/panels/xmleditor.html index ef5976c5..81153085 100644 --- a/project/templates/explorer/panels/xmleditor.html +++ b/project/templates/explorer/panels/xmleditor.html @@ -1,10 +1,34 @@ {% load toolbar_tags %} -
- {% toolbar %} - +{% toolbar %} +
+
+ + + -- 2.20.1