tab_builder 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YzRkZmMyYTU3ODI4MmExNGQwYTdlY2JiNzk4ZDRjMzI2MzAzYmY5NQ==
4
+ MWE1NDM0M2MwNDgzZWM3ZDgzMzkwM2RhNTMwNTMxMzFkMDYyNjY0Yw==
5
5
  data.tar.gz: !binary |-
6
- ZTM3YTc1MTYyMzgyZDVlZTdmM2FhMmQ3NDBkMWU4ZGNhNDg5YzVkOQ==
6
+ YjFiOTEyZTVkN2FmYjllNTI2MjExNmE2NDkwYWM3OWJmZTZjNzkwZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NjFjMzI4OGZmMmJhOWYwNjRiZTM2ZmFjMTAwYjEzMTZhZmJmNGIwMDFkM2Ez
10
- NzY4NTE4ODk1OWQ0MTczYWJjMmQ0MzgyYjQ3MGU5MDE4ODdlNzg1ODNkYjAw
11
- NTU1NGU5MzI1ZjBlYTU3NmE0NDY4ZmY1ZDgwYTg4MzE0MzlhZGQ=
9
+ NDY2MzE0Y2FmOWIyYmNkYTY0NjRmN2NiMzMzYmIyNjZjZjEzYTM3ZDUxMDQ4
10
+ NDA0MjZiMDU1NGRkODQyZGE5YmJjMTI3MDhjMzE1MGY5MmRkYzE5MDIwMjM2
11
+ ZDcyMWI3YjYzMjI3YjIwN2M4YTNkNzBlNTdmYjBjOTYwMDlmNmQ=
12
12
  data.tar.gz: !binary |-
13
- M2IxZTBiYjM3OTFkNzdjMTgzYjZjNDk1ZjRkMDc1ZGQyZTZiYWIwOThhYmM4
14
- MzUzMzA5MDhmYzk3M2JmYWNhMDRlODYwYjlkNTJmNTFmNzEyYWFiY2NmYTgx
15
- MWJlNzc3OWEwYzZkODY3ZjRlY2U3MzE4MjNhNWIxZTJkOGYzZWI=
13
+ NzE5ODIyMTQzMTM3MjMzNmFjNmJjZGJhZWZhNGJiM2ZhMWY1NTVkOGMxYWY4
14
+ NThjYTNjZTUyZTY0ODZjNmU5Y2NjNzMyNzQ5NzZkNzc5YzE1MDA4NzIzOGZh
15
+ ODlhYmYxYTVjZmQwMGZmNzZiMDdkZjA1YTFhYTgyMmMxN2Q2NzQ=
@@ -7,101 +7,105 @@
7
7
  $tab_color: #EEE;
8
8
  $current_tab_color: #006EB6;
9
9
 
