aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Message.css
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/components/Message.css')
-rw-r--r--vnext/src/components/Message.css19
1 files changed, 5 insertions, 14 deletions
diff --git a/vnext/src/components/Message.css b/vnext/src/components/Message.css
index 9bc05dc6..55bed2f2 100644
--- a/vnext/src/components/Message.css
+++ b/vnext/src/components/Message.css
@@ -9,13 +9,14 @@
.msg-cont .msg-header {
padding: 12px;
}
-.msg-cont > nav.l {
+.msg-cont > .l {
border-top: 1px solid #eee;
display: flex;
+ align-items: center;
justify-content: space-around;
background: #fdfdfe;
}
-.msg-cont > nav.l a {
+.msg-cont > .l a {
color: #88958d;
margin-right: 15px;
font-size: small;
@@ -31,17 +32,6 @@
display: inline-block;
font-size: small;
}
-.l .msg-button {
- align-items: center;
- display: flex;
- flex-basis: 0;
- flex-direction: row;
- flex-grow: 1;
- padding-top: 12px;
-}
-.l .msg-button-icon {
- font-weight: bold;
-}
.msgthread {
margin-bottom: 0;
}
@@ -144,7 +134,8 @@ blockquote {
overflow: hidden;
text-indent: 10px;
}
-.msg-summary {
+.msg-summary,
+.msg-summary a {
color: #88958d;
font-size: small;
padding: 12px;