mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Use "i" circle for info button
This commit is contained in:
parent
e7fb268843
commit
e91cf4a4e8
2 changed files with 9 additions and 7 deletions
|
@ -106,13 +106,15 @@ body {
|
|||
|
||||
|
||||
#show-info-button {
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
text-transform: lowercase;
|
||||
padding: 0;
|
||||
min-width: 40px;
|
||||
font-family: HiFi-Glyphs;
|
||||
font-size: 32px;
|
||||
height: 16px;
|
||||
margin-left: 14px;
|
||||
line-height: 16px;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: 11px;
|
||||
margin-top: -11px;
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
||||
#show-info-button:hover {
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
<tr>
|
||||
<td id="footer-text" colspan="2">
|
||||
Number of available instances: <span id="players-unused"></span>
|
||||
<input id="show-info-button" type="button" value="i" />
|
||||
<span id="show-info-button">[</span>
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
|
Loading…
Reference in a new issue