diff --git a/myriad/static/lock.png b/myriad/static/lock.png new file mode 100644 index 0000000..04e7f8d Binary files /dev/null and b/myriad/static/lock.png differ diff --git a/myriad/static/style.css b/myriad/static/style.css index 2aa96a5..93966d3 100644 --- a/myriad/static/style.css +++ b/myriad/static/style.css @@ -148,9 +148,9 @@ form textarea{ .title{ font-size:20px; + display:block; margin-top:20px; margin-bottom:20px; - display:block; } .heading.big{ font-size:20px; @@ -166,6 +166,17 @@ form textarea{ display:block; } +.lock{ + float:left; + margin-right:10px; +} +.minilock{ + width:16px; + height:auto; + float:left; + margin-right:10px; +} + #blog{ max-height:300px; overflow-y:scroll; diff --git a/myriad/templates/index.html b/myriad/templates/index.html index 255dd7e..5cbe671 100644 --- a/myriad/templates/index.html +++ b/myriad/templates/index.html @@ -20,7 +20,7 @@
-
{{ member[3]|safe }} {{ member[4]|safe }}
+
{% if member[9]==0 %}{% endif %}{{ member[3]|safe }} {{ member[4]|safe }}
{% if icons[member[0]] %} {% else %} diff --git a/myriad/templates/page.html b/myriad/templates/page.html index bae77b5..76c0191 100644 --- a/myriad/templates/page.html +++ b/myriad/templates/page.html @@ -21,7 +21,7 @@ {% else %} {% endif %} -
{{member[3]}}
+
{% if member[9]==0 %}{% endif %}{{member[3]}}
{{member[5].replace('\n', '
')|safe}}