We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094f721 commit 784db42Copy full SHA for 784db42
Fritz.StreamTools/Views/Attention/Points.cshtml
@@ -13,7 +13,7 @@
13
#Alert * {
14
font-family: 'Roboto', Arial;
15
font-weight: bold;
16
- font-size: 42px;
+ font-size: 20px;
17
color: #FFF;
18
text-shadow: 1px 1px 1px #000;
19
background-color: rgba(0, 0, 153, 0.4);
@@ -55,12 +55,12 @@
55
</head>
56
<body>
57
58
- <div id="Alert">
+ <div id="Alert" style="position: relative; width: 270px; height: 280px; display: block;">
59
60
- <table>
+ <table cellspacing="0" cellpadding="2" style="width: 270px; height: 280px;">
61
<tr>
62
<td>
63
- <div id="alertImgBg"><img id="alertImg" /></div>
+ <div id="alertImgBg"><img id="alertImg" width="51" height="51" /></div>
64
</td>
65
66
<p><span id="user"></span> has just redeemed</p>
0 commit comments