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 +4 -4
- data/app/assets/stylesheets/tenon/ui/modals.css.scss +8 -5
- data/lib/tenon/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59380735084a650c2c794fb1a0a72c1d1d0bc73a
|
|
4
|
+
data.tar.gz: 54eab279b37418af5e3a3bc384eb2249b71b6cce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7878190e20b7aeb1b95da78e296978e9ce41277ca62a93462c645aec61f407e4660a2c76f947236194e6c7010764bcb052d874e840c6360e0c74679af37ebc5
|
|
7
|
+
data.tar.gz: fdef04a1371acec78eec16f3c8577382db7af86642f318f195a08aac72473d52630ea87d3482c0ca8692dbb0d9e60091c7f4fc17895622b74fdbbf109ae538c1
|
|
@@ -82,22 +82,25 @@
|
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
.modal-header {
|
|
85
|
-
padding:
|
|
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
|
-
|
|
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:
|
|
102
|
+
line-height: 20px;
|
|
103
|
+
background-color: #fff;
|
|
101
104
|
}
|
|
102
105
|
|
|
103
106
|
.modal-body {
|
data/lib/tenon/version.rb
CHANGED
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.
|
|
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.
|
|
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.
|