fullstack-admin 0.1.33 → 0.1.34
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/assets/stylesheets/admin/base.css +9 -0
- data/fullstack-admin.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.34
|
@@ -26,6 +26,7 @@
|
|
26
26
|
.chzn-container-multi .chzn-choices .search-choice {
|
27
27
|
display: block;
|
28
28
|
width: 96%;
|
29
|
+
line-height: 20px !important;
|
29
30
|
}
|
30
31
|
|
31
32
|
.chzn-container-active .chzn-choices {
|
@@ -34,4 +35,12 @@
|
|
34
35
|
|
35
36
|
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
|
36
37
|
background: url(/assets/chosen-sprite.png) right top no-repeat !important;
|
38
|
+
margin-top: 3px;
|
39
|
+
}
|
40
|
+
|
41
|
+
|
42
|
+
.chzn-container-multi .chzn-choices .search-field {
|
43
|
+
background: url(/assets/iconic/gray/magnifying_glass_12x12.png) no-repeat left center;
|
44
|
+
margin-left: 7px !important;
|
45
|
+
padding-left: 12px !important;
|
37
46
|
}
|
data/fullstack-admin.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fullstack-admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.34
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -1328,7 +1328,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1328
1328
|
version: '0'
|
1329
1329
|
segments:
|
1330
1330
|
- 0
|
1331
|
-
hash:
|
1331
|
+
hash: 4477432469955879293
|
1332
1332
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1333
1333
|
none: false
|
1334
1334
|
requirements:
|