modui-rails 0.0.2 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/modui/rails/version.rb +1 -1
- data/vendor/assets/stylesheets/modui.css.scss +12 -10
- metadata +3 -3
data/lib/modui/rails/version.rb
CHANGED
@@ -38,7 +38,7 @@ a:hover {
|
|
38
38
|
text-decoration: underline;
|
39
39
|
}
|
40
40
|
|
41
|
-
|
41
|
+
.button {
|
42
42
|
padding: 3px 10px;
|
43
43
|
border-radius: 6px;
|
44
44
|
border: 1px solid #aaa;
|
@@ -49,15 +49,17 @@ a.button {
|
|
49
49
|
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
|
50
50
|
color: #555;
|
51
51
|
font: bold 13px/13px Helvetica;
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
52
|
+
font-weight: bold;
|
53
|
+
|
54
|
+
&.button:hover {
|
55
|
+
color: #fff;
|
56
|
+
background-color: #467cad;
|
57
|
+
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#699fd0), to(#467cad));
|
58
|
+
background-image: -moz-linear-gradient(top, #699fd0, #467cad);
|
59
|
+
text-shadow: none;
|
60
|
+
text-decoration: none;
|
61
|
+
font-weight: bold;
|
62
|
+
}
|
61
63
|
}
|
62
64
|
|
63
65
|
#header {
|
metadata
CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: false
|
5
5
|
segments:
|
6
6
|
- 0
|
7
|
+
- 1
|
7
8
|
- 0
|
8
|
-
|
9
|
-
version: 0.0.2
|
9
|
+
version: 0.1.0
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Kenny Johnston
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2013-
|
17
|
+
date: 2013-06-12 00:00:00 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|