bhf 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15,7 +15,7 @@ html
|
|
|
15
15
|
min-width: 700px
|
|
16
16
|
height: 100%
|
|
17
17
|
overflow-y: scroll
|
|
18
|
-
background: url(small_ajax_loader.gif) no-repeat -300px -300px, url(small_ajax_loader_h.gif) no-repeat -300px -300px, #303030 url(bg.png)
|
|
18
|
+
background: image-url('bhf/small_ajax_loader.gif') no-repeat -300px -300px, image-url('bhf/small_ajax_loader_h.gif') no-repeat -300px -300px, #303030 image-url('bhf/bg.png')
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
body
|
|
@@ -174,7 +174,7 @@ header
|
|
|
174
174
|
&.save_and_next
|
|
175
175
|
border-left: 1px solid rgba(#fff, 0.3)
|
|
176
176
|
text-indent: -9999px
|
|
177
|
-
background: url(pictos.png) no-repeat -140px -40px
|
|
177
|
+
background: image-url('bhf/pictos.png') no-repeat -140px -40px
|
|
178
178
|
width: 40px
|
|
179
179
|
&:focus,
|
|
180
180
|
&:hover
|
|
@@ -308,9 +308,9 @@ table.data_table
|
|
|
308
308
|
text-indent: -9999px
|
|
309
309
|
width: 20px
|
|
310
310
|
height: 20px
|
|
311
|
-
background: url(pictos.png) no-repeat
|
|
311
|
+
background: image-url('bhf/pictos.png') no-repeat
|
|
312
312
|
&.clicked
|
|
313
|
-
background: url(small_ajax_loader.gif) no-repeat center center
|
|
313
|
+
background: image-url('bhf/small_ajax_loader.gif') no-repeat center center
|
|
314
314
|
&.duplicate
|
|
315
315
|
width: 24px
|
|
316
316
|
&.duplicate
|
|
@@ -326,7 +326,7 @@ table.data_table
|
|
|
326
326
|
background-position: -50px -101px
|
|
327
327
|
|
|
328
328
|
.handle
|
|
329
|
-
background: url(pictos.png) no-repeat -94px 0
|
|
329
|
+
background: image-url('bhf/pictos.png') no-repeat -94px 0
|
|
330
330
|
cursor: move
|
|
331
331
|
display: block
|
|
332
332
|
|
|
@@ -358,7 +358,7 @@ table.data_table
|
|
|
358
358
|
.edit,
|
|
359
359
|
.delete
|
|
360
360
|
&.clicked
|
|
361
|
-
background: url(small_ajax_loader_h.gif) no-repeat center center
|
|
361
|
+
background: image-url('bhf/small_ajax_loader_h.gif') no-repeat center center
|
|
362
362
|
&.live_edit td
|
|
363
363
|
+bg-gradient($b2, $b1)
|
|
364
364
|
box-shadow: inset 0 -1px 0 $b2, inset 0 -2px 0 rgba(#fff, 0.4)
|
|
@@ -916,8 +916,8 @@ input[type="submit"].alt_button,
|
|
|
916
916
|
left: 50%
|
|
917
917
|
z-index: 4000
|
|
918
918
|
+border-bottom-radius(4)
|
|
919
|
-
background: url(ajax_loader.gif) no-repeat center 16px, -webkit-gradient(linear, left top, left bottom, from($b1), to($b2))
|
|
920
|
-
background: url(ajax_loader.gif) no-repeat center 16px, -moz-linear-gradient(top, $b1, $b2)
|
|
919
|
+
background: image-url('bhf/ajax_loader.gif') no-repeat center 16px, -webkit-gradient(linear, left top, left bottom, from($b1), to($b2))
|
|
920
|
+
background: image-url('bhf/ajax_loader.gif') no-repeat center 16px, -moz-linear-gradient(top, $b1, $b2)
|
|
921
921
|
border: 1px solid $b1
|
|
922
922
|
+box-shadow(0, 1, 4)
|
|
923
923
|
+transition-duration(0.6)
|
|
@@ -1004,7 +1004,7 @@ input[type="submit"].alt_button,
|
|
|
1004
1004
|
margin-left: 5px
|
|
1005
1005
|
margin-right: 5px
|
|
1006
1006
|
position: relative
|
|
1007
|
-
background-image: url(wmd-buttons.png)
|
|
1007
|
+
background-image: image-url('bhf/wmd-buttons.png')
|
|
1008
1008
|
background-repeat: no-repeat
|
|
1009
1009
|
display: inline-block
|
|
1010
1010
|
list-style: none
|