fix #45
This commit is contained in:
BIN
myriad/static/lock.png
Normal file
BIN
myriad/static/lock.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 264 B |
@@ -148,9 +148,9 @@ form textarea{
|
|||||||
|
|
||||||
.title{
|
.title{
|
||||||
font-size:20px;
|
font-size:20px;
|
||||||
|
display:block;
|
||||||
margin-top:20px;
|
margin-top:20px;
|
||||||
margin-bottom:20px;
|
margin-bottom:20px;
|
||||||
display:block;
|
|
||||||
}
|
}
|
||||||
.heading.big{
|
.heading.big{
|
||||||
font-size:20px;
|
font-size:20px;
|
||||||
@@ -166,6 +166,17 @@ form textarea{
|
|||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lock{
|
||||||
|
float:left;
|
||||||
|
margin-right:10px;
|
||||||
|
}
|
||||||
|
.minilock{
|
||||||
|
width:16px;
|
||||||
|
height:auto;
|
||||||
|
float:left;
|
||||||
|
margin-right:10px;
|
||||||
|
}
|
||||||
|
|
||||||
#blog{
|
#blog{
|
||||||
max-height:300px;
|
max-height:300px;
|
||||||
overflow-y:scroll;
|
overflow-y:scroll;
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="profile {{member[10]}}" id="m{{ member[0] }}">
|
<div class="profile {{member[10]}}" id="m{{ member[0] }}">
|
||||||
<div class="heading"><b>{{ member[3]|safe }}</b> {{ member[4]|safe }}</div>
|
<div class="heading">{% if member[9]==0 %}<img class="minilock" src="{{ url_for('static', filename='lock.png') }}">{% endif %}<b>{{ member[3]|safe }}</b> {{ member[4]|safe }}</div>
|
||||||
{% if icons[member[0]] %}
|
{% if icons[member[0]] %}
|
||||||
<img src="{{ url_for('static', filename='icons/'+icons[member[0]]) }}" class="icon">
|
<img src="{{ url_for('static', filename='icons/'+icons[member[0]]) }}" class="icon">
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<img class="icon" src="{{ url_for('static', filename='any.jpg') }}">
|
<img class="icon" src="{{ url_for('static', filename='any.jpg') }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="title">{{member[3]}}</div>
|
<div class="title">{% if member[9]==0 %}<img class="lock" src="{{ url_for('static', filename='lock.png') }}">{% endif %}{{member[3]}}</div>
|
||||||
<div class="maintext">
|
<div class="maintext">
|
||||||
{{member[5].replace('\n', '<br>')|safe}}
|
{{member[5].replace('\n', '<br>')|safe}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user