mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
tweaks to has-category docked layout
This commit is contained in:
parent
e383a8ab01
commit
93e7aa832c
1 changed files with 13 additions and 6 deletions
|
@ -540,12 +540,7 @@ iframe {
|
|||
}
|
||||
}
|
||||
|
||||
.extra-info.has-category {
|
||||
h1 {
|
||||
line-height: 1.0em;
|
||||
}
|
||||
}
|
||||
|
||||
/* default docked header CSS for all topics, including those without categories */
|
||||
.extra-info {
|
||||
h1 {
|
||||
margin: 5px 0 0 0;
|
||||
|
@ -588,6 +583,18 @@ iframe {
|
|||
|
||||
}
|
||||
|
||||
/* override docked header CSS for topics with categories */
|
||||
.extra-info.has-category {
|
||||
h1 {
|
||||
line-height: 1.1em;
|
||||
margin: 0 0 2px 0;
|
||||
}
|
||||
star {
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.open >.dropdown-menu {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue