vendor/assets/stylesheets/bhf/application.css.sass in bhf-0.4.5 vs vendor/assets/stylesheets/bhf/application.css.sass in bhf-0.4.6
- old
+ new
@@ -193,10 +193,11 @@
height: 28px
-moz-box-sizing: content-box
padding: 10px 10px 10px 20px
+border-top-radius(4)
+box-shadow(0, 1, 4, #ccc)
+ background: #C9C9C9
background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), color-stop(50%, #CCCCCC), color-stop(51%, #DCDCDC), to(#DCDCDC))
background-size: 0 2px
text-align: left
h4,
.info
@@ -881,9 +882,10 @@
top: -50px
left: 50%
z-index: 4000
+border-bottom-radius(4)
background: url(ajax_loader.gif) no-repeat center 16px, -webkit-gradient(linear, left top, left bottom, from($b1), to($b2))
+ background: url(ajax_loader.gif) no-repeat center 16px, -moz-linear-gradient(top, $b1, $b2)
border: 1px solid $b1
+box-shadow(0, 1, 4)
+transition-duration(0.6)
&.loading
height: 100px
\ No newline at end of file