mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
modified tip for public discuss;modified css of 'discuss to grp' for ie 7
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<a class="pic fleft" href="{% url 'user_profile' msg.from_email|email2id %}">{% avatar msg.from_email 48 %}</a>
|
<a class="pic fleft" href="{% url 'user_profile' msg.from_email|email2id %}">{% avatar msg.from_email 48 %}</a>
|
||||||
<div class="txt">
|
<div class="txt">
|
||||||
<div class="msg-main">
|
<div class="msg-main">
|
||||||
<a href="{% url 'user_profile' msg.from_email|email2id %}" class="fleft">{{ msg.from_email|email2nickname }}</a>
|
<a href="{% url 'user_profile' msg.from_email|email2id %}">{{ msg.from_email|email2nickname }}</a>
|
||||||
<span class="time">{{ msg.timestamp|translate_seahub_time }}</span>
|
<span class="time">{{ msg.timestamp|translate_seahub_time }}</span>
|
||||||
<p class="msg-con">{{ msg.message|seahub_urlize|find_at|linebreaksbr }}</p>
|
<p class="msg-con">{{ msg.message|seahub_urlize|find_at|linebreaksbr }}</p>
|
||||||
<span class="say"></span>
|
<span class="say"></span>
|
||||||
|
@@ -65,7 +65,7 @@
|
|||||||
<span class="say"></span>
|
<span class="say"></span>
|
||||||
</form>
|
</form>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>{% trans "After login, you can post a discussion and add replies." %}</p>
|
<p>{% trans "After login, you can post discussions and add replies." %}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if group_msgs %}
|
{% if group_msgs %}
|
||||||
|
@@ -1939,12 +1939,16 @@ textarea:-moz-placeholder {/* for FF */
|
|||||||
#discussions-to-grp {
|
#discussions-to-grp {
|
||||||
height:auto;
|
height:auto;
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
|
position:relative;/*for ie7*/
|
||||||
}
|
}
|
||||||
#discussions-to-grp .msg {
|
#discussions-to-grp .msg {
|
||||||
width:380px;
|
width:380px;
|
||||||
}
|
}
|
||||||
|
#discussions-to-grp .msg-main {
|
||||||
|
width:282px;/*for ie7*/
|
||||||
|
}
|
||||||
#discussions-to-grp .reply-input {
|
#discussions-to-grp .reply-input {
|
||||||
width:272px;
|
width:270px;
|
||||||
}
|
}
|
||||||
#to-group-caret,
|
#to-group-caret,
|
||||||
#discuss-to-group-caret {
|
#discuss-to-group-caret {
|
||||||
|
Reference in New Issue
Block a user