Merge remote-tracking branch 'origin/css-refactor' into ember-cli

This commit is contained in:
Piotr Sarnacki 2015-02-05 15:30:29 +01:00
commit 2525888668
21 changed files with 43 additions and 69 deletions

View File

@ -10,12 +10,17 @@
z-index: 100
background-color: #fff
border: 10px solid rgba(114, 131, 139, 0.6)
@include background-clip(padding-box)
@include border-radius(4px)
background-clip: padding-box
border-radius 4px
@mixin clearfix
&:before,
&:after
content: ""
display: table
&:after
clear: both

View File

@ -8,7 +8,7 @@
width: 400px
min-width: auto
max-height: 400px
@include border-radius(8px)
border-radius: 8px
h2
color: #919191

View File

@ -4,8 +4,6 @@
.pro
#CHARM_TAB
display: block
-webkit-transform: translateY(0) rotate(270deg) !important
-moz-transform: translateY(0) rotate(270deg) !important
transform: translateY(0) rotate(270deg) !important
background-image: url(/images/ui/charmtab.png)
margin-left: -135px !important
@ -14,6 +12,4 @@
left: 100% !important
#CHARM_TAB:hover
-webkit-transform: translateY(-7px) rotate(270deg) !important
-moz-transform: translateY(-7px) rotate(270deg) !important
transform: translateY(-7px) rotate(270deg) !important

View File

@ -60,7 +60,6 @@
position : absolute
top : 0
left : 0
-webkit-animation : bounce 1.5s infinite ease-in-out
animation : bounce 1.5s infinite ease-in-out
.load-circle1
@ -68,22 +67,11 @@
.load-circle2
background-color : #bdc5c5
-webkit-animation-delay : -0.5s
animation-delay : -0.5s
@-webkit-keyframes bounce
0%, 100%
-webkit-transform : scale(0.0)
60%
-webkit-transform : scale(1.0)
@keyframes bounce
0%, 100%
transform : scale(0.0)
-webkit-transform : scale(0.0)
60%
transform: scale(1.0)
-webkit-transform : scale(1.0)

View File

