summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-08-15 18:08:34 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-08-15 18:08:34 +0200
commit8666896422e3c664065b9dc63c84599d3dc98da1 (patch)
tree7a9325034f2de5191a9a3872adbae5eea52251b5
parent2e2e838a16e23e0f71014c9845d0c2d6f7308bbb (diff)
downloadklausuren-8666896422e3c664065b9dc63c84599d3dc98da1.tar.gz
klausuren-8666896422e3c664065b9dc63c84599d3dc98da1.tar.bz2
klausuren-8666896422e3c664065b9dc63c84599d3dc98da1.zip
fixed css
-rw-r--r--static/style_v3.css (renamed from static/style_v2.css)5
-rw-r--r--templates/layout.html4
-rw-r--r--templates/module_show.html4
3 files changed, 3 insertions, 10 deletions
diff --git a/static/style_v2.css b/static/style_v3.css
index 89fa08b..3b9bee3 100644
--- a/static/style_v2.css
+++ b/static/style_v3.css
@@ -39,6 +39,7 @@ footer a, footer a:visited {
}
#sub-header {
+ clear: both;
width:100%;
}
@@ -179,7 +180,3 @@ select {
vertical-align: top;
padding-left: 30px;
}
-
-.right {
- float: right;
-}
diff --git a/templates/layout.html b/templates/layout.html
index 0089f04..bb14781 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" media="all" href="{{url_for('static',
- filename='style_v2.css')}}" />
+ filename='style_v3.css')}}" />
<script type="text/javascript" src="{{url_for('static',filename='jquery-1.8.0.min.js')}}"></script>
<title>Fit</title>
</head>
@@ -34,7 +34,7 @@
<a href="{{url_for('study_index', study=study, module=module)}}">zurück</a>
{% endif %}
</p>
- <h2>{{study.capitalize()}}</h2>
+ <h2><a href="{{url_for('study_index', study=study)}}">{{study.capitalize()}}</a></h2>
{% endif %}
<ul class="flashes">
diff --git a/templates/module_show.html b/templates/module_show.html
index 56fcf15..989d946 100644
--- a/templates/module_show.html
+++ b/templates/module_show.html
@@ -20,10 +20,6 @@
{% extends "layout.html" %}
{% block body %}
- <p class="right">
- <a href="{{url_for('study_index', study=study)}}">zurück zur Übersicht</a>
- </p>
-
<div id="module-index">
<h3>{{module}}</h3>