conte_rails_template 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module ConteRailsTemplate
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -13,9 +13,9 @@ $dropdownBackground: #E3E4E5;
13
13
 
14
14
  // Table
15
15
 
16
- $tableBorder: #CACBCC;
17
- $tableBackgroundAccent: #DBDBDB;
18
- $tableBackgroundHover: #CCCCCC;
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: #824365;
97
+ background: #66334d;
98
98
  &:hover {
99
- background: #824365;
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: #61324b;
127
+ background: #4c283d;
128
128
  &:hover {
129
- background: #61324b;
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: #E3E4E5;
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: #CE97AE;
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.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-22 00:00:00.000000000 Z
12
+ date: 2013-01-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties