color: #FFF;
font-size: 1.1em;
font-weight: bold;
- -webkit-margin-before: 0.2em;
- -webkit-margin-after: 0.2em;
+ margin-top: 0.2em;
+ margin-bottom: 0.2em;
}
#module-set .module a:hover {
padding: 0em 1.8em 0em 1em;
}
+
+.desk_messages {
+ float: left;
+ width:75%;
+ padding: 0em 0em 0em 1em;
+ }
+
.desk_course {
float: left;
width:52%;
{% block content %}
-<div id="postman" class="desk_large">
+<div id="postman" class="desk_messages">
{% block pm_by_modes %}
<div id="pm_by_modes" style="float: right;">
{% endif %}
{% endblock %}
{% block content %}
-<div id="postman" class="desk_course">
+<div id="postman" class="desk_messages">
<h1>{% block pm_write_title %}{% endblock %}</h1>
<form id="_messageForm" action="{% if next_url %}?next={{ next_url|urlencode }}{% endif %}" method="post">{% csrf_token %}
<table>
{% load postman_tags %}
{% block content %}
-<div id="postman" class="desk_large">
+<div id="postman" class="desk_messages">
<h1>{% if pm_messages|length > 1 %}{% trans "Conversation" %}{% else %}{% trans "Message" %}{% endif %}</h1>
<br /><br />
{% block course %}
<div class="course_media">
-<div class="course_title">{{ course.title }}{% if course.description %} - {{ course.description }}{% endif %}
+<div class="course_title">{{ course.title }}{% if course.description %} - {{ course.description }}{% endif %}{% if media.item %} - {{ media.item }}{% endif %}
</div>
<div class="media">
<!DOCTYPE html>
{% load i18n %}
{% load telemeta_utils %}
-
{% get_current_language as LANGUAGE_CODE %}
{% get_available_languages as LANGUAGES %}
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{ LANGUAGE_CODE }}" xml:lang="{{ LANGUAGE_CODE }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
+<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=1;" />
+<meta name="apple-mobile-web-app-capable" content="yes" />
+<meta names="apple-mobile-web-app-status-bar-style" content="black-translucent" />
+
<title>{%block head_title %}{% description %} - Telemeta{% endblock %}</title>
{% block stylesheets %}
{% else %}
<script type='text/javascript'>var CURRENT_USER_NAME=undefined;</script>
{% endif %}
+
+<script type='text/javascript'>window.scrollTo(0, 1);</script>
+
{% endblock %}
{% block extra_javascript %}{% endblock %}