summaryrefslogtreecommitdiff
path: root/gstudio/templates
diff options
context:
space:
mode:
authorDhiru <dhiru@labadmin-P5E-Deluxe.(none)>2012-05-21 18:25:26 +0530
committerDhiru <dhiru@labadmin-P5E-Deluxe.(none)>2012-05-21 18:25:26 +0530
commit8de5902b25d8d0447dcc07b75bd4fb94c9d558f1 (patch)
tree2530da885cb7f7081c2df328c75711459490daab /gstudio/templates
parentb57d4a415ebd7c97379fce0af2a6d0acd114743f (diff)
downloadgnowsys-8de5902b25d8d0447dcc07b75bd4fb94c9d558f1.tar.gz
changes done in file to increase height of canvas and rssfeed tooltip and readjust the place of footer
Diffstat (limited to 'gstudio/templates')
-rw-r--r--gstudio/templates/gstudio/base.html5
-rw-r--r--gstudio/templates/gstudio/skeleton.html6
-rw-r--r--gstudio/templates/gstudio/version_base.html4
3 files changed, 8 insertions, 7 deletions
diff --git a/gstudio/templates/gstudio/base.html b/gstudio/templates/gstudio/base.html
index bf84918..f1c4aa1 100644
--- a/gstudio/templates/gstudio/base.html
+++ b/gstudio/templates/gstudio/base.html
@@ -20,8 +20,8 @@
{% endblock %}
{% block sidebar %}
- <img src="{{ STATIC_URL }}gstudio/img/rss.png" alt="?" width="20" height="" />
- <a href="{% url gstudio_nodetype_latest_feed %}" class="feeds"><h4>Rssfeed</h4></a>
+
+ <a href="{% url gstudio_nodetype_latest_feed %}" class="feeds" title="Rssfeed"><img src="{{ STATIC_URL }}gstudio/img/rss.png" alt="?" width="20" height="" /></a>
<div class="search">
<h3>{% trans "Search" %}</h3>
@@ -52,6 +52,7 @@
<a href="{{ object.get_version_url }}{{ sid }}/{{ forloop.counter }}">{{ object.title }} {{ object.id }}.{{ forloop.counter }}</a><br>
{% endfor %}
+ </table>
</div>
<br>
diff --git a/gstudio/templates/gstudio/skeleton.html b/gstudio/templates/gstudio/skeleton.html
index 3b945f4..eba5e28 100644
--- a/gstudio/templates/gstudio/skeleton.html
+++ b/gstudio/templates/gstudio/skeleton.html
@@ -219,12 +219,12 @@ function load(key)
var a = 50 * s;
var w = 700;
var p = 100 + "%";
- var h = 600;
- var q = 3 * s + 35 + "%";
+ var h = 620;
+ var q = 3 * s + 75 + "%";
}else{
var w = 700;
var p = 100 + "%";
- var h = 600;
+ var h = 620;
var q = 110 + "%";
}
fill = d3.scale.category20();
diff --git a/gstudio/templates/gstudio/version_base.html b/gstudio/templates/gstudio/version_base.html
index 6972c9e..15ee3a8 100644
--- a/gstudio/templates/gstudio/version_base.html
+++ b/gstudio/templates/gstudio/version_base.html
@@ -57,8 +57,8 @@
<!-- {% endfor %} -->
<!-- <br> -->
<!-- <input type="submit" value="Compare" /> -->
-<!-- </div> -->
-<!-- <br> -->
+</div>
+<br>
<div class="authors">
<h3>{% trans "Authors" %}</h3>