Skip to content

Commit b05d824

Browse files
author
xss
committed
add balloon icon
1 parent deb9510 commit b05d824

File tree

4 files changed

+19
-17
lines changed

4 files changed

+19
-17
lines changed

css/habitat-font.css

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,4 @@
7575
.icon-target:before { content: "\f006"; }
7676
.icon-earth:before { content: "\f007"; }
7777
.icon-daylight:before { content: "\f008"; }
78-
.icon-settings:before { content: "\f010"; }
79-
.icon-user:before {
80-
content: "🎈";
81-
color: transparent;
82-
text-shadow: 0 0 0 white;
83-
line-height: 1;
84-
}
85-
86-
.icon-user {
87-
line-height: 1;
88-
}
89-
90-
.user {
91-
line-height: 1 !important;
92-
}
78+
.icon-settings:before { content: "\f010"; }

css/main.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,4 +978,11 @@ header .search form input[type='submit'] {
978978
font-weight: bold;
979979
text-align: center;
980980
padding: 10px;
981-
}
981+
}
982+
/* predictor settings pane */
983+
.prediction_settings {
984+
background-image: url("../glyphs/icon-balloon.svg");
985+
background-repeat: no-repeat;
986+
background-size: 50%;
987+
background-position: center;
988+
}

glyphs/icon-balloon.svg

Lines changed: 9 additions & 0 deletions
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</div>
4343
<ol class="nav noselect">
4444
<li class="home"><i class="icon-habhub"></i></li>
45-
<li class="user"><i class="icon-user"></i></li>
45+
<li class="prediction_settings"></li>
4646
<li class="chasecar" style="display: none"><i class="icon-car"></i></li>
4747
<li class="settings"><i class="icon-settings"></i></li>
4848
<li class="weather">

0 commit comments

Comments
 (0)