added new default avatar and changed tab appearances between #left and #main
This commit is contained in:
parent
1e793575e0
commit
4d0bd26d65
8
assets/images/ui/default-avatar.svg
Normal file
8
assets/images/ui/default-avatar.svg
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
width="50px" height="50px" viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve">
|
||||||
|
<circle fill="#B1B1A7" cx="25" cy="25" r="24"/>
|
||||||
|
<circle fill="#E7EAE8" cx="24.998" cy="25" r="12"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 579 B |
|
@ -87,7 +87,7 @@ $.extend Travis,
|
||||||
code_climate_url: $('meta[name="travis.code_climate_url"]').attr('value')
|
code_climate_url: $('meta[name="travis.code_climate_url"]').attr('value')
|
||||||
caches_enabled: $('meta[name="travis.caches_enabled"]').attr('value') == 'true'
|
caches_enabled: $('meta[name="travis.caches_enabled"]').attr('value') == 'true'
|
||||||
show_repos_hint: 'private'
|
show_repos_hint: 'private'
|
||||||
avatar_default_url: 'https://travis-ci.org/images/mailer/mascot-avatar-40px.png'
|
avatar_default_url: 'https://travis-ci.org/images/ui/default-avatar.svg'
|
||||||
pusher_log_fallback: $('meta[name="travis.pusher_log_fallback"]').attr('value') == 'true'
|
pusher_log_fallback: $('meta[name="travis.pusher_log_fallback"]').attr('value') == 'true'
|
||||||
|
|
||||||
CONFIG_KEYS_MAP: {
|
CONFIG_KEYS_MAP: {
|
||||||
|
|
|
@ -95,16 +95,16 @@
|
||||||
font-size: 13px
|
font-size: 13px
|
||||||
display: block
|
display: block
|
||||||
width: 100%
|
width: 100%
|
||||||
height: 20px
|
height: 24px
|
||||||
text-align: left
|
text-align: left
|
||||||
line-height: 20px
|
line-height: 24px
|
||||||
margin-left: 12px
|
margin-left: 12px
|
||||||
|
|
||||||
.commit-changes
|
.commit-changes
|
||||||
div
|
div
|
||||||
display: inline
|
display: inline
|
||||||
clear: none
|
clear: none
|
||||||
height: 20px
|
height: 24px
|
||||||
|
|
||||||
a
|
a
|
||||||
text-overflow: ellipsis
|
text-overflow: ellipsis
|
||||||
|
@ -112,7 +112,7 @@
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
display: inline-block
|
display: inline-block
|
||||||
max-width: 175px
|
max-width: 175px
|
||||||
line-height: 20px
|
line-height: 24px
|
||||||
|
|
||||||
.right
|
.right
|
||||||
margin-top: 10px
|
margin-top: 10px
|
||||||
|
|
|
@ -1,24 +1,25 @@
|
||||||
@import "_mixins/all"
|
@import "_mixins/all"
|
||||||
|
|
||||||
.tabs
|
.tabs
|
||||||
height: 30px
|
height: 29px
|
||||||
border-bottom: 2px solid #f5f5f6
|
|
||||||
|
|
||||||
li
|
li
|
||||||
display: inline-block
|
display: inline-block
|
||||||
height: 30px
|
height: 28px
|
||||||
padding-right: 10px
|
margin-right: 10px
|
||||||
vertical-align: top
|
vertical-align: top
|
||||||
background-color: #f5f5f6
|
background-color: #f8f8f8
|
||||||
|
border-top-right-radius: 4px
|
||||||
|
border-top-left-radius: 4px
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
background-color: #e1e8eb
|
background-color: $color-bg-tab-hover
|
||||||
|
|
||||||
.active
|
.active
|
||||||
background-color: #d8e2e6
|
background-color: $color-bg-tab-active
|
||||||
border-bottom-color: #d8e2e6
|
border-bottom-color: $color-bg-tab-active
|
||||||
|
|
||||||
h5
|
h5
|
||||||
margin: 0
|
margin: 0
|
||||||
|
@ -34,7 +35,7 @@
|
||||||
#left
|
#left
|
||||||
.tabs
|
.tabs
|
||||||
padding-left: 20px
|
padding-left: 20px
|
||||||
margin-top: -29px
|
margin-top: -28px
|
||||||
|
|
||||||
#tab_search:not(.active)
|
#tab_search:not(.active)
|
||||||
display: none
|
display: none
|
||||||
|
@ -47,6 +48,7 @@
|
||||||
display: none
|
display: none
|
||||||
height: 25px
|
height: 25px
|
||||||
width: 26px
|
width: 26px
|
||||||
|
margin-top: 3px
|
||||||
float: right
|
float: right
|
||||||
|
|
||||||
h5
|
h5
|
||||||
|
@ -57,12 +59,23 @@
|
||||||
|
|
||||||
#main
|
#main
|
||||||
.tabs
|
.tabs
|
||||||
margin-top: 35px
|
li
|
||||||
|
height: 30px
|
||||||
|
padding-right: 10px
|
||||||
|
background-color: #f5f5f6
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
background-color: #e1e8eb
|
||||||
|
|
||||||
h5
|
h5
|
||||||
min-width: 65px
|
min-width: 65px
|
||||||
a
|
a
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
||||||
|
.active
|
||||||
|
background-color: #d8e2e6
|
||||||
|
border-bottom-color: #d8e2e6
|
||||||
|
|
||||||
.tab
|
.tab
|
||||||
margin-top: 20px
|
margin-top: 20px
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user