vendor/assets/stylesheets/bhf/application.css.sass in bhf-0.4.20 vs vendor/assets/stylesheets/bhf/application.css.sass in bhf-0.4.21
- old
+ new
@@ -291,10 +291,11 @@
display: inline
a
display: block
padding: 5px 3px
+ &.duplicate,
&.edit,
&.delete
padding: 0
margin-right: 5px
display: inline-block
@@ -302,10 +303,16 @@
width: 20px
height: 20px
background: url(pictos.png) no-repeat
&.clicked
background: url(small_ajax_loader.gif) no-repeat center center
+ &.duplicate
+ width: 24px
+ &.duplicate
+ background-position: -348px 0
+ &:active
+ background-position: -348px -101px
&.edit
&:active
background-position: 0 -101px
&.delete
background-position: -50px 0
@@ -323,10 +330,14 @@
&.live_edit td
+bg-gradient($b1, $b2)
color: $w1
box-shadow: inset 0 1px 0 $b2, inset 0 2px 0 rgba(#fff, 0.4)
border-color: #EAEAEA
+ .duplicate
+ background-position: -348px -50px
+ &:hover
+ background-position: -348px -100px
.edit
background-position: 0 -50px
&:hover
background-position: 0 -100px
.delete
@@ -335,10 +346,11 @@
background-position: -50px -100px
.handle
background-position: -94px -50px
&:hover
background-position: -94px -100px
+ .duplicate,
.edit,
.delete
&.clicked
background: url(small_ajax_loader_h.gif) no-repeat center center
&.live_edit td
@@ -367,9 +379,11 @@
.primary_key
padding-left: 10px
width: 30px
.action
width: 54px
+ &.wider
+ width: 88px
.default_input
border: 1px solid #BBB
background: #FFF
\ No newline at end of file