mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 19:46:48 +08:00
Styling of status.
This commit is contained in:
@@ -72,3 +72,11 @@ h1 br {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
#Status {
|
||||
font-size: x-large;
|
||||
}
|
||||
|
||||
#Status strong {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
+8
-8
@@ -41,22 +41,22 @@
|
||||
Your detector. Click on it to generate events.
|
||||
</canvas>
|
||||
</div>
|
||||
<div class="row lead bg-warning">
|
||||
<p class="col-xs-4 text-center">
|
||||
<div class="row" id="Status">
|
||||
<div class="col-xs-4 text-center">
|
||||
<strong>Data</strong>
|
||||
<br>
|
||||
{{ lc.lab.data | niceNumber }}
|
||||
</p>
|
||||
<p class="col-xs-4 text-center">
|
||||
</div>
|
||||
<div class="col-xs-4 text-center">
|
||||
<strong>Reputation</strong>
|
||||
<br>
|
||||
{{ lc.lab.reputation | niceNumber }}
|
||||
</p>
|
||||
<p class="col-xs-4 text-center">
|
||||
<strong>Money</strong>
|
||||
</div>
|
||||
<div class="col-xs-4 text-center">
|
||||
<strong>Funding</strong>
|
||||
<br>
|
||||
{{ lc.lab.money | currency }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user