govuk_admin_template 2.5.0 → 2.5.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5dcd6d554293f6eb45fa6666b54ee2066b517c50
4
- data.tar.gz: 4f965d6a42d966acb878a495d886d25cb743e339
3
+ metadata.gz: 275a44d03ba07ab2ca4b6b8f6a8c4efc1682f94a
4
+ data.tar.gz: 408e1ca5743e7942602ca2d877a5e7ded68391b2
5
5
  SHA512:
6
- metadata.gz: 364d87846817a5f58d08d2a91bcba0e4abdbec0817c72edc72b0e236137af6de8febb1798e35417feb91a282c61ed3597e3b3069fbe94593fb6b89d07998de4f
7
- data.tar.gz: 6d08370f1075f350aa38c17f138283d522947f9ccad72b7b3e903bb1997a018ce1723ec4f2bead3c2827cb86667cb4d7cc7572cd1713f11545156c185c8d5955
6
+ metadata.gz: 8d4d4afb40085f9ac1815583eabb120a5ce81fc61d3e852ebd2f97e2f025ada736cc0fd4a50b2ac489779c5ef8c6d04c17b16a61caf3a0c34fb999554c8f82d7
7
+ data.tar.gz: 7113c9c186d541a0ddf9ed2cb739d1f890fd20049f51a27c5b91567a16504cf72d3022414161bd4de5ce5601b23155ee6057219878f6979f9b3adae924b39aa8
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 2.5.1
2
+
3
+ * Fix inline form rendering in IE7
4
+
1
5
  # 2.5.0
2
6
 
3
7
  * Allow apps to disable Google Analytics
@@ -209,6 +209,14 @@ textarea.form-control {
209
209
  padding-right: 0;
210
210
  }
211
211
 
212
+ /* Fix inline-block on inline forms
213
+ Most commonly used on date select fields */
214
+ .form-inline .form-control {
215
+ display: inline-block;
216
+ zoom: 1;
217
+ display: inline;
218
+ }
219
+
212
220
  .container,
213
221
  .container-fluid {
214
222
  zoom: 1;
@@ -1,3 +1,3 @@
1
1
  module GovukAdminTemplate
2
- VERSION = "2.5.0"
2
+ VERSION = "2.5.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_admin_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0
4
+ version: 2.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-28 00:00:00.000000000 Z
11
+ date: 2015-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails