Started making use of gravatar icons.

This commit is contained in:
tomtom5152
2015-01-29 20:00:07 +00:00
parent 3df97c9e61
commit 391c874508
4 changed files with 11653 additions and 10571 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -8,39 +8,43 @@
@import "jq-ui-bootstrap/_tooltip";
body, .pad-top {
padding-top: 50px;
padding-top: 50px;
}
#content {
padding: 40px 15px;
padding: 40px 15px;
}
#userdropdown > li {
padding: 0 0.3em;
padding: 0 0.3em;
&.media {
display: inline-flex;
}
.media-object {
max-width: 3em;
}
}
.table tbody>tr>td.vert-align
{
vertical-align: middle;
.table tbody > tr > td.vert-align {
vertical-align: middle;
}
.align-right {
text-align: right;
text-align: right;
}
textarea {
width: 100%;
resize: vertical;
width: 100%;
resize: vertical;
}
.btn-page, .btn-pad { // .btn-page should be refactored out to .btn-page in the future
margin: 0 0 0.5em;
.btn-page, .btn-pad {
// .btn-page should be refactored out to .btn-page in the future
margin: 0 0 0.5em;
}
.custom-combobox {
display: block;
display: block;
}
.event-mic-photo {
max-width: 2em;
}

View File

@@ -71,9 +71,12 @@
{% endif %}
</dl>
</td>
<td class="text-center">
<td class="text-right">
{% if event.mic or not event.is_rig %}
{{ event.mic.initials }}
<div>
<img src="{{ event.mic.profile_picture }}" class="event-mic-photo"/>
</div>
{% else %}
<span class="glyphicon glyphicon-exclamation-sign"></span>
{% endif %}