batch-rails-4 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/batch-webfont.scss +5 -8
- data/lib/batch-rails-4/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a450a60a56673b826f5b4daeaff519a5d6e4211
|
4
|
+
data.tar.gz: c6c926872216e0fb6eb4dabbbc9247c3cc52cea8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dfd39912c893ba0a8a7227c2182d01584da2f8e7c8f7182cc389599d3eafc4a2249d901e5c542ee7f392d9c4563c9d54da48514f9b1fccd865b076776da85e96
|
7
|
+
data.tar.gz: c59152c4165d61b3bd2617ebff7afb8faccd8e303ff85aa97e2999ea889a8bc8b2cba369af81beeabba8eef4ed8adfbc7f77acfae11fec329a71e375aba5cc1e
|
@@ -16,8 +16,8 @@
|
|
16
16
|
* -------------------------- */
|
17
17
|
@font-face {
|
18
18
|
font-family: 'Batch';
|
19
|
-
src: url('
|
20
|
-
src: url('batch-icons-webfont.eot?#iefix') format('embedded-opentype'), url('batch-icons-webfont.woff') format('woff'), url('batch-icons-webfont.ttf') format('truetype'), url('batch-icons-webfont.svg#batchregular') format('svg');
|
19
|
+
src: font-url('batch-icons-webfont.eot');
|
20
|
+
src: font-url('batch-icons-webfont.eot?#iefix') format('embedded-opentype'), font-url('batch-icons-webfont.woff') format('woff'), font-url('batch-icons-webfont.ttf') format('truetype'), font-url('batch-icons-webfont.svg#batchregular') format('svg');
|
21
21
|
font-weight: normal;
|
22
22
|
font-style: normal;
|
23
23
|
}
|
@@ -150,7 +150,7 @@
|
|
150
150
|
.batch-marquee-upload:before {
|
151
151
|
content: "\F023";
|
152
152
|
}
|
153
|
-
.batch-
|
153
|
+
.batch-box:before {
|
154
154
|
content: "\F025";
|
155
155
|
}
|
156
156
|
.batch-grid:before {
|
@@ -888,7 +888,7 @@
|
|
888
888
|
.batch-featherpen-alt:before {
|
889
889
|
content: "\F13B";
|
890
890
|
}
|
891
|
-
.batch-feather-
|
891
|
+
.batch-feather-alt:before {
|
892
892
|
content: "\F13C";
|
893
893
|
}
|
894
894
|
.batch-pencil-alt:before {
|
@@ -1002,7 +1002,7 @@
|
|
1002
1002
|
.batch-checkbox-yes:before {
|
1003
1003
|
content: "\F164";
|
1004
1004
|
}
|
1005
|
-
.batch-checkbox-
|
1005
|
+
.batch-checkbox-no:before {
|
1006
1006
|
content: "\F165";
|
1007
1007
|
}
|
1008
1008
|
.batch-alarm:before {
|
@@ -1065,9 +1065,6 @@
|
|
1065
1065
|
.batch-watcher-delete:before {
|
1066
1066
|
content: "\F17A";
|
1067
1067
|
}
|
1068
|
-
.batch-watcher-delete:before {
|
1069
|
-
content: "\F17A";
|
1070
|
-
}
|
1071
1068
|
.batch-settings:before {
|
1072
1069
|
content: "\F17B";
|
1073
1070
|
}
|