Skip to content

Commit 0391852

Browse files
committed
update new icon and design
1 parent 6140e93 commit 0391852

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

browser/main/Components/PlanetHeader.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ var PlanetHeader = React.createClass({
3333
return (
3434
<div onClick={this.interceptClick} className='PlanetHeader'>
3535
<div className='headerLabel'>
36-
<span className='userName'>{currentUserName}</span><br/>
37-
<span className='divider'>/</span>
3836
<span className='planetName'>{currentPlanetName}</span>
37+
<span className='userName'>{currentUserName}</span><br/>
3938
<button className={'menuBtn'}>
4039
<i className='fa fa-gears'></i>
4140
</button>

browser/main/favicon.ico

0 Bytes
Binary file not shown.
324 Bytes
Loading

browser/styles/main/containers/PlanetContainer.styl

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,28 +28,28 @@
2828
.userName
2929
position absolute
3030
left 15px
31-
top 5px
32-
font-size 1.2em
33-
color brandColor
34-
.divider
35-
position absolute
36-
top 25px
37-
left 15px
38-
font-size 2em
31+
top 40px
32+
width 140px
33+
font-size 1em
34+
color textColor
35+
&:hover
36+
color darken(lightButtonColor, 50%)
3937
.planetName
4038
position absolute
41-
top 28px
42-
left 30px
43-
width 130px
44-
font-size 1.5em
39+
top 5px
40+
left 10px
41+
width 145px
42+
font-size 1.6em
4543
color brandColor
4644
overflow-x hidden
4745
text-overflow ellipsis
4846
white-space nowrap
47+
&:hover
48+
color darken(brandBorderColor, 30%)
4949
.menuBtn
5050
position absolute
5151
top 10px
52-
right 0
52+
right 5px
5353
font-size 1em
5454
color lightButtonColor
5555
border none
@@ -69,7 +69,7 @@
6969
border-color darken(lightButtonColor, 50%)
7070
color darken(lightButtonColor, 50%)
7171
&:active, &.active
72-
border-color darken(brandBorderColor, 10%)
72+
border-color darken(brandBorderColor, 30%)
7373
background-color brandColor
7474
color white
7575
.headerControl
@@ -78,7 +78,7 @@
7878
.searchInput
7979
display block
8080
position absolute
81-
top 14px
81+
top 16px
8282
left 0
8383
input
8484
padding-left 32px
@@ -152,6 +152,7 @@
152152
color lighten(textColor, 25%)
153153
font-size 0.8em
154154
.description, .content
155+
line-height 120%
155156
margin 10px 0 15px
156157
&:hover, &.hover
157158
background-color hoverBackgroundColor

0 commit comments

Comments
 (0)