Constrain .end-session style to the .message-list
It was incorrectly being applied to the End Session menu item.
This commit is contained in:
parent
e853c21c98
commit
4945180c12
2 changed files with 10 additions and 10 deletions
|
@ -164,6 +164,12 @@ button {
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.end-session {
|
||||||
|
font: small;
|
||||||
|
font-style: italic;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-bar {
|
.bottom-bar {
|
||||||
|
@ -224,8 +230,3 @@ button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.end-session {
|
|
||||||
font: small;
|
|
||||||
font-style: italic;
|
|
||||||
opacity: 0.8;
|
|
||||||
}
|
|
||||||
|
|
|
@ -375,6 +375,10 @@ button {
|
||||||
.message-list .timestamp {
|
.message-list .timestamp {
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
float: right; }
|
float: right; }
|
||||||
|
.message-list .end-session {
|
||||||
|
font: small;
|
||||||
|
font-style: italic;
|
||||||
|
opacity: 0.8; }
|
||||||
|
|
||||||
.bottom-bar {
|
.bottom-bar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -418,8 +422,3 @@ button {
|
||||||
border: 0;
|
border: 0;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
z-index: 5; }
|
z-index: 5; }
|
||||||
|
|
||||||
.end-session {
|
|
||||||
font: small;
|
|
||||||
font-style: italic;
|
|
||||||
opacity: 0.8; }
|
|
||||||
|
|
Loading…
Reference in a new issue