@ -106,7 +106,7 @@
input, textarea {
border: 1px solid #ddd;
font-size: 13px;
@include border-radius(1px);
border-radius: 1px
}
input {
margin-top: 4px;
@ -183,14 +183,14 @@
color: white;
text-shadow: 2px 2px 0 #666;
cursor: hand;
@include border-radius(6px);
border-radius: 6px;
background-color: #19A509;
@include background-image(linear-gradient(#3f9c33 0%, #348629 100%));
background-image: linear-gradient(#3f9c33, #348629);
&:hover {
@include background-image(linear-gradient(#1CBE0A 0%, #158F07 100%));
background-image: linear-gradient(#1CBE0A, #158F07);
}
&[disabled] {
@include background-image(linear-gradient(#ddd 0%, #ccc 100%));
background-image: linear-gradient(#ddd, #ccc);
color: #f6f6f6;
text-shadow: 2px 2px 0 #aaa;
}

View File

@ -2,7 +2,6 @@
width: 850px
margin: 0 auto
padding-top: 30px
font-family: 'Source Sans Pro', Helvetica, sans-serif
font-size: 17px
line-height: 26px
text-align: center

View File

@ -32,7 +32,6 @@
text-shadow: 0 0 10px #522600
pointer-events: auto
@include rotate(45deg)
@include box-shadow(rgba(black, 0.5) 1px 1px 10px, rgba(black, 0.07) 0 0 3px 1px inset)
transform: rotate(45deg)
box-shadow: rgba(black, 0.5) 1px 1px 10px, rgba(black, 0.07) 0 0 3px 1px inset

View File

@ -83,7 +83,7 @@
p
margin: 0 -10px 0 -10px
padding: 12px 35px 12px 73px
@include box-shadow($color-shadow-list-info 0 1px 8px 0 inset)
box-shadow: $color-shadow-list-info 0 1px 8px 0 inset
.indicator
display: none
@ -102,7 +102,7 @@
width: 20px
height: 20px
border: 1px solid $color-border-normal
@include rotate(45deg)
transform: rotate(45deg)
&.selected .indicator
display: block

View File

@ -1,9 +1,9 @@
@import "../_mixins/all"
#annotations
@include clearfix
margin: 8px 0 25px 12px
padding: 12px 0 0 0
@include clearfix
a
text-decoration: underline

View File

@ -39,10 +39,10 @@ table.list
white-space: normal
td:first-child
@include border-left-radius(4px)
border-left-radius: 4px
td:last-child
@include border-right-radius(4px)
border-right-radius: 4px
tr.message, td.message
width: 100%

View File

@ -123,8 +123,8 @@ pre#log
border: 1px solid #bbb
border-top-color: #ddd
border-bottom-color: #bbb
@include border-radius(8px)
@include background(linear-gradient(#fff, #e0e0e0))
border-radius: 8px
background: linear-gradient(#fff, #e0e0e0)
label
display: none
@ -149,8 +149,8 @@ pre#log
width: 8px
height: 8px
background-color: #aaa
@include border-radius(4px)
@include box-shadow(white 1px 1px 2px)
border-radius: 4px
box-shadow: $white 1px 1px 2px
&.active .status
background-color: #6b0

View File

@ -23,7 +23,7 @@
#new-summary
@include clearfix
@include border-radius(4px)
border-radius: 4px
padding: 0 11px 0 51px
position: relative
min-height: 155px
@ -97,7 +97,7 @@
text-decoration: underline
.build-status
@include border-radius(4px)
border-radius: 4px
color: white
padding: 8px 0
font-size: 16px

View File

@ -22,7 +22,7 @@
background-position: 6px 7px, right 9px center
background-color: #a6adad
background-repeat: no-repeat
@include border-radius(4px)
border-radius: 4px
cursor: pointer
float: right
@ -38,7 +38,7 @@
top: -4px
width: 140px
background-color: #a6adad
@include border-bottom-radius(4px)
border-bottom-radius: 4px
a
display: block
color: $white
@ -47,7 +47,7 @@
&:hover:not(.disabled)
background-color: #909393
&:last-child
@include border-bottom-radius(4px)
border-bottom-radius: 4px
&.disabled
cursor: default
color: $color-link-disabled

View File

@ -13,7 +13,7 @@
height: 20px
background-image: inline-image('ui/slider-open.svg')
background-position: 6px 5px
@include border-bottom-left-radius(4px)
border-bottom-left-radius: 4px
display: none
@media #{$medium-up}

View File

@ -21,7 +21,7 @@
margin: -200px 0 0 -200px
padding: 20px
@include popup
@include box-sizing(border-box)
box-sizing: border-box
.close
position: absolute
@ -48,7 +48,7 @@
background-color: $color-bg-pre
margin: 0
padding: 10px 20px
@include border-radius(4px)
border-radius: 4px
#status-images
display: none
@ -67,7 +67,7 @@
padding: 4px
resize: vertical
margin-bottom: 0px
@include border-radius(3px)
border-radius: 3px
p:last-child
margin-top: 10px
@ -93,7 +93,7 @@
border: 1px solid $color-border-light
width: 505px
padding: 4px
@include border-radius(3px)
border-radius: 3px
#regenerate-key, #regeneration-success
display: none

View File

@ -141,7 +141,7 @@
background-color: $color-bg-slider
cursor: pointer
background: transparent url(/images/ui/slider-closed.png) no-repeat 3px 38px
@include border-top-left-radius(4px)
border-top-left-radius: 4px
&:hover
background-color: $color-border-slider-hover

View File

@ -14,7 +14,7 @@
width: 100px
height: 100px
margin: 3px 20px 0 0
@include border-radius(100px)
border-radius: 100px
background-color: $color-bg-light
dl.profile

View File

@ -11,7 +11,6 @@
#hooks, #unadministerable-hooks
.travis-switch
font-size: 10px
// @include list-base
margin-top: 10px
li

View File

@ -15,7 +15,7 @@
border-bottom-color: $color-border-light
white-space: nowrap
cursor: pointer
@include border-top-radius(2px)
border-top-radius: 2px
font-size: 10px
&:hover
@ -100,5 +100,5 @@
width: 8px
height: 8px
margin-right: 3px
@include border-radius(4px)
border-radius: 4px

View File

@ -11,7 +11,7 @@
width: 205px
margin: 0 0 8px 0
border: 1px solid $color-border-light
@include border-radius(8px)
border-radius: 8px
list-style-type: none
a
@ -21,7 +21,7 @@
z-index: 200
overflow: hidden
width: 205px
@include border-radius(8px)
border-radius: 8px
.platinum
height: 130px

View File

@ -237,14 +237,8 @@
padding-bottom: 10px
overflow: auto
display: flex
display: -webkit-flex
display: -moz-flex
-webkit-align-items: center
-moz-align-items: center
align-items: center
justify-content: left
-webkit-justify-content: left
-moz-justify-content: left
border-bottom: 1px solid #F1F1F1
width: 100%
@ -287,12 +281,6 @@
max-width: 390px
min-height: 25px
display: flex
display: -webkit-flex
display: -moz-flex
-webkit-align-items: center
-moz-align-items: center
align-items: center
justify-content: left
-webkit-justify-content: left
-moz-justify-content: left
padding: 8px 12px