Skip to content

Commit

Permalink
Make up for the attachments in the recent activity tab in profile
Browse files Browse the repository at this point in the history
Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed Sep 3, 2014
1 parent cc0bc34 commit 32064f0
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions themes/default/css/index.css
Expand Up @@ -4077,6 +4077,20 @@ dl.no_members {
.elk_previewvideo {
max-width: 100%;
}
.profile_attachments {
margin: 0 0.5em;
width: auto;
text-align: center;
}
.profile_attachments tr {
display: inline;
}
.profile_attachments .profile_attachment {
display: inline-block;
width: 129px;
height: 149px;
margin: 5px;
}
}
/* This one does 800 screens at default font size. */
@media screen and (max-width: 50em) {
Expand Down Expand Up @@ -4585,8 +4599,12 @@ dl.no_members {
width: 100%;
overflow: auto;
}
.profile_attachments {
display: none;
.profile_attachments .profile_attachment {
width: 100px;
}
.profile_attachment a img {
max-width: 100px;
max-height: 100px;
}
.pagesection div.floatright {
float: none;
Expand Down

0 comments on commit 32064f0

Please sign in to comment.