mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-09 16:29:41 +00:00
Started making use of gravatar icons.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -18,13 +18,12 @@ body, .pad-top {
|
|||||||
#userdropdown > li {
|
#userdropdown > li {
|
||||||
padding: 0 0.3em;
|
padding: 0 0.3em;
|
||||||
|
|
||||||
&.media {
|
.media-object {
|
||||||
display: inline-flex;
|
max-width: 3em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.table tbody>tr>td.vert-align
|
.table tbody > tr > td.vert-align {
|
||||||
{
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -37,10 +36,15 @@ textarea {
|
|||||||
resize: vertical;
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-page, .btn-pad { // .btn-page should be refactored out to .btn-page in the future
|
.btn-page, .btn-pad {
|
||||||
|
// .btn-page should be refactored out to .btn-page in the future
|
||||||
margin: 0 0 0.5em;
|
margin: 0 0 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-combobox {
|
.custom-combobox {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.event-mic-photo {
|
||||||
|
max-width: 2em;
|
||||||
|
}
|
||||||
@@ -71,9 +71,12 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</dl>
|
</dl>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center">
|
<td class="text-right">
|
||||||
{% if event.mic or not event.is_rig %}
|
{% if event.mic or not event.is_rig %}
|
||||||
{{ event.mic.initials }}
|
{{ event.mic.initials }}
|
||||||
|
<div>
|
||||||
|
<img src="{{ event.mic.profile_picture }}" class="event-mic-photo"/>
|
||||||
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<span class="glyphicon glyphicon-exclamation-sign"></span>
|
<span class="glyphicon glyphicon-exclamation-sign"></span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user