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>
|
||||
<div class="txt">
|
||||
<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>
|
||||
<p class="msg-con">{{ msg.message|seahub_urlize|find_at|linebreaksbr }}</p>
|
||||
<span class="say"></span>
|
||||
|
@@ -65,7 +65,7 @@
|
||||
<span class="say"></span>
|
||||
</form>
|
||||
{% 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 %}
|
||||
|
||||
{% if group_msgs %}
|
||||
|
@@ -1939,12 +1939,16 @@ textarea:-moz-placeholder {/* for FF */
|
||||
#discussions-to-grp {
|
||||
height:auto;
|
||||
overflow:auto;
|
||||
position:relative;/*for ie7*/
|
||||
}
|
||||
#discussions-to-grp .msg {
|
||||
width:380px;
|
||||
}
|
||||
#discussions-to-grp .msg-main {
|
||||
width:282px;/*for ie7*/
|
||||
}
|
||||
#discussions-to-grp .reply-input {
|
||||
width:272px;
|
||||
width:270px;
|
||||
}
|
||||
#to-group-caret,
|
||||
#discuss-to-group-caret {
|
||||
|
Reference in New Issue
Block a user