more mobile badge tweaks

This commit is contained in:
Jeff Atwood 2016-03-27 23:39:56 -07:00
parent f9f84620d1
commit 94f831f7e7
2 changed files with 21 additions and 6 deletions

View file

@ -120,7 +120,7 @@ h2#site-text-logo
list-style: none; list-style: none;
overflow: visible; overflow: visible;
position: relative; position: relative;
width: 40%; width: 45%;
> li > a { > li > a {
padding: 8px 10px; padding: 8px 10px;

View file

@ -144,11 +144,6 @@
.user-main { .user-main {
width: 100%;
float: left;
margin-bottom: 50px;
table.group-members { table.group-members {
width: 100%; width: 100%;
p { p {
@ -603,6 +598,26 @@
width: 300px; width: 300px;
} }
.show-badge-details {
margin-bottom: 1em;
}
.user-badges {
margin-bottom: 2em;
}
.show-badge-details .badge-grant-info { .show-badge-details .badge-grant-info {
display: none; display: none;
} }
.user-info.medium {
width: 300px;
}
.user-info.medium.user-detail {
width: 240px;
}
.user-info.medium.user-image {
width: 50px;
}