.
This commit is contained in:
@@ -129,11 +129,18 @@ button a {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-bar-link {
|
.main-nav-header span {
|
||||||
|
max-width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-nav-header span {
|
||||||
float: right;
|
float: right;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.top-bar-link {
|
||||||
|
}
|
||||||
|
|
||||||
.marking-list pre {
|
.marking-list pre {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -129,11 +129,18 @@ button a {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-bar-link {
|
.main-nav-header span {
|
||||||
|
max-width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-nav-header span {
|
||||||
float: right;
|
float: right;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.top-bar-link {
|
||||||
|
}
|
||||||
|
|
||||||
.marking-list pre {
|
.marking-list pre {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="page-header">
|
<div class="main-nav-header">
|
||||||
{% if request.user.is_authenticated %}
|
{% if request.user.is_authenticated %}
|
||||||
<span id="logout-link" class="top-bar-link">
|
<span id="logout-link" class="top-bar-link">
|
||||||
<a href="{% url 'logout' %}">Logout</a>
|
<a href="{% url 'logout' %}">Logout</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user