bhf 0.4.2.4 → 0.4.2.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -17,7 +17,7 @@ html
|
|
17
17
|
min-width: 700px
|
18
18
|
height: 100%
|
19
19
|
overflow-y: scroll
|
20
|
-
background: url(
|
20
|
+
background: url(small_ajax_loader.gif) no-repeat -300px -300px, url(small_ajax_loader_h.gif) no-repeat -300px -300px, #303030 url(bg.png)
|
21
21
|
|
22
22
|
|
23
23
|
body
|
@@ -160,7 +160,7 @@ header
|
|
160
160
|
&.save_and_next
|
161
161
|
border-left: 1px solid rgba(#fff, 0.3)
|
162
162
|
text-indent: -9999px
|
163
|
-
background: url(
|
163
|
+
background: url(pictos.png) no-repeat -140px -40px
|
164
164
|
width: 40px
|
165
165
|
&:focus,
|
166
166
|
&:hover
|
@@ -293,9 +293,9 @@ table
|
|
293
293
|
text-indent: -9999px
|
294
294
|
width: 20px
|
295
295
|
height: 20px
|
296
|
-
background: url(
|
296
|
+
background: url(pictos.png) no-repeat
|
297
297
|
&.clicked
|
298
|
-
background: url(
|
298
|
+
background: url(small_ajax_loader.gif) no-repeat center center
|
299
299
|
&.edit
|
300
300
|
&:active
|
301
301
|
background-position: 0 -101px
|
@@ -305,7 +305,7 @@ table
|
|
305
305
|
background-position: -50px -101px
|
306
306
|
|
307
307
|
.handle
|
308
|
-
background: url(
|
308
|
+
background: url(pictos.png) no-repeat -94px 0
|
309
309
|
cursor: move
|
310
310
|
display: block
|
311
311
|
|
@@ -332,7 +332,7 @@ table
|
|
332
332
|
.edit,
|
333
333
|
.delete
|
334
334
|
&.clicked
|
335
|
-
background: url(
|
335
|
+
background: url(small_ajax_loader_h.gif) no-repeat center center
|
336
336
|
&.live_edit td
|
337
337
|
+bg-gradient($b2, $b1)
|
338
338
|
box-shadow: inset 0 -1px 0 $b2, inset 0 -2px 0 rgba(#fff, 0.4)
|
@@ -885,7 +885,7 @@ input[type="submit"].alt_button,
|
|
885
885
|
left: 50%
|
886
886
|
z-index: 4000
|
887
887
|
+border-bottom-radius(4)
|
888
|
-
background: url(
|
888
|
+
background: url(ajax_loader.gif) no-repeat center 16px, -webkit-gradient(linear, left top, left bottom, from($b1), to($b2))
|
889
889
|
border: 1px solid $b1
|
890
890
|
+box-shadow(0, 1, 4)
|
891
891
|
+transition-duration(0.6)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bhf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 109
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 4
|
9
9
|
- 2
|
10
|
-
-
|
11
|
-
version: 0.4.2.
|
10
|
+
- 5
|
11
|
+
version: 0.4.2.5
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Anton Pawlik
|