Merge pull request #2482 from awesomerobot/master
fixed height header, topic map alignment
This commit is contained in:
commit
2c54962ced
|
@ -6,6 +6,7 @@
|
|||
left: 0;
|
||||
z-index: 1000;
|
||||
padding-top: 3px;
|
||||
height: 60px;
|
||||
.fa-home {
|
||||
padding-right: 3px;
|
||||
padding-top: 3px;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue