Skip to content

Commit

Permalink
[System Card] Icons now blue-grey
Browse files Browse the repository at this point in the history
+ fix css typo
  • Loading branch information
dotlouis committed Feb 20, 2015
1 parent 6da0856 commit 3be3b47
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/templates/cards/HistoryCard.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<style>
.card.history{
height: 250px:
height: 250px;
}
.card.history .node{
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion app/templates/cards/QuickSettingsCard.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<style>
.card.quicksettings{
height: 250px:
height: 250px;
}
.card.quicksettings .card-content p{
padding: 4px 20px;
Expand Down
8 changes: 5 additions & 3 deletions app/templates/cards/SystemCard.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
font-size: 12px;
font-weight: bold;
margin-right: 15px;
color: #546e7a;
}
.card.system .wrapper-name i{
font-size: 40px;
Expand All @@ -29,6 +30,7 @@
}
.card.system .wrapper-info p{
margin-bottom: 1px;
color: #424242
}
.card.system .progress{
margin: 2px 0;
Expand Down Expand Up @@ -77,7 +79,7 @@
<div class="card-title">System</div>
<div class="card-content">
<div class="wrapper cpu">
<div class="wrapper-name grey-text text-darken-1">
<div class="wrapper-name">
<i class="mdi-hardware-memory"></i>
<div>CPU</div>
</div>
Expand All @@ -89,7 +91,7 @@
</div>
</div>
<div class="wrapper memory">
<div class="wrapper-name grey-text text-darken-1">
<div class="wrapper-name">
<i class="mdi-action-view-column"></i>
<div>Memory</div>
</div>
Expand All @@ -100,7 +102,7 @@
</div>
</div>
<div class="wrapper storage">
<div class="wrapper-name grey-text text-darken-1">
<div class="wrapper-name">
<i class="mdi-device-storage"></i>
<div>Storage</div>
</div>
Expand Down

0 comments on commit 3be3b47

Please sign in to comment.