From: Lukasz Rekucki Date: Sun, 23 Aug 2009 16:02:49 +0000 (+0200) Subject: Automatyczna zmiana wysokości edytora w CSS. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/eee32b1483a26a3faa9ad19beb32cfd57aca6c4b Automatyczna zmiana wysokości edytora w CSS. --- 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 %} +
+
+ + +