uenf_layout 1.3.7 → 1.3.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,30 @@
1
+ body {
2
+ background-color: #fff;
3
+ color: #333;
4
+ font-family: verdana, arial, helvetica, sans-serif;
5
+ font-size: 13px;
6
+ line-height: 18px;
7
+ }
8
+
9
+ pre {
10
+ background-color: #eee;
11
+ padding: 10px;
12
+ font-size: 11px;
13
+ }
14
+
15
+ a {
16
+ color: #000;
17
+ }
18
+
19
+ a:visited {
20
+ color: #666;
21
+ }
22
+
23
+ a:hover {
24
+ color: #fff;
25
+ background-color: #000;
26
+ }
27
+
28
+ div.field, div.actions {
29
+ margin-bottom: 10px;
30
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uenf_layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.7
4
+ version: 1.3.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -41,7 +41,7 @@ files:
41
41
  - app/assets/stylesheets/uenf_layout/terrafirma-adaptado.css.erb
42
42
  - app/assets/stylesheets/uenf_layout/menus.css
43
43
  - app/assets/stylesheets/uenf_layout/table.css
44
- - app/assets/stylesheets/uenf_layout/scaffolds.css.scss
44
+ - app/assets/stylesheets/uenf_layout/scaffolds.css
45
45
  - app/assets/stylesheets/uenf_layout/user.css
46
46
  - app/assets/stylesheets/uenf_layout/form.css
47
47
  - app/assets/stylesheets/uenf_layout/formtastic_changes.css
@@ -1,23 +0,0 @@
1
- body {
2
- background-color: #fff;
3
- color: #333;
4
- font-family: verdana, arial, helvetica, sans-serif;
5
- font-size: 13px;
6
- line-height: 18px; }
7
-
8
- pre {
9
- background-color: #eee;
10
- padding: 10px;
11
- font-size: 11px; }
12
-
13
- a {
14
- color: #000;
15
- &:visited {
16
- color: #666; }
17
- &:hover {
18
- color: #fff;
19
- background-color: #000; } }
20
-
21
- div {
22
- &.field, &.actions {
23
- margin-bottom: 10px; } }