uenf_layout 1.3.3 → 1.3.5
Sign up to get free protection for your applications and to get access to all the features.
- data/app/assets/stylesheets/uenf_layout/form.css +12 -5
- metadata +2 -2
@@ -20,12 +20,19 @@ legend {
|
|
20
20
|
}
|
21
21
|
|
22
22
|
label {
|
23
|
-
|
24
|
-
width: 25%;
|
23
|
+
width: 15%;
|
25
24
|
float: left;
|
26
|
-
text-align: right;
|
27
25
|
}
|
28
26
|
|
29
|
-
label
|
30
|
-
|
27
|
+
li.boolean label {
|
28
|
+
width: 100%;
|
29
|
+
}
|
30
|
+
|
31
|
+
li.input:after {
|
32
|
+
content: ".";
|
33
|
+
display: block;
|
34
|
+
clear: both;
|
35
|
+
visibility: hidden;
|
36
|
+
height: 0;
|
37
|
+
overflow: hidden;
|
31
38
|
}
|
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.
|
4
|
+
version: 1.3.5
|
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: 2012-
|
12
|
+
date: 2012-11-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|