bhm-admin 0.3.2 → 0.3.3
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.
- data/bhm-admin.gemspec +1 -1
- data/compass/stylesheets/bhm/admin/_formtastic.sass +2 -0
- data/lib/bhm/admin.rb +1 -1
- metadata +3 -3
data/bhm-admin.gemspec
CHANGED
|
@@ -124,6 +124,8 @@ form.formtastic
|
|
|
124
124
|
float: left
|
|
125
125
|
width: auto
|
|
126
126
|
margin: 0 .3em 0 0
|
|
127
|
+
&.date fieldset, &.time fieldset, &.datetime fieldset
|
|
128
|
+
overflow: visible
|
|
127
129
|
&.date fieldset ol li label, &.time fieldset ol li label, &.datetime fieldset ol li label
|
|
128
130
|
display: none
|
|
129
131
|
&.date fieldset ol li label input, &.time fieldset ol li label input, &.datetime fieldset ol li label input
|
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: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.3.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Darcy Laycock
|