10
- #main {
11
- .tabstrip {
12
- background-color: #FFFFFF;
13
- width: 100%;
14
- padding-top: 10px;
15
- min-height: 30px;
16
- border-bottom: 3px solid $current_tab_color;
17
-
18
- ul.tabs {
19
- list-style-type: none;
10
+ .tabstrip
11
+ {
12
+ background-color: #FFFFFF;
13
+ width: 100%;
14
+ padding-top: 10px;
15
+ min-height: 30px;
16
+ border-bottom: 3px solid $current_tab_color;
17
+
18
+ ul.tabs
19
+ {
20
+ list-style-type: none;
21
+ padding: 0;
22
+ margin: 0;
23
+ vertical-align: middle;
24
+
25
+ li.tab
26
+ {
27
+ float: left;
20
28
  padding: 0;
21
29
  margin: 0;
22
- vertical-align: middle;
30
+ min-height: 30px;
31
+ min-width: 80px;
32
+ margin-left: 4px;
23
33
 
24
- li.tab {
25
- float: left;
26
- padding: 0;
27
- margin: 0;
28
- min-height: 30px;
29
- min-width: 80px;
30
- margin-left: 4px;
34
+ text-decoration: none;
35
+ text-align: center;
36
+ font-family: "Arial";
37
+ font-weight: bold;
38
+ font-size: 14px;
31
39
 
32
- text-decoration: none;
33
- text-align: center;
34
- font-family: "Arial";
35
- font-weight: bold;
36
- font-size: 14px;
40
+ background: $tab_color;
37
41
 
38
- background: $tab_color;
42
+ @include border-top-radius(8px);
39
43
 
40
- @include border-top-radius(8px);
44
+ a, a:hover, span
45
+ {
46
+ text-decoration: none;
47
+ display: block;
48
+ padding: 5px 5px 5px 5px;
49
+ color: #000000;
50
+ }
41
51
 
42
- a, a:hover, span {
43
- text-decoration: none;
44
- display: block;
45
- padding: 5px 5px 5px 5px;
46
- color: #000000;
52
+ .accessible_tooltip
53
+ {
54
+ a, span
55
+ {
56
+ padding: 0;
57
+ display: inherit;
47
58
  }
48
59
 
49
- .accessible_tooltip
60
+ a
50
61
  {
51
- a, span
52
- {
53
- padding: 0;
54
- display: inherit;
55
- }
62
+ display: inline-block;
63
+ position: relative;
64
+ top: 2px;
56
65
 
57
- a
66
+ img.small-icon
58
67
  {
59
- display: inline-block;
60
68
  position: relative;
61
- top: 2px;
62
-
63
- img.small-icon
64
- {
65
- position: relative;
66
- top: 1px;
67
- }
69
+ top: 1px;
68
70
  }
71
+ }
69
72
 
70
- span.label
71
- {
72
- font-weight: bold;
73
- cursor: pointer;
74
- }
73
+ span.label
74
+ {
75
+ font-weight: bold;
76
+ cursor: pointer;
77
+ }
75
78
 
76
- span.tooltip
77
- {
78
- color: inherit;
79
- position: absolute;
80
- text-align: left;
81
- padding: 10px;
82
- padding-left: 25px;
83
- margin-left: 5px;
84
- }
79
+ span.tooltip
80
+ {
81
+ color: inherit;
82
+ position: absolute;
83
+ text-align: left;
84
+ padding: 10px;
85
+ padding-left: 25px;
86
+ margin-left: 5px;
85
87
  }
88
+ }
86
89
 
87
- &.current {
88
- background: $current_tab_color;
90
+ &.current
91
+ {
92
+ background: $current_tab_color;
89
93
 
90
- span {
91
- color: #FFFFFF;
94
+ span
95
+ {
96
+ color: #FFFFFF;
92
97
 
93
- &.label
94
- {
95
- cursor: inherit;
96
- }
98
+ &.label
99
+ {
100
+ cursor: inherit;
97
101
  }
98
102
  }
99
103
  }
100
104
  }
101
105
  }
106
+ }
102
107
 
103
- .tab_content
104
- {
105
- padding-top: 15px;
106
- }
108
+ .tab_content
109
+ {
110
+ padding-top: 15px;
107
111
  }
@@ -1,3 +1,3 @@
1
1
  module TabBuilder
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/tab_builder.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["dvandersluis@selfmgmt.com"]
11
11
  gem.description = %q{DSL for building tabbed containers in Rails}
12
12
  gem.summary = %q{DSL for building tabbed containers in Rails}
13
- gem.homepage = "https://github.com/dvandersluis/tab_builder"
13
+ gem.homepage = "https://github.com/talentnest/tab_builder"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tab_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Vandersluis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-19 00:00:00.000000000 Z
11
+ date: 2016-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  type: :runtime
@@ -147,7 +147,7 @@ files:
147
147
  - lib/tab_builder/tab_set.rb
148
148
  - lib/tab_builder/version.rb
149
149
  - tab_builder.gemspec
150
- homepage: https://github.com/dvandersluis/tab_builder
150
+ homepage: https://github.com/talentnest/tab_builder
151
151
  licenses: []
152
152
  metadata: {}
153
153
  post_install_message: