conte_rails_template 0.1.1 → 0.1.2
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.
|
@@ -13,9 +13,9 @@ $dropdownBackground: #E3E4E5;
|
|
|
13
13
|
|
|
14
14
|
// Table
|
|
15
15
|
|
|
16
|
-
$tableBorder: #
|
|
17
|
-
$tableBackgroundAccent: #
|
|
18
|
-
$tableBackgroundHover: #
|
|
16
|
+
$tableBorder: #ccc;
|
|
17
|
+
$tableBackgroundAccent: #e6e6e6;
|
|
18
|
+
$tableBackgroundHover: #ddd;
|
|
19
19
|
|
|
20
20
|
// Typography
|
|
21
21
|
|
|
@@ -29,6 +29,10 @@ $tableBackgroundHover: #CCCCCC;
|
|
|
29
29
|
border-top: 4px solid $linkColor;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
+
.table {
|
|
33
|
+
background: #f2f2f2;
|
|
34
|
+
}
|
|
35
|
+
|
|
32
36
|
.table td {
|
|
33
37
|
vertical-align: middle;
|
|
34
38
|
}
|
|
@@ -39,6 +43,7 @@ $tableBackgroundHover: #CCCCCC;
|
|
|
39
43
|
|
|
40
44
|
.table-bordered {
|
|
41
45
|
@include border-radius(0);
|
|
46
|
+
border-color: #ccc;
|
|
42
47
|
}
|
|
43
48
|
|
|
44
49
|
.table-bordered thead:first-child tr:first-child > th:first-child,
|
|
@@ -94,9 +94,9 @@ body {
|
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
&.active {
|
|
97
|
-
background: #
|
|
97
|
+
background: #66334d;
|
|
98
98
|
&:hover {
|
|
99
|
-
background: #
|
|
99
|
+
background: #66334d;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
|
|
@@ -124,9 +124,9 @@ body {
|
|
|
124
124
|
padding-left: 30px;
|
|
125
125
|
|
|
126
126
|
&.active {
|
|
127
|
-
background: #
|
|
127
|
+
background: #4c283d;
|
|
128
128
|
&:hover {
|
|
129
|
-
background: #
|
|
129
|
+
background: #4c283d;
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
|
|
@@ -146,7 +146,7 @@ body {
|
|
|
146
146
|
#main {
|
|
147
147
|
width: 84%;
|
|
148
148
|
margin: 0px;
|
|
149
|
-
background: #
|
|
149
|
+
background: #e3e4e5;
|
|
150
150
|
min-height: 100%;
|
|
151
151
|
|
|
152
152
|
#header {
|
|
@@ -187,7 +187,7 @@ body {
|
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
#page-toolbar {
|
|
190
|
-
background: #
|
|
190
|
+
background: #ce97ae;
|
|
191
191
|
position: relative;
|
|
192
192
|
z-index: 1;
|
|
193
193
|
padding: 10px;
|
|
@@ -251,4 +251,26 @@ form {
|
|
|
251
251
|
|
|
252
252
|
.bold {
|
|
253
253
|
font-weight: bold;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.grid {
|
|
257
|
+
header {
|
|
258
|
+
margin: 0px;
|
|
259
|
+
border: 1px solid #ccc;
|
|
260
|
+
border-bottom: 0;
|
|
261
|
+
background: #ddd;
|
|
262
|
+
|
|
263
|
+
h4 {
|
|
264
|
+
font-size: 18px;
|
|
265
|
+
font-weight: bold;
|
|
266
|
+
background: #ddd;
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.table {
|
|
271
|
+
background: #f2f2f2;
|
|
272
|
+
th {
|
|
273
|
+
@include gradient-vertical(#f2f2f2, #ccc);
|
|
274
|
+
}
|
|
275
|
+
}
|
|
254
276
|
}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: conte_rails_template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
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-01-
|
|
12
|
+
date: 2013-01-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|