tida_template 0.1.7 → 0.1.9
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.
@@ -1,12 +1,13 @@
|
|
1
1
|
.button {
|
2
2
|
@extend .btn;
|
3
3
|
font-size: 12px !important;
|
4
|
-
height:
|
5
|
-
line-height:
|
6
|
-
padding: 0px 15px;
|
4
|
+
height: 31px;
|
5
|
+
line-height: 34px;
|
6
|
+
padding: 0px 15px !important;
|
7
7
|
text-shadow: none;
|
8
8
|
background: $btnBackground;
|
9
9
|
@include box-shadow(none);
|
10
|
+
border: none;
|
10
11
|
border: 1px solid darken($btnBackground, 5%);
|
11
12
|
border-bottom: 4px solid darken($btnBackground, 10%);
|
12
13
|
outline: none !important;
|
@@ -37,8 +38,9 @@
|
|
37
38
|
@include box-shadow(none);
|
38
39
|
background: $backgroundColor;
|
39
40
|
color: $foreColor;
|
41
|
+
border: none;
|
40
42
|
border: 1px solid darken($backgroundColor, 5%);
|
41
|
-
border-bottom:
|
43
|
+
border-bottom: 4px solid darken($backgroundColor, 10%);
|
42
44
|
&:hover, &:active {
|
43
45
|
background: darken($backgroundColor, 10%);
|
44
46
|
}
|
@@ -72,3 +74,9 @@
|
|
72
74
|
@include extend-button($btnInverseBackground) { @extend .btn-inverse; }
|
73
75
|
}
|
74
76
|
|
77
|
+
input[type="submit"] {
|
78
|
+
&.button, &.button-warning {
|
79
|
+
height: 36px !important;
|
80
|
+
line-height: 34px;
|
81
|
+
}
|
82
|
+
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tida_template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-08-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -379,7 +379,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
379
379
|
version: '0'
|
380
380
|
segments:
|
381
381
|
- 0
|
382
|
-
hash: -
|
382
|
+
hash: -2802999865126538588
|
383
383
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
384
384
|
none: false
|
385
385
|
requirements:
|
@@ -388,7 +388,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
388
388
|
version: '0'
|
389
389
|
segments:
|
390
390
|
- 0
|
391
|
-
hash: -
|
391
|
+
hash: -2802999865126538588
|
392
392
|
requirements: []
|
393
393
|
rubyforge_project:
|
394
394
|
rubygems_version: 1.8.25
|