clean out unused images, shrinken images, use a single ui image folder
Before Width: | Height: | Size: 168 B |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 838 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 635 B |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 725 B |
Before Width: | Height: | Size: 1021 B |
Before Width: | Height: | Size: 1021 B |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1021 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 635 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.1 KiB |
BIN
assets/images/ui/clock.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
BIN
assets/images/ui/github-admin.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/images/ui/github-forks.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/images/ui/github-watchers.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/images/ui/help.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
assets/images/ui/info.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
assets/images/ui/log.fold.closed.2.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
assets/images/ui/log.fold.closed.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
assets/images/ui/log.fold.open.2.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
assets/images/ui/log.fold.open.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 5.2 KiB |
BIN
assets/images/ui/org.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
assets/images/ui/search.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 972 B After Width: | Height: | Size: 972 B |
Before Width: | Height: | Size: 972 B After Width: | Height: | Size: 972 B |
Before Width: | Height: | Size: 58 B |
Before Width: | Height: | Size: 972 B After Width: | Height: | Size: 972 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 972 B After Width: | Height: | Size: 972 B |
Before Width: | Height: | Size: 970 B After Width: | Height: | Size: 970 B |
|
@ -6,7 +6,7 @@
|
|||
padding-right: 25px
|
||||
font-size: $font-size-small
|
||||
color: $color-text-lighter
|
||||
background: inline-image('spinner.gif') no-repeat right 4px
|
||||
background: inline-image('ui/spinner.gif') no-repeat right 4px
|
||||
|
||||
.loading
|
||||
display: none
|
||||
|
@ -15,5 +15,5 @@ span.loading
|
|||
padding: 0 25px 0 0
|
||||
font-size: $font-size-small
|
||||
color: $color-text-lighter
|
||||
background: inline-image('spinner.gif') no-repeat right 4px
|
||||
background: inline-image('ui/spinner.gif') no-repeat right 4px
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
width: 16px
|
||||
margin: -4px 0 0 3px
|
||||
vertical-align: middle
|
||||
background: inline-image('icons/help.png') no-repeat scroll 0 3px transparent
|
||||
background: inline-image('ui/help.png') no-repeat scroll 0 3px transparent
|
||||
cursor: pointer
|
||||
|
||||
.popup
|
||||
|
|
|
@ -67,7 +67,7 @@ body > div, body > div > div, body > div > div > div
|
|||
margin-right: 1px
|
||||
text-indent: -200px
|
||||
overflow: hidden
|
||||
background: inline-image('icons/clock.png') no-repeat 0px 3px
|
||||
background: inline-image('ui/clock.png') no-repeat 0px 3px
|
||||
|
||||
@media screen and (max-width: 1310px)
|
||||
#left .finished_at_label
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
box-sizing: border-box
|
||||
border: 1px solid $color-border-light
|
||||
@include border-radius(4px)
|
||||
background: $color-bg-input inline-image('ui/bg_search.png') no-repeat right 8px
|
||||
background: $color-bg-input inline-image('ui/search.png') no-repeat right 8px
|
||||
|
||||
.tabs
|
||||
#tab_owned
|
||||
|
@ -27,11 +27,11 @@
|
|||
|
||||
.toggle-info
|
||||
position: absolute
|
||||
right: 30px
|
||||
right: 20px
|
||||
margin-top: -22px
|
||||
display: block
|
||||
width: 14px
|
||||
height: 14px
|
||||
background-image: inline-image('icons/info.png')
|
||||
background-image: inline-image('ui/info.png')
|
||||
cursor: pointer
|
||||
|
||||
|
|
|
@ -88,10 +88,10 @@
|
|||
margin-left: -4px
|
||||
padding-left: 52px
|
||||
&.user
|
||||
background-image: inline-image('icons/user.small.png')
|
||||
background-image: inline-image('ui/user.png')
|
||||
background-position: 29px 18px
|
||||
&.org
|
||||
background-image: inline-image('icons/org.small.png')
|
||||
background-image: inline-image('ui/org.png')
|
||||
background-position: 24px 18px
|
||||
.summary
|
||||
margin-left: 0
|
||||
|
|
|
@ -7,19 +7,6 @@
|
|||
a
|
||||
text-decoration: underline
|
||||
|
||||
#home,
|
||||
#profile
|
||||
#main
|
||||
.tabs
|
||||
#tab_build,
|
||||
#tab_job
|
||||
display: none
|
||||
|
||||
.tabs
|
||||
#tab_build.display,
|
||||
#tab_job.display
|
||||
display: inline-block
|
||||
|
||||
#stats
|
||||
#main
|
||||
width: 600px
|
||||
|
|
|
@ -35,11 +35,11 @@ pre#log
|
|||
.fold
|
||||
height: 16px
|
||||
overflow: hidden
|
||||
background: $color-bg-log-fold inline-image('icons/log.fold.closed.2.png') no-repeat 99.5% 2px
|
||||
background: $color-bg-log-fold inline-image('ui/log.fold.closed.2.png') no-repeat 99.5% 2px
|
||||
cursor: pointer
|
||||
&.open
|
||||
height: auto
|
||||
background-image: inline-image('icons/log.fold.open.2.png')
|
||||
background-image: inline-image('ui/log.fold.open.2.png')
|
||||
|
||||
#log.loading
|
||||
padding: 25px 0 0 10px
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
background: no-repeat 0px 2px
|
||||
color: $color-text-light
|
||||
&.watchers
|
||||
background-image: inline-image('icons/github-watchers.png')
|
||||
background-image: inline-image('ui/github-watchers.png')
|
||||
&.forks
|
||||
background-image: inline-image('icons/github-forks.png')
|
||||
background-image: inline-image('ui/github-forks.png')
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
height: 20px
|
||||
width: 20px
|
||||
padding-right: 0
|
||||
background: inline-image('icons/github-admin.png') no-repeat 3px 4px
|
||||
background: inline-image('ui/github-admin.png') no-repeat 3px 4px
|
||||
|
||||
.switch
|
||||
height: 20px
|
||||
|
|
|
@ -50,6 +50,12 @@
|
|||
.tab
|
||||
margin-top: 20px
|
||||
|
||||
#tab_build,
|
||||
#tab_job
|
||||
display: none
|
||||
&.display
|
||||
display: inline-block !important
|
||||
|
||||
#profile
|
||||
#main
|
||||
.tab
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
display: block
|
||||
|
||||
.signing-in
|
||||
background: inline-image('spinner.gif') no-repeat 110px 16px
|
||||
background: inline-image('ui/spinner.gif') no-repeat 110px 16px
|
||||
|
||||
img
|
||||
position: absolute
|
||||
|
|
Before Width: | Height: | Size: 168 B |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 838 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 635 B |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 725 B |
Before Width: | Height: | Size: 1021 B |
Before Width: | Height: | Size: 1021 B |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1021 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 635 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.1 KiB |
BIN
public/images/ui/clock.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
BIN
public/images/ui/github-admin.png
Normal file
After Width: | Height: | Size: 1.1 KiB |