Commit 3549421e authored by tedchoc's avatar tedchoc Committed by Commit bot

Attempt to fix win7 about flags relaunch rendering.

I do not have a win7 machine, so I'm assuming the issue is with
rounding of some sort.

Setting to more standard sizing (700 for weight to match bold) and
removing the font-size declaration as it was not really needed.

Also added a drop shadow above the relaunch bar...for flair!

BUG=487597

Review URL: https://codereview.chromium.org/1135423002

Cr-Commit-Position: refs/heads/master@{#329689}
parent 7894f1a8
...@@ -169,6 +169,7 @@ div.needs-restart { ...@@ -169,6 +169,7 @@ div.needs-restart {
background: #FFF; background: #FFF;
border-top: 1px solid rgb(181, 199, 222); border-top: 1px solid rgb(181, 199, 222);
bottom: 0; bottom: 0;
box-shadow: 0 -2px 2px #ddd;
box-sizing: border-box; box-sizing: border-box;
left: 0; left: 0;
padding-bottom: 15px; padding-bottom: 15px;
...@@ -187,8 +188,7 @@ div.needs-restart { ...@@ -187,8 +188,7 @@ div.needs-restart {
box-sizing: border-box; box-sizing: border-box;
color: #fff; color: #fff;
cursor: pointer; cursor: pointer;
font-size: .875em; font-weight: 700;
font-weight: 600;
margin-top: 10px; margin-top: 10px;
padding: 10px 24px; padding: 10px 24px;
text-transform: uppercase; text-transform: uppercase;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment