tida_template 0.3.0 → 0.3.1

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.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
@@ -29,6 +29,7 @@ a {
29
29
  .dropdown-menu {
30
30
  @include border-radius(0);
31
31
  border: $borderColor solid 1px;
32
+ font-size: 12px !important;
32
33
 
33
34
  li:hover > a {
34
35
  text-shadow: none;
@@ -49,3 +50,8 @@ a {
49
50
  ul, ol {
50
51
  margin: 0px; padding: 0px;
51
52
  }
53
+
54
+ .panel {
55
+ padding: $normalPadding;
56
+ background: $navTabBackgroundColor;
57
+ }
@@ -1,8 +1,8 @@
1
1
  .button {
2
2
  @extend .btn;
3
3
  font-size: 12px !important;
4
- height: 31px;
5
- line-height: 34px;
4
+ height: 27px;
5
+ line-height: 30px;
6
6
  padding: 0px 15px !important;
7
7
  text-shadow: none;
8
8
  background: $btnBackground;
@@ -52,6 +52,10 @@
52
52
  }
53
53
  }
54
54
 
55
+ .button-group {
56
+ @extend .btn-group;
57
+ }
58
+
55
59
  .button-logo {
56
60
  @include extend-button($logoColor) { @extend .btn-primary; }
57
61
  }
@@ -82,8 +86,8 @@
82
86
 
83
87
  input[type="submit"] {
84
88
  &.button, &.button-warning {
85
- height: 36px !important;
86
- line-height: 34px;
89
+ height: 32px !important;
90
+ line-height: 30px;
87
91
 
88
92
  &:hover, &:active {
89
93
  text-decoration: none !important;
@@ -13,7 +13,7 @@
13
13
 
14
14
  .toolbar {
15
15
  @extend .pull-right;
16
- padding: $bigPadding 0px;
16
+ padding: 15px 0px 0px 0px;
17
17
  .button {
18
18
  height: 30px;
19
19
  line-height: 30px;
@@ -76,7 +76,7 @@ html, body {
76
76
  @import 'modals';
77
77
  @import 'notifications';
78
78
 
79
- article .padding {
79
+ .padding {
80
80
  padding: 0px $bigPadding;
81
81
  padding-bottom: $normalPadding;
82
82
  margin: 0px;
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.3.0
4
+ version: 0.3.1
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-10-21 00:00:00.000000000 Z
12
+ date: 2013-10-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -378,7 +378,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
378
378
  version: '0'
379
379
  segments:
380
380
  - 0
381
- hash: -2190781591313568964
381
+ hash: 3927801061306290774
382
382
  required_rubygems_version: !ruby/object:Gem::Requirement
383
383
  none: false
384
384
  requirements:
@@ -387,7 +387,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
387
387
  version: '0'
388
388
  segments:
389
389
  - 0
390
- hash: -2190781591313568964
390
+ hash: 3927801061306290774
391
391
  requirements: []
392
392
  rubyforge_project:
393
393
  rubygems_version: 1.8.25