padding: .3em 0;
font-size: 1em;
background-color: transparent;
- border-bottom: 1px solid #aaa;
+ border-bottom: 0px solid #aaa;
color: #333;
font-weight: bold;
}
color: #0000 ;
font-weight: normal;
max-height: 250px;
- overflow-y: scroll;
-
+ overflow-y: auto;
}
#module-set-left .module a {
float: left;
width:75%;
padding: 0em 1.8em 0em 1em;
- max-height: 550px;
- overflow-y: scroll;
}
.desk_course {
font-size: 0.9125em;
font-weight: normal;
}
+
+#paginate_fix {
+ padding: 1em 0em 0em 0em;
+ margin: 0em 0em -0.8em 0em;
+ }
\ No newline at end of file
{% block content %}
-<div id="postman" class="desk_media">
+<div id="postman" class="desk_large">
<h1>{% block pm_folder_title %}{% endblock %}</h1>
-{% autopaginate pm_messages %}
{% if invalid_page %}
<p>{% trans "Sorry, this page number is invalid." %}</p>
{% else %}
{% if pm_messages %}
-{% block pm_by_modes %}<div id="pm_by_modes" style="float: right;">
+{% block pm_by_modes %}
+<div id="pm_by_modes" style="float: right;">
<a href="{{ by_conversation_url }}" class="component_icon button icon_filter">{% trans "by conversation" %}</a>
<a href="{{ by_message_url }}" class="component_icon button icon_filter">{% trans "by message" %}</a>
-</div>{% endblock pm_by_modes %}
-{% paginate %}
-<form id="_messageForm" action="{% block pm_form_action %}{% endblock %}" method="post">{% csrf_token %}
+</div>
+{% endblock pm_by_modes %}
+<div id="paginate_fix">
+{% autopaginate pm_messages %}{% paginate %}
+</div>
+
+<form id="_messageForm" action="{% block pm_form_action %}{% endblock %}" method="post">{% csrf_token %}
<table id="pm_messages" class="listing" >
<thead>
<tr>
{% load postman_tags %}
{% block content %}
-<div id="postman" class="desk_media">
+<div id="postman" class="desk_large">
<h1>{% if pm_messages|length > 1 %}{% trans "Conversation" %}{% else %}{% trans "Message" %}{% endif %}</h1>
<br /><br />
{% for message in pm_messages %}
{% load pagination_tags %}
{% if is_paginated %}
-<div class="pagination" id="user_pagination">
-{% if page_obj.has_previous %}
-<a href="{% url teleforma-users %}?page={{ page_obj.previous_page_number }}">< {% trans "Previous" %}</a>
-{% endif %}
-{% trans "Page" %} {{ page_obj.number }} {%trans "of" %} {{ page_obj.paginator.num_pages }}.
-{% if page_obj.has_next %}
-<a href="{% url teleforma-users %}?page={{ page_obj.next_page_number }}">{% trans "Next" %} ></a>
-{% endif %}
-</span>
-</div>
+{% paginate %}
{% endif %}
<div id="users">