waterfall_bourbon_neat_rails 2.0.0.10 → 2.0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/custom/_pages.scss +5 -4
- data/app/assets/stylesheets/custom/components/_modal_user.scss +1 -2
- data/app/assets/stylesheets/custom/components/_table.scss +9 -5
- data/app/assets/stylesheets/custom/components/_toolbar.scss +17 -16
- data/lib/waterfall_bourbon_neat_rails/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: 75ca6aa184ed11344d4e784f2c54d7a39117ed95
|
4
|
+
data.tar.gz: 5818a4a198d95bf3dc8b8dc4bc869f364d1740b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 756df325aa26872142202f10d5fbd99214ab5d8049bb46dc9e7ac5c6890a8fff87dbcbb319328c4e9e23dc85c613a227537ab748965438bbcc4c5e9aa48e5389
|
7
|
+
data.tar.gz: 8f55608f4321c03d21b17a8993b45551ea5745e1a923975e0a171cee4950586b1efea56cb5b51d924be6af057732d2fbb8f8cfbba8d106f9eac72e54abae4ef6
|
@@ -36,14 +36,15 @@ body{
|
|
36
36
|
}
|
37
37
|
.footer{
|
38
38
|
z-index: 1;
|
39
|
-
height:
|
39
|
+
height:35px;
|
40
40
|
width: 100%;
|
41
41
|
bottom: 0;
|
42
42
|
footer{
|
43
43
|
width: 100%;
|
44
|
-
height:
|
45
|
-
font-size:
|
46
|
-
|
44
|
+
height: 35px;
|
45
|
+
font-size: 11px;
|
46
|
+
font-weight: bold;
|
47
|
+
line-height: 35px;
|
47
48
|
color:white;
|
48
49
|
text-align: center;
|
49
50
|
position: relative;
|
@@ -16,6 +16,7 @@
|
|
16
16
|
|
17
17
|
.fieldset-main{
|
18
18
|
@include span-columns(16);
|
19
|
+
@include pad(10px 0 20px);
|
19
20
|
|
20
21
|
input{
|
21
22
|
height: 30px;
|
@@ -33,10 +34,8 @@
|
|
33
34
|
.fieldset-child{
|
34
35
|
@include span-columns(14 of 16);
|
35
36
|
@include shift(1);
|
36
|
-
@include pad(10px 0 0 0);
|
37
37
|
|
38
38
|
margin-top: 10px;
|
39
|
-
// background: rgba(255, 167, 0, 0.78);
|
40
39
|
border: solid 1px #D09700;
|
41
40
|
}
|
42
41
|
|
@@ -4,18 +4,20 @@ $table-breakpoint: 980px;
|
|
4
4
|
.rwd-table {
|
5
5
|
margin: 1em 0;
|
6
6
|
min-width: 300px; // adjust to your needs
|
7
|
-
font-size:
|
7
|
+
font-size: 14px;
|
8
8
|
width: 100%;
|
9
|
+
|
10
|
+
tr th{
|
11
|
+
font-size:14px;
|
12
|
+
}
|
9
13
|
|
10
14
|
tr {
|
11
15
|
border-top: 1px solid #ddd;
|
12
16
|
border-bottom: 1px solid #ddd;
|
13
17
|
}
|
14
|
-
|
15
|
-
th {
|
16
|
-
display: none; // for accessibility, use a visually hidden method here instead! Thanks, reddit!
|
17
|
-
}
|
18
|
+
|
18
19
|
th{
|
20
|
+
display: none; // for accessibility, use a visually hidden method here instead! Thanks, reddit!
|
19
21
|
.sort{
|
20
22
|
width: 15px;
|
21
23
|
cursor: pointer;
|
@@ -74,9 +76,11 @@ $table-breakpoint: 980px;
|
|
74
76
|
table-layout: auto;
|
75
77
|
color: #295158;
|
76
78
|
overflow: hidden;
|
79
|
+
|
77
80
|
tr > td:first-child {
|
78
81
|
cursor: pointer;
|
79
82
|
}
|
83
|
+
|
80
84
|
tbody tr.selected{
|
81
85
|
background-color: $medium_blue;
|
82
86
|
color: white;
|
@@ -3,21 +3,20 @@
|
|
3
3
|
.toolbar{
|
4
4
|
background: rgba(255, 255, 255, 0.43);
|
5
5
|
border: solid 1px #A8A8A8;
|
6
|
-
padding:
|
6
|
+
padding:3px 5px;
|
7
7
|
position: relative;
|
8
8
|
}
|
9
9
|
|
10
10
|
.toolbar_item{
|
11
11
|
display:inline-block;
|
12
|
-
|
13
|
-
padding: 0 5px;
|
14
|
-
min-width: 120px;
|
15
|
-
line-height:40px;
|
12
|
+
min-width: 110px;
|
16
13
|
text-align:center;
|
17
|
-
margin:5px;
|
18
14
|
border-radius:3px;
|
19
15
|
cursor:pointer;
|
20
|
-
|
16
|
+
|
17
|
+
@include margin(5px);
|
18
|
+
@include font-attr(14px, whitesmoke, bold);
|
19
|
+
@include pad(5px);
|
21
20
|
}
|
22
21
|
|
23
22
|
.toolbar_item.enabled, .toolbar_item.alwaysvisible{
|
@@ -40,25 +39,27 @@
|
|
40
39
|
.toolbar_item-pagination{
|
41
40
|
position: absolute;
|
42
41
|
right: 0;
|
43
|
-
top:
|
42
|
+
top: 0px;
|
44
43
|
width: 165px;
|
45
44
|
color: $medium_blue;
|
45
|
+
font-size: 14px;
|
46
|
+
font-weight: bold;
|
46
47
|
|
47
48
|
input{
|
48
49
|
display: inline-block;
|
49
|
-
width:
|
50
|
-
margin-top:
|
51
|
-
margin-left:
|
52
|
-
height:
|
50
|
+
width: 35px;
|
51
|
+
margin-top: 12px;
|
52
|
+
margin-left:25px;
|
53
|
+
height: 25px;
|
53
54
|
padding-left: 5px;
|
54
55
|
}
|
55
56
|
|
56
57
|
.previous, .next{
|
57
58
|
position: absolute;
|
58
|
-
top:
|
59
|
+
top:19px;
|
59
60
|
display: block;
|
60
|
-
width:
|
61
|
-
height:
|
61
|
+
width: 13px;
|
62
|
+
height: 13px;
|
62
63
|
@include rotate(45deg);
|
63
64
|
|
64
65
|
&:hover{
|
@@ -79,7 +80,7 @@
|
|
79
80
|
}
|
80
81
|
|
81
82
|
.next{
|
82
|
-
|
83
|
+
left:100px;
|
83
84
|
border-top: solid 4px blue;
|
84
85
|
border-right: solid 4px blue;
|
85
86
|
box-shadow: 4px -4px 4px 0px rgba(150, 150, 150, 1);
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: waterfall_bourbon_neat_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Waterfall Software Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-12-
|
11
|
+
date: 2014-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|