bhm-admin 0.3.3 → 0.3.4
Sign up to get free protection for your applications and to get access to all the features.
- data/bhm-admin.gemspec +1 -1
- data/compass/stylesheets/bhm/admin/_formtastic.sass +2 -3
- data/lib/bhm/admin.rb +1 -1
- metadata +3 -3
data/bhm-admin.gemspec
CHANGED
@@ -92,9 +92,8 @@ form.formtastic
|
|
92
92
|
display: list-item
|
93
93
|
&.string input, &.password input, &.numeric input, &.email input, &.url input, &.phone input, &.search input
|
94
94
|
width: 72%
|
95
|
-
&.string input
|
96
|
-
width:
|
97
|
-
max-width: 72%
|
95
|
+
&.string input, &.password input, &.numeric input, &.email input, &.url input, &.phone input, &.search input, &.datetime_picker input, &.date_picker input
|
96
|
+
width: 72%
|
98
97
|
&.text textarea
|
99
98
|
width: 72%
|
100
99
|
&[cols]
|
data/lib/bhm/admin.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bhm-admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 4
|
10
|
+
version: 0.3.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Darcy Laycock
|