clean up css a little

master
Ted Unangst 5 years ago
parent 0bd29bbd8d
commit f1bbb72f37

@ -158,76 +158,71 @@ input[type=file] {
padding-right: 1em; padding-right: 1em;
padding-top: 0; padding-top: 0;
overflow: hidden; overflow: hidden;
}
.honk #honkform {
padding: 1em;
border: 1px solid $fg;
}
.honk a { #honkform {
color: $fg; padding: 1em;
} border: 1px solid $fg;
.honk header .clip a { }
color: $fg-subtle; a {
} color: $fg;
.honk header { }
white-space: nowrap; header {
overflow: hidden; white-space: nowrap;
text-overflow: ellipsis; overflow: hidden;
font-size: 0.8em; text-overflow: ellipsis;
line-height: 1.1; font-size: 0.8em;
margin-top: 1em; line-height: 1.1;
height: 64px; margin-top: 1em;
} height: 64px;
.honk header img { .clip a {
float: left; color: $fg-subtle;
margin-right: 1em; }
width: 64px; img {
height: 64px; float: left;
} margin-right: 1em;
.honk header p { width: 64px;
margin-top: 0px; height: 64px;
} }
.honk .actions button { p {
margin-left: 4em; margin-top: 0px;
margin-top: 2em; }
} }
.honk .noise { .actions button {
line-height: 1.4; margin-left: 4em;
margin-top: 2em;
}
.noise {
line-height: 1.4;
}
details.actions summary {
color: $fg-subtle;
}
} }
.subtle { .subtle {
} .noise {
.subtle .noise { color: $fg-subtle;
color: $fg-subtle; font-size: 0.8em;
font-size: 0.8em; }
} .noise a {
.subtle .noise a { color: $fg-subtle;
color: $fg-subtle; }
} }
.limited { .limited {
border: 1px solid $fg-limited; border: 1px solid $fg-limited;
color: $fg-limited; color: $fg-limited;
} .noise {
.limited .noise { color: $fg-limited;
color: $fg-limited; }
} .noise a {
.limited .noise a { color: $fg-limited;
color: $fg-limited; }
details.actions summary {
color: $fg-limited;
}
} }
details.noise[open] summary { details.noise[open] summary {
display: none; display: none;
} }
.inlineform {
display: inline;
}
.inlineform select {
}
.honk details.actions summary {
color: $fg-subtle;
}
.limited details.actions summary {
color: $fg-limited;
}
h1, h2 { h1, h2 {
font-size: 1.2em; font-size: 1.2em;
} }

Loading…
Cancel
Save