conte_rails_template 0.0.11 → 0.0.12

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.
@@ -1,3 +1,3 @@
1
1
  module ConteRailsTemplate
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
@@ -46,7 +46,8 @@ $tableBackgroundHover: #CCCCCC;
46
46
  @include border-radius(0);
47
47
  }
48
48
 
49
- .container-fluid {
49
+ .container-fluid,
50
+ .row-fluid {
50
51
  padding: 0px;
51
52
  }
52
53
 
@@ -27,12 +27,15 @@ body {
27
27
 
28
28
  #page {
29
29
  width: 100%; height: inherit;
30
- display: table;
30
+ margin: 0px; padding: 0px;
31
+
32
+ > .row-fluid {
33
+ height: inherit;
34
+ }
31
35
 
32
36
  #sidebar {
33
37
  background: #3B3D43;
34
38
  width: 16%; height: inherit;
35
- display: table-cell;
36
39
 
37
40
  #logo-bg {
38
41
  background: #3B3D43;
@@ -118,8 +121,8 @@ body {
118
121
 
119
122
  #main {
120
123
  width: 84%;
121
- display: table-cell;
122
- vertical-align: top;
124
+ margin: 0px;
125
+ background: #E3E4E5;
123
126
  #header {
124
127
  position: relative;
125
128
  z-index: 1000;
@@ -162,6 +165,7 @@ body {
162
165
  position: relative;
163
166
  z-index: 1;
164
167
  padding: 10px;
168
+ height: 30px;
165
169
 
166
170
  a {
167
171
  margin: 0px 5px;
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.0.11
4
+ version: 0.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: