aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-12-06 15:38:07 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit17ab73123ce11132e2aee7ac78f4f1b5350e0a2d (patch)
tree4a23fca3fe4febb8710f359ec5d8d90bb5383e63 /vnext/src/components
parent011b8df08e9319944210d62a75b11fa9f62df236 (diff)
IE layout fixes
Diffstat (limited to 'vnext/src/components')
-rw-r--r--vnext/src/components/Button.css3
-rw-r--r--vnext/src/components/Message.css6
2 files changed, 4 insertions, 5 deletions
diff --git a/vnext/src/components/Button.css b/vnext/src/components/Button.css
index 85e3f061..85c9e652 100644
--- a/vnext/src/components/Button.css
+++ b/vnext/src/components/Button.css
@@ -1,10 +1,9 @@
.Button {
background: #fff;
- font-size: 12px;
border: 1px solid #eee;
color: #888;
cursor: pointer;
display: inline-block;
margin: 5px;
- padding: 2px 10px;
+ padding: 4px 10px;
} \ No newline at end of file
diff --git a/vnext/src/components/Message.css b/vnext/src/components/Message.css
index 779cc85f..df51fa80 100644
--- a/vnext/src/components/Message.css
+++ b/vnext/src/components/Message.css
@@ -7,7 +7,7 @@ article {
}
article time {
color: #999;
- font-size: 10pt;
+ font-size: small;
}
article p {
clear: left;
@@ -31,7 +31,7 @@ article > nav.l,
border-top: 1px solid #eee;
display: flex;
justify-content: space-around;
- font-size: 10pt;
+ font-size: small;
}
article > nav.l a,
.msg-cont > nav.l a {
@@ -58,7 +58,7 @@ article .tags > a,
border: 1px solid #eee;
color: #888;
display: inline-block;
- font-size: 10pt;
+ font-size: small;
margin-bottom: 5px;
margin-right: 5px;
padding: 0 10px;