tenon 1.0.25 → 1.0.26

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: 37ef7cebb305cca5f0d47dc420d77ee6288e4bec
4
- data.tar.gz: c396ec46ae32cafe6fcc184c1bd85b81abd70035
3
+ metadata.gz: 59380735084a650c2c794fb1a0a72c1d1d0bc73a
4
+ data.tar.gz: 54eab279b37418af5e3a3bc384eb2249b71b6cce
5
5
  SHA512:
6
- metadata.gz: 82a284e0ad24a26c47683afcd28a893641932727db312f6f7908d6b26695e0e1dbd68ab141b790b820d115ff2571591015586ca7a46919c35c5fe7fface1f125
7
- data.tar.gz: 91987291083d9d648b24cc48492ad764245cb855c5a657120ed470f0d7b6f924f7c9631be4efa8ff7e0f364f13c41ec445caa0a7bf4a371245fd690203eca5bd
6
+ metadata.gz: a7878190e20b7aeb1b95da78e296978e9ce41277ca62a93462c645aec61f407e4660a2c76f947236194e6c7010764bcb052d874e840c6360e0c74679af37ebc5
7
+ data.tar.gz: fdef04a1371acec78eec16f3c8577382db7af86642f318f195a08aac72473d52630ea87d3482c0ca8692dbb0d9e60091c7f4fc17895622b74fdbbf109ae538c1
@@ -82,22 +82,25 @@
82
82
  }
83
83
 
84
84
  .modal-header {
85
- padding: 15px;
86
- border-bottom: 1px solid $tn-med-grey;
85
+ padding: 0;
87
86
  background: #fff;
87
+ height: 50px;
88
88
  }
89
89
 
90
90
  .modal-header .close {
91
- margin-top: -10px;
92
91
  font-size: 40px;
92
+ height: 100%;
93
+ width: 50px;
93
94
  }
94
95
 
95
96
  .modal-title {
96
- margin: 0;
97
+ padding: 15px;
98
+ margin-right: 50px;
97
99
  color: $tn-label;
98
100
  font-weight: normal;
99
101
  font-size: 24px;
100
- line-height: 18px;
102
+ line-height: 20px;
103
+ background-color: #fff;
101
104
  }
102
105
 
103
106
  .modal-body {
data/lib/tenon/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tenon
2
- VERSION = '1.0.25'
2
+ VERSION = '1.0.26'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tenon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.25
4
+ version: 1.0.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - factor[e] design initiative
@@ -1470,7 +1470,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1470
1470
  version: '0'
1471
1471
  requirements: []
1472
1472
  rubyforge_project:
1473
- rubygems_version: 2.2.2
1473
+ rubygems_version: 2.3.0
1474
1474
  signing_key:
1475
1475
  specification_version: 4
1476
1476
  summary: A highly flexible mountable Rails CMS built for rapid application development.