mirror of https://github.com/zulip/zulip.git
css: Nest .drafts-header inside .drafts-container.
This commit is contained in:
parent
591ebb22bf
commit
d20204826d
|
@ -11,6 +11,21 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
.drafts-header {
|
||||||
|
padding: {
|
||||||
|
top: 4px;
|
||||||
|
bottom: 8px;
|
||||||
|
}
|
||||||
|
text-align: center;
|
||||||
|
border-bottom: 1px solid hsl(0, 0%, 87%);
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
margin: 0;
|
||||||
|
font-size: 1.1em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.exit {
|
.exit {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -30,21 +45,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.drafts-header {
|
|
||||||
padding: {
|
|
||||||
top: 4px;
|
|
||||||
bottom: 8px;
|
|
||||||
}
|
|
||||||
text-align: center;
|
|
||||||
border-bottom: 1px solid hsl(0, 0%, 87%);
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
margin: 0;
|
|
||||||
font-size: 1.1em;
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.drafts-list {
|
.drafts-list {
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
|
@ -351,7 +351,7 @@ on a dark background, and don't change the dark labels dark either. */
|
||||||
thead,
|
thead,
|
||||||
#searchbox,
|
#searchbox,
|
||||||
#searchbox_legacy,
|
#searchbox_legacy,
|
||||||
.drafts-header,
|
.drafts-container .drafts-header,
|
||||||
.nav > li > a:hover,
|
.nav > li > a:hover,
|
||||||
.subscriptions-container .subscriptions-header,
|
.subscriptions-container .subscriptions-header,
|
||||||
.grey-box,
|
.grey-box,
|
||||||
|
|
Loading…
Reference in New Issue