tida_template 0.2.2 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module TidaTemplate
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.5"
3
3
  end
@@ -26,6 +26,10 @@ form.no-padding {
26
26
  margin: 0px; padding: 0px;
27
27
  }
28
28
 
29
+ form.no-border {
30
+ border: none;
31
+ }
32
+
29
33
  select,
30
34
  textarea,
31
35
  input[type="text"],
@@ -13,6 +13,10 @@
13
13
  @extend .span6;
14
14
  }
15
15
 
16
+ > .cell4 {
17
+ @extend .span4;
18
+ }
19
+
16
20
  > .cell3 {
17
21
  @extend .span3;
18
22
  }
@@ -4,6 +4,7 @@
4
4
  border-bottom: 2px solid darken($navTabBackgroundColor, 10%);
5
5
  padding-top: $smallPadding;
6
6
  padding-left: $normalPadding;
7
+ margin-bottom: $normalPadding !important;
7
8
 
8
9
  > li {
9
10
  margin-bottom: -2px;
@@ -39,9 +39,9 @@
39
39
  &.buttons {
40
40
  width: 29px; height: 28px;
41
41
  padding: 0px;
42
- > .button {
42
+ > .icon.button {
43
43
  width: 31px; height: 31px;
44
- padding: 0px;
44
+ padding: 0px !important;
45
45
  }
46
46
  }
47
47
 
@@ -76,8 +76,9 @@ html, body {
76
76
  @import 'notifications';
77
77
 
78
78
  article .padding {
79
- padding: $normalPadding $bigPadding;
80
- padding-bottom: 0px;
79
+ padding: 0px $bigPadding;
80
+ padding-bottom: $normalPadding;
81
+ margin: 0px;
81
82
  }
82
83
 
83
84
  // .group.cell {
@@ -132,3 +133,9 @@ article .padding {
132
133
  }
133
134
 
134
135
  @import 'brands_list';
136
+
137
+ .wice-grid-container {
138
+ table {
139
+ margin-bottom: 0px;
140
+ }
141
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tida_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.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: 2013-08-07 00:00:00.000000000 Z
12
+ date: 2013-08-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -379,7 +379,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
379
379
  version: '0'
380
380
  segments:
381
381
  - 0
382
- hash: 3927391736980615344
382
+ hash: -1115868560702801009
383
383
  required_rubygems_version: !ruby/object:Gem::Requirement
384
384
  none: false
385
385
  requirements:
@@ -388,7 +388,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
388
388
  version: '0'
389
389
  segments:
390
390
  - 0
391
- hash: 3927391736980615344
391
+ hash: -1115868560702801009
392
392
  requirements: []
393
393
  rubyforge_project:
394
394
  rubygems_version: 1.8.25