fixed height header, topic map alignment

This commit is contained in:
Kris Aubuchon 2014-06-29 10:39:31 -04:00
parent 6bb17b7214
commit 5ddcad19c9
3 changed files with 5 additions and 2 deletions

View file

@ -6,6 +6,7 @@
left: 0;
z-index: 1000;
padding-top: 3px;
height: 60px;
.fa-home {
padding-right: 3px;
padding-top: 3px;

View file

@ -349,7 +349,7 @@ a.star {
}
h4 {
margin: 0 0 3px 0;
margin: 1px 0 2px 0;
color: scale-color($primary, $lightness: 50%);
font-weight: normal;
font-size: 12px;
@ -399,12 +399,14 @@ a.star {
}
.map {
.secondary {text-align: center;}
li {
float: left;
padding: 7px 11px;
&:last-of-type {
border-right: 0;
}
&:nth-child(3) { text-align:center; }
}
a, .number {
line-height: 20px;

View file

@ -41,7 +41,7 @@
line-height: 1.2em;
overflow: hidden;
a {color: $primary;}
a.badge-category { vertical-align: top; margin-top: 4px; }
a.badge-category { vertical-align: top; margin-top: 2px; }
a.edit-topic { font-size: 15px; position: absolute; margin-left: 8px; }
}
.topic-statuses {