tr8n 3.1.4 → 3.1.5
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.
data/Gemfile.lock
CHANGED
data/lib/tasks/tr8n.rake
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
namespace :tr8n do
|
|
25
25
|
desc "Initializes all of the tables with default data"
|
|
26
26
|
task :init => :environment do
|
|
27
|
-
raise "This action is prohibited in this environment" if ['production', 'stage', 'staging'].include?(Rails.env)
|
|
27
|
+
raise "This action is prohibited in this environment" if ['production', 'stage', 'staging'].include?(Rails.env)
|
|
28
28
|
Tr8n::Config.reset_all!
|
|
29
29
|
end
|
|
30
30
|
|
data/lib/tr8n/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tr8n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,12 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-10-
|
|
13
|
-
default_executable:
|
|
12
|
+
date: 2011-10-26 00:00:00.000000000Z
|
|
14
13
|
dependencies:
|
|
15
14
|
- !ruby/object:Gem::Dependency
|
|
16
15
|
name: rails
|
|
17
|
-
requirement: &
|
|
16
|
+
requirement: &2166011540 !ruby/object:Gem::Requirement
|
|
18
17
|
none: false
|
|
19
18
|
requirements:
|
|
20
19
|
- - ! '>='
|
|
@@ -22,10 +21,10 @@ dependencies:
|
|
|
22
21
|
version: 3.1.0
|
|
23
22
|
type: :runtime
|
|
24
23
|
prerelease: false
|
|
25
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *2166011540
|
|
26
25
|
- !ruby/object:Gem::Dependency
|
|
27
26
|
name: will_filter
|
|
28
|
-
requirement: &
|
|
27
|
+
requirement: &2166010960 !ruby/object:Gem::Requirement
|
|
29
28
|
none: false
|
|
30
29
|
requirements:
|
|
31
30
|
- - ! '>='
|
|
@@ -33,10 +32,10 @@ dependencies:
|
|
|
33
32
|
version: 3.1.2
|
|
34
33
|
type: :runtime
|
|
35
34
|
prerelease: false
|
|
36
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *2166010960
|
|
37
36
|
- !ruby/object:Gem::Dependency
|
|
38
37
|
name: kaminari
|
|
39
|
-
requirement: &
|
|
38
|
+
requirement: &2166010440 !ruby/object:Gem::Requirement
|
|
40
39
|
none: false
|
|
41
40
|
requirements:
|
|
42
41
|
- - ! '>='
|
|
@@ -44,10 +43,10 @@ dependencies:
|
|
|
44
43
|
version: '0'
|
|
45
44
|
type: :runtime
|
|
46
45
|
prerelease: false
|
|
47
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *2166010440
|
|
48
47
|
- !ruby/object:Gem::Dependency
|
|
49
48
|
name: sass
|
|
50
|
-
requirement: &
|
|
49
|
+
requirement: &2166009920 !ruby/object:Gem::Requirement
|
|
51
50
|
none: false
|
|
52
51
|
requirements:
|
|
53
52
|
- - ! '>='
|
|
@@ -55,10 +54,10 @@ dependencies:
|
|
|
55
54
|
version: '0'
|
|
56
55
|
type: :runtime
|
|
57
56
|
prerelease: false
|
|
58
|
-
version_requirements: *
|
|
57
|
+
version_requirements: *2166009920
|
|
59
58
|
- !ruby/object:Gem::Dependency
|
|
60
59
|
name: coffee-script
|
|
61
|
-
requirement: &
|
|
60
|
+
requirement: &2166009380 !ruby/object:Gem::Requirement
|
|
62
61
|
none: false
|
|
63
62
|
requirements:
|
|
64
63
|
- - ! '>='
|
|
@@ -66,10 +65,10 @@ dependencies:
|
|
|
66
65
|
version: '0'
|
|
67
66
|
type: :runtime
|
|
68
67
|
prerelease: false
|
|
69
|
-
version_requirements: *
|
|
68
|
+
version_requirements: *2166009380
|
|
70
69
|
- !ruby/object:Gem::Dependency
|
|
71
70
|
name: pry
|
|
72
|
-
requirement: &
|
|
71
|
+
requirement: &2166008840 !ruby/object:Gem::Requirement
|
|
73
72
|
none: false
|
|
74
73
|
requirements:
|
|
75
74
|
- - ! '>='
|
|
@@ -77,10 +76,10 @@ dependencies:
|
|
|
77
76
|
version: '0'
|
|
78
77
|
type: :development
|
|
79
78
|
prerelease: false
|
|
80
|
-
version_requirements: *
|
|
79
|
+
version_requirements: *2166008840
|
|
81
80
|
- !ruby/object:Gem::Dependency
|
|
82
81
|
name: bundler
|
|
83
|
-
requirement: &
|
|
82
|
+
requirement: &2166008340 !ruby/object:Gem::Requirement
|
|
84
83
|
none: false
|
|
85
84
|
requirements:
|
|
86
85
|
- - ! '>='
|
|
@@ -88,10 +87,10 @@ dependencies:
|
|
|
88
87
|
version: 1.0.0
|
|
89
88
|
type: :development
|
|
90
89
|
prerelease: false
|
|
91
|
-
version_requirements: *
|
|
90
|
+
version_requirements: *2166008340
|
|
92
91
|
- !ruby/object:Gem::Dependency
|
|
93
92
|
name: sqlite3
|
|
94
|
-
requirement: &
|
|
93
|
+
requirement: &2166007820 !ruby/object:Gem::Requirement
|
|
95
94
|
none: false
|
|
96
95
|
requirements:
|
|
97
96
|
- - ! '>='
|
|
@@ -99,10 +98,10 @@ dependencies:
|
|
|
99
98
|
version: '0'
|
|
100
99
|
type: :development
|
|
101
100
|
prerelease: false
|
|
102
|
-
version_requirements: *
|
|
101
|
+
version_requirements: *2166007820
|
|
103
102
|
- !ruby/object:Gem::Dependency
|
|
104
103
|
name: rspec
|
|
105
|
-
requirement: &
|
|
104
|
+
requirement: &2166007280 !ruby/object:Gem::Requirement
|
|
106
105
|
none: false
|
|
107
106
|
requirements:
|
|
108
107
|
- - ! '>='
|
|
@@ -110,10 +109,10 @@ dependencies:
|
|
|
110
109
|
version: '0'
|
|
111
110
|
type: :development
|
|
112
111
|
prerelease: false
|
|
113
|
-
version_requirements: *
|
|
112
|
+
version_requirements: *2166007280
|
|
114
113
|
- !ruby/object:Gem::Dependency
|
|
115
114
|
name: rspec-rails
|
|
116
|
-
requirement: &
|
|
115
|
+
requirement: &2166006800 !ruby/object:Gem::Requirement
|
|
117
116
|
none: false
|
|
118
117
|
requirements:
|
|
119
118
|
- - ! '>='
|
|
@@ -121,10 +120,10 @@ dependencies:
|
|
|
121
120
|
version: '0'
|
|
122
121
|
type: :development
|
|
123
122
|
prerelease: false
|
|
124
|
-
version_requirements: *
|
|
123
|
+
version_requirements: *2166006800
|
|
125
124
|
- !ruby/object:Gem::Dependency
|
|
126
125
|
name: factory_girl
|
|
127
|
-
requirement: &
|
|
126
|
+
requirement: &2166006300 !ruby/object:Gem::Requirement
|
|
128
127
|
none: false
|
|
129
128
|
requirements:
|
|
130
129
|
- - ! '>='
|
|
@@ -132,10 +131,10 @@ dependencies:
|
|
|
132
131
|
version: '0'
|
|
133
132
|
type: :development
|
|
134
133
|
prerelease: false
|
|
135
|
-
version_requirements: *
|
|
134
|
+
version_requirements: *2166006300
|
|
136
135
|
- !ruby/object:Gem::Dependency
|
|
137
136
|
name: rr
|
|
138
|
-
requirement: &
|
|
137
|
+
requirement: &2166005740 !ruby/object:Gem::Requirement
|
|
139
138
|
none: false
|
|
140
139
|
requirements:
|
|
141
140
|
- - ! '>='
|
|
@@ -143,10 +142,10 @@ dependencies:
|
|
|
143
142
|
version: '0'
|
|
144
143
|
type: :development
|
|
145
144
|
prerelease: false
|
|
146
|
-
version_requirements: *
|
|
145
|
+
version_requirements: *2166005740
|
|
147
146
|
- !ruby/object:Gem::Dependency
|
|
148
147
|
name: steak
|
|
149
|
-
requirement: &
|
|
148
|
+
requirement: &2166005180 !ruby/object:Gem::Requirement
|
|
150
149
|
none: false
|
|
151
150
|
requirements:
|
|
152
151
|
- - ! '>='
|
|
@@ -154,10 +153,10 @@ dependencies:
|
|
|
154
153
|
version: '0'
|
|
155
154
|
type: :development
|
|
156
155
|
prerelease: false
|
|
157
|
-
version_requirements: *
|
|
156
|
+
version_requirements: *2166005180
|
|
158
157
|
- !ruby/object:Gem::Dependency
|
|
159
158
|
name: capybara
|
|
160
|
-
requirement: &
|
|
159
|
+
requirement: &2166004680 !ruby/object:Gem::Requirement
|
|
161
160
|
none: false
|
|
162
161
|
requirements:
|
|
163
162
|
- - ! '>='
|
|
@@ -165,10 +164,10 @@ dependencies:
|
|
|
165
164
|
version: '0'
|
|
166
165
|
type: :development
|
|
167
166
|
prerelease: false
|
|
168
|
-
version_requirements: *
|
|
167
|
+
version_requirements: *2166004680
|
|
169
168
|
- !ruby/object:Gem::Dependency
|
|
170
169
|
name: database_cleaner
|
|
171
|
-
requirement: &
|
|
170
|
+
requirement: &2166004140 !ruby/object:Gem::Requirement
|
|
172
171
|
none: false
|
|
173
172
|
requirements:
|
|
174
173
|
- - ! '>='
|
|
@@ -176,10 +175,10 @@ dependencies:
|
|
|
176
175
|
version: '0'
|
|
177
176
|
type: :development
|
|
178
177
|
prerelease: false
|
|
179
|
-
version_requirements: *
|
|
178
|
+
version_requirements: *2166004140
|
|
180
179
|
- !ruby/object:Gem::Dependency
|
|
181
180
|
name: memcache-client
|
|
182
|
-
requirement: &
|
|
181
|
+
requirement: &2166003660 !ruby/object:Gem::Requirement
|
|
183
182
|
none: false
|
|
184
183
|
requirements:
|
|
185
184
|
- - ! '>='
|
|
@@ -187,7 +186,7 @@ dependencies:
|
|
|
187
186
|
version: 1.8.5
|
|
188
187
|
type: :development
|
|
189
188
|
prerelease: false
|
|
190
|
-
version_requirements: *
|
|
189
|
+
version_requirements: *2166003660
|
|
191
190
|
description: Crowd-sourced translation and localization engine for Rails.
|
|
192
191
|
email:
|
|
193
192
|
- michael@tr8n.net
|
|
@@ -574,11 +573,8 @@ files:
|
|
|
574
573
|
- app/assets/javascripts/tr8n/tr8n.js
|
|
575
574
|
- app/assets/javascripts/tr8n/tr8n_client_sdk.js
|
|
576
575
|
- app/assets/javascripts/tr8n/tr8n_prototype_effects.js
|
|
577
|
-
- app/assets/stylesheets/tr8n/application.css.scss
|
|
578
|
-
- app/assets/stylesheets/tr8n/component.css.scss
|
|
579
576
|
- app/assets/stylesheets/tr8n/keyboard_1_36.css
|
|
580
577
|
- app/assets/stylesheets/tr8n/keyboard_1_44.css
|
|
581
|
-
- app/assets/stylesheets/tr8n/layout.css.scss
|
|
582
578
|
- app/assets/stylesheets/tr8n/tr8n.css.scss
|
|
583
579
|
- app/controllers/tr8n/admin/base_controller.rb
|
|
584
580
|
- app/controllers/tr8n/admin/clientsdk_controller.rb
|
|
@@ -983,7 +979,6 @@ files:
|
|
|
983
979
|
- local/tr8n_server/db/test.sqlite3
|
|
984
980
|
- local/tr8n_server/lib/assets/.gitkeep
|
|
985
981
|
- local/tr8n_server/log/.gitkeep
|
|
986
|
-
- local/tr8n_server/log/tr8n.log
|
|
987
982
|
- local/tr8n_server/public/404.html
|
|
988
983
|
- local/tr8n_server/public/422.html
|
|
989
984
|
- local/tr8n_server/public/500.html
|
|
@@ -997,7 +992,6 @@ files:
|
|
|
997
992
|
- spec/models/translation_key_spec.rb
|
|
998
993
|
- spec/spec_helper.rb
|
|
999
994
|
- tr8n.gemspec
|
|
1000
|
-
has_rdoc: true
|
|
1001
995
|
homepage: https://github.com/berk/tr8n
|
|
1002
996
|
licenses:
|
|
1003
997
|
- MIT
|
|
@@ -1013,7 +1007,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
1013
1007
|
version: '0'
|
|
1014
1008
|
segments:
|
|
1015
1009
|
- 0
|
|
1016
|
-
hash:
|
|
1010
|
+
hash: -1993706980949355961
|
|
1017
1011
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1018
1012
|
none: false
|
|
1019
1013
|
requirements:
|
|
@@ -1022,10 +1016,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1022
1016
|
version: '0'
|
|
1023
1017
|
segments:
|
|
1024
1018
|
- 0
|
|
1025
|
-
hash:
|
|
1019
|
+
hash: -1993706980949355961
|
|
1026
1020
|
requirements: []
|
|
1027
1021
|
rubyforge_project: tr8n
|
|
1028
|
-
rubygems_version: 1.
|
|
1022
|
+
rubygems_version: 1.8.11
|
|
1029
1023
|
signing_key:
|
|
1030
1024
|
specification_version: 3
|
|
1031
1025
|
summary: Crowd-sourced translation engine for Rails.
|
|
@@ -1114,7 +1108,6 @@ test_files:
|
|
|
1114
1108
|
- local/tr8n_server/db/test.sqlite3
|
|
1115
1109
|
- local/tr8n_server/lib/assets/.gitkeep
|
|
1116
1110
|
- local/tr8n_server/log/.gitkeep
|
|
1117
|
-
- local/tr8n_server/log/tr8n.log
|
|
1118
1111
|
- local/tr8n_server/public/404.html
|
|
1119
1112
|
- local/tr8n_server/public/422.html
|
|
1120
1113
|
- local/tr8n_server/public/500.html
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* This is a manifest file that'll automatically include all the stylesheets available in this directory
|
|
3
|
-
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
|
4
|
-
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
|
5
|
-
*= require_self
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
@mixin rounded-corners($radius) {
|
|
9
|
-
border-radius: $radius;
|
|
10
|
-
-moz-border-radius: $radius;
|
|
11
|
-
-webkit-border-radius: $radius;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
@mixin shadow($info) {
|
|
15
|
-
box-shadow:$info;
|
|
16
|
-
-moz-box-shadow:$info;
|
|
17
|
-
-webkit-box-shadow:$info;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
@import "layout.css.scss";
|
|
21
|
-
@import "components.css.scss";
|
|
22
|
-
|
|
23
|
-
img {vertical-align:text-middle !important;}
|
|
24
|
-
a {text-decoration:none; color:#16b; outline:none; border:0px;}
|
|
25
|
-
a:hover {text-decoration:underline}
|
|
26
|
-
a img {border:0px}
|
|
27
|
-
|
|
28
|
-
td {
|
|
29
|
-
font-size: 11px;
|
|
30
|
-
font-family: verdana;
|
|
31
|
-
}
|
|
32
|
-
h1 {
|
|
33
|
-
font-size:32px;
|
|
34
|
-
font-family:arial;
|
|
35
|
-
font-weight: bold;
|
|
36
|
-
padding: 0px;
|
|
37
|
-
padding-bottom: 15px;
|
|
38
|
-
margin: 0px;
|
|
39
|
-
}
|
|
40
|
-
h2 {
|
|
41
|
-
font-size:20px;
|
|
42
|
-
font-family:arial;
|
|
43
|
-
padding: 0px;
|
|
44
|
-
padding-bottom: 15px;
|
|
45
|
-
margin: 0px;
|
|
46
|
-
}
|
|
47
|
-
|
|
@@ -1,211 +0,0 @@
|
|
|
1
|
-
/* General */
|
|
2
|
-
|
|
3
|
-
.flt_r {float:right}
|
|
4
|
-
.quiet {color:#888 !important;}
|
|
5
|
-
.strong {font-weight:bold}
|
|
6
|
-
.em {font-style:italic}
|
|
7
|
-
.small {font-size:11px}
|
|
8
|
-
.xsmall {font-size:10px}
|
|
9
|
-
.sub_heading {border-bottom:solid 1px #ddd;margin-bottom:3px;}
|
|
10
|
-
.notice_msg {color:darkorange;background:#feffef;padding:3px 5px;margin:0 0 3px 0}
|
|
11
|
-
.warning_msg {color:darkred;background:pink;padding:3px 5px;margin:0 0 3px 0}
|
|
12
|
-
.focus {background-color:#f1f5ff}
|
|
13
|
-
.highlight {background-color:#fefff1}
|
|
14
|
-
.highlight_hover:hover {background:#fefff1}
|
|
15
|
-
.nowrap {white-space:nowrap}
|
|
16
|
-
.underscore {border-bottom:solid 1px #eee}
|
|
17
|
-
|
|
18
|
-
.light_bevel_hr {height:0px;border:solid 1px #e1e5e8;border-bottom-color:#fff;}
|
|
19
|
-
|
|
20
|
-
.padding_0 {padding:0px !important;}
|
|
21
|
-
.padding_5 {padding:5px !important;}
|
|
22
|
-
.padding_10 {padding:10px !important;}
|
|
23
|
-
.padding_15 {padding:15px !important;}
|
|
24
|
-
|
|
25
|
-
/* Module Skins */
|
|
26
|
-
|
|
27
|
-
.basic .inner {padding:10px;}
|
|
28
|
-
|
|
29
|
-
.outset .inner {border:1px solid #D7D7D7;border-color:#e9e9e9 #cdcdcd #a4a4a4;border-width:1px 1px 2px;padding:10px;}
|
|
30
|
-
.outset b {background-image:url('rounded_corners_sprite.gif');}
|
|
31
|
-
.outset .tl {background-position: 0 -70px;}
|
|
32
|
-
.outset .tr {background-position: -10px -70px;}
|
|
33
|
-
.outset .bl {background-position: 0 -80px;}
|
|
34
|
-
.outset .br {background-position: -10px -80px;}
|
|
35
|
-
|
|
36
|
-
.inset .inner {border:1px solid #e1e5e8;border-color:#b1b3b7 #e1e5e8 #e1e5e8;border-width:2px 1px 1px;padding:10px;}
|
|
37
|
-
.inset b {background-image:url('rounded_corners_sprite.gif');}
|
|
38
|
-
.inset .tl {background-position: 0 -93px;}
|
|
39
|
-
.inset .tr {background-position: -10px -93px;}
|
|
40
|
-
.inset .bl {background-position: 0 -103px;}
|
|
41
|
-
.inset .br {background-position: -10px -103px;}
|
|
42
|
-
|
|
43
|
-
.rounded .inner {padding:10px;text-align:left;}
|
|
44
|
-
.rounded b {background-image:url('rounded_corners_sprite.gif');}
|
|
45
|
-
.rounded .tl {background-position: 0 -116px;}
|
|
46
|
-
.rounded .tr {background-position: -10px -116px;}
|
|
47
|
-
.rounded .bl {background-position: 0 -126px;}
|
|
48
|
-
.rounded .br {background-position: -10px -126px;}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
/* Module Backgrounds */
|
|
52
|
-
|
|
53
|
-
.highlight_bevel {background:url('/images/highlight_bkgd.gif') repeat-x 0 bottom #fefff1}
|
|
54
|
-
.focus_bevel {background:url('/images/focus_bkgd.gif') repeat-x 0 bottom #edf2f8}
|
|
55
|
-
.success_bevel {background:url('/images/success_bkgd.gif') repeat-x 0 bottom #eefce7}
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
/* Module Headers */
|
|
59
|
-
.pagination_hd {border-bottom:solid 1px #ddd;padding:5px 0}
|
|
60
|
-
|
|
61
|
-
/* Module Body */
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
/* Module Footers */
|
|
65
|
-
.action_ft {background:#fbfbfb;border-top:solid 1px #eee;padding:15px 20px;}
|
|
66
|
-
.pagination_ft {border-top:solid 1px #ddd;padding:5px 0;margin-top:-1px;}
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
/* Forms */
|
|
70
|
-
|
|
71
|
-
.field {clear:both;padding:5px 0 7px 0;overflow:hidden;}
|
|
72
|
-
.field_hd {float:left;width:145px;text-align:right;color:#666;}
|
|
73
|
-
.field_bd {margin-left:165px;clear:right}
|
|
74
|
-
.field_section {float:left;margin-right:5px;color:#999;font-size:10px;}
|
|
75
|
-
.field_note {margin-top:5px;font-size:10px;color:#666;clear:both;}
|
|
76
|
-
.field_hint {float:right;font-size:10px;color:#666;width:170px;line-height:11px;font-weight:normal}
|
|
77
|
-
|
|
78
|
-
.xshort_input {width:50px}
|
|
79
|
-
.short_input {width:100px}
|
|
80
|
-
.medium_input {width:150px}
|
|
81
|
-
.long_input {width:200px}
|
|
82
|
-
.xlong_input {width:250px}
|
|
83
|
-
.full_width_input {width:98%}
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
/* Lists */
|
|
87
|
-
|
|
88
|
-
ol.simple_list li {list-style-type: decimal; margin-left:40px;}
|
|
89
|
-
ul.simple_list li {list-style-type:disc; margin-left:0px;padding:4px 0}
|
|
90
|
-
|
|
91
|
-
.nav_list,
|
|
92
|
-
.horiz_list,
|
|
93
|
-
.right_horiz_list {overflow:hidden;text-align:left}
|
|
94
|
-
|
|
95
|
-
.nav_list li {margin-top:-1px;border-top:solid 1px #ced2e4;padding:3px 5px;zoom:1}
|
|
96
|
-
.nav_list li:hover {background-color:#ebeef1}
|
|
97
|
-
.nav_list li a {text-decoration:none;}
|
|
98
|
-
|
|
99
|
-
.horiz_list li {margin-left:-11px;border-left:solid 1px #ccc;padding:0px 10px;margin-right:10px;float:left;}
|
|
100
|
-
.right_horiz_list li {margin-right:-11px;border-right:solid 1px #ccc;padding:0px 10px;margin-left:10px;float:left;}
|
|
101
|
-
|
|
102
|
-
.checklist li {overflow:hidden;padding:0px 0}
|
|
103
|
-
.checklist input {float:left;}
|
|
104
|
-
.checklist label {margin:0 0 5px 25px;display:block}
|
|
105
|
-
|
|
106
|
-
.segmented_list {overflow:hidden;}
|
|
107
|
-
.segmented_list li {padding:7px 0;border-bottom:solid 1px #eee;margin-bottom:-1px}
|
|
108
|
-
|
|
109
|
-
.block_list li {padding:3px 0}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
/* Pagination */
|
|
113
|
-
|
|
114
|
-
.pagination {overflow:hidden;zoom:1}
|
|
115
|
-
.pagination li {padding:0 3px;margin-right:2px;float:left;font-weight:bold;}
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
/* Buttons */
|
|
120
|
-
|
|
121
|
-
.btn {position:relative;border:0;padding:0;margin:0 2px 0 -2px;cursor:pointer;overflow:visible;background:transparent url('/images/site_sprite.gif') no-repeat right -100px;font-size:11px;font-weight:bold;text-align:center;font-family:Arial}
|
|
122
|
-
.btn span {position:relative;display:block;white-space:nowrap;background:transparent url('/images/site_sprite.gif') no-repeat left top;}
|
|
123
|
-
button::-moz-focus-inner {border:none;}
|
|
124
|
-
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
125
|
-
.btn span {margin-top:-1px;}
|
|
126
|
-
}
|
|
127
|
-
a.btn {display:block;display:-moz-inline-box;display:inline-block;vertical-align:middle}
|
|
128
|
-
a.btn span {display:block;margin-top:0px}
|
|
129
|
-
|
|
130
|
-
/* Button Skins */
|
|
131
|
-
|
|
132
|
-
.button {-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 1px 3px;-moz-box-shadow: rgba(0, 0, 0, 0.246094) 0px 1px 3px;background-color: #222;border-bottom: 1px solid rgba(0, 0, 0, 0.246094);color: white !important;cursor: pointer;display: inline-block;font-size: 13px;font-weight: bold;line-height: 1;overflow: visible;padding: 5px 15px 6px;position: relative;text-decoration: none !important;width: auto;}
|
|
133
|
-
|
|
134
|
-
.super.button {background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAYAAADtlXTHAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABYSURBVHjaZM27EcAgDANQSzZZgP0XpKLh20BM7mjS6J7kwrrWEuScgZQS2HsXjjHEdaqytfZ4kLXWU81lruAK9wqWUuBVvni3n+4Pc9nRnFOUZFQAcQswAI/sUZSGPd0tAAAAAElFTkSuQmCC) repeat-x 0 bottom;background-position:0 bottom;border: 1px solid rgba(0, 0, 0, 0.246094);font-size: 12px;padding: 0px;}
|
|
135
|
-
.super.button span {border-top: 1px solid rgba(255, 255, 255, 0.199219);display: block;line-height: 1;padding: 4px 15px 6px;}
|
|
136
|
-
|
|
137
|
-
.green.button {background-color: #91BD09;}
|
|
138
|
-
.green.button:hover {background-color:#749a02}
|
|
139
|
-
|
|
140
|
-
.blue.button {background-color:#5689c0}
|
|
141
|
-
.blue.button:hover {background-color:#4a77a8}
|
|
142
|
-
|
|
143
|
-
.large.super.button span {padding: 7px 20px 9px;font-size:13px;}
|
|
144
|
-
.xlarge.super.button span {padding: 8px 20px 10px;font-size:16px;}
|
|
145
|
-
|
|
146
|
-
/* Icons */
|
|
147
|
-
|
|
148
|
-
.icn {background:url(/images/icon_sprite.gif) no-repeat 0 0;}
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
/* Tabs */
|
|
154
|
-
|
|
155
|
-
.tab_nav {list-style-type:none;overflow:auto;margin-bottom:0px !important;position:relative}
|
|
156
|
-
.tab_nav li {float:left;margin-right:2px;cursor:pointer;}
|
|
157
|
-
.tab_nav li a {display:block;padding:6px 10px 6px 10px;}
|
|
158
|
-
|
|
159
|
-
/* Tables */
|
|
160
|
-
|
|
161
|
-
.data_table {padding:0;width:auto;margin:0}
|
|
162
|
-
.data_table td, .data_table th {vertical-align:top;padding:1px 0px 2px 0px}
|
|
163
|
-
.data_table th {width:115px;color:#777;font-weight:normal;padding-right:6px}
|
|
164
|
-
|
|
165
|
-
.data_table.small th {width:70px}
|
|
166
|
-
|
|
167
|
-
.segmented_table {width:100%;}
|
|
168
|
-
.segmented_table td {border-bottom:solid 1px #eee;padding:10px 5px}
|
|
169
|
-
.segmented_table .last td {border:none}
|
|
170
|
-
|
|
171
|
-
.skinny_cells td {padding:5px}
|
|
172
|
-
.fat_cells td {padding:10px 5px}
|
|
173
|
-
|
|
174
|
-
.txt_c {text-align:center;}
|
|
175
|
-
.txt_l {text-align:left;}
|
|
176
|
-
.txt_r {text-align:right;}
|
|
177
|
-
.txt_t {vertical-align:top;}
|
|
178
|
-
.txt_b {vertical-align:bottom;}
|
|
179
|
-
.txt_m {vertical-align:middle;}
|
|
180
|
-
|
|
181
|
-
.min_cell_width {width:1%}
|
|
182
|
-
.max_cell_width {width:99%}
|
|
183
|
-
|
|
184
|
-
.mrgn_v {margin:10px 0}
|
|
185
|
-
.mrgn_h {margin:0 10px}
|
|
186
|
-
|
|
187
|
-
/* Media Block */
|
|
188
|
-
|
|
189
|
-
.media {overflow:hidden;_overflow:visible; zoom:1;}
|
|
190
|
-
.media .img {float:left;margin-right: 10px;}
|
|
191
|
-
.media .img img {display:block;}
|
|
192
|
-
.media .imgExt {float:right; margin-left: 10px;}
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
/* Home */
|
|
198
|
-
|
|
199
|
-
.home_banner {background:url('/images/bubbles_bkgd.jpg');-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;padding:50px 25px 0px 25px;height:220px;border-bottom:solid 10px #c2d6eb}
|
|
200
|
-
.home_banner h1 {font:normal bold 45px Arial, Helvetica, sans-serif;color:#fff;text-shadow:0 -1px 1px #000;letter-spacing:-2px}
|
|
201
|
-
.home_banner h2 {font:normal normal 24px Arial, Helvetica, sans-serif;color:#ccc;text-shadow:0 -1px 1px #000;width:520px;}
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
.benefit_details {line-height:20px;height:70px;}
|
|
205
|
-
.page_form {margin:0 50px}
|
|
206
|
-
|
|
207
|
-
.tr8n {
|
|
208
|
-
width:auto !important;
|
|
209
|
-
overflow:hidden !important
|
|
210
|
-
}
|
|
211
|
-
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
@mixin shadow($info) {
|
|
2
|
-
text-shadow:$info;
|
|
3
|
-
-moz-text-shadow:$info;
|
|
4
|
-
-webkit-text-shadow:$info;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
@mixin rounded-corners($radius) {
|
|
8
|
-
border-radius: $radius;
|
|
9
|
-
-moz-border-radius: $radius;
|
|
10
|
-
-webkit-border-radius: $radius;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
body {margin:0;padding:0;font:normal normal 12px Arial, Helvetica, sans-serif;text-align:left;background:#f5f5f5;color:#444;}
|
|
14
|
-
|
|
15
|
-
h1,h2,h3,h4,h5,h6 {margin:0 0 5px 0;padding:0;line-height: 1em;}
|
|
16
|
-
h1,.h1 {font:normal normal 35px Georgia, serif;color:#424c56;letter-spacing:-1px;}
|
|
17
|
-
h2,.h2 {font: normal normal normal 24px/normal Arial, Helvetica, sans-serif;color:#666;margin:0 0 8px 0;letter-spacing:-1px;}
|
|
18
|
-
h3,.h3 {font: normal normal bold 18px/normal Arial, Helvetica, sans-serif;color:#555;margin:0 0 8px 0;padding-bottom:5px;}
|
|
19
|
-
h4,.h4 {font:normal normal 14px Arial, Helvetica, sans-serif;color:#444;padding:6px;}
|
|
20
|
-
h5,.h5 {font:normal bold 11px Arial, Helvetica, sans-serif;color:#999}
|
|
21
|
-
h6,.h6 {font:normal bold 11px Arial, Helvetica, sans-serif;color:#444}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
a {color:#3B5998;text-decoration: none;outline:none}
|
|
25
|
-
a:focus, a:hover {text-decoration: underline }
|
|
26
|
-
a:visited {color:#3B5998;}
|
|
27
|
-
|
|
28
|
-
p {margin:0 0 10px 0;}
|
|
29
|
-
table {border-collapse:collapse;border-spacing:0}
|
|
30
|
-
table,ul,ol,dt,dl,dd {padding:0;margin:0;list-style-type:none}
|
|
31
|
-
td,th {vertical-align:top}
|
|
32
|
-
img {vertical-align:middle;border:none}
|
|
33
|
-
input, select, textarea {vertical-align:middle;border:solid 1px #eee;border-color:#bbb #eee #eee #bbb;border-width:1px;font:normal normal 11px Arial, Helvetica, sans-serif;color:#444;outline:none;padding:3px;}
|
|
34
|
-
select {padding:2px;}
|
|
35
|
-
input[type=checkbox],
|
|
36
|
-
input[type=radio],
|
|
37
|
-
input[type=file],
|
|
38
|
-
checkbox,
|
|
39
|
-
radio {border:none;padding:0;}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
/* Page Template */
|
|
43
|
-
|
|
44
|
-
.page_fixed {width:1000px;margin:0 auto;}
|
|
45
|
-
.page_elastic {width:auto;margin:0;}
|
|
46
|
-
.page_fluid {max-width:1100px;min-width:925px;_width:960px;margin:0 auto;padding:0 25px;}
|
|
47
|
-
|
|
48
|
-
.page_body,
|
|
49
|
-
.page_body .main_col {overflow:hidden;_overflow:visible;_zoom:1;}
|
|
50
|
-
.page_body .left_col {float:left; width:250px;_margin-right:-3px;}
|
|
51
|
-
.page_body .right_col {float:right; width: 300px;_margin-left:-3px;}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
/* Header */
|
|
55
|
-
|
|
56
|
-
.page_head {background:#fff;border-bottom: 1px solid #DDD;border-top: 4px solid #6699cc;margin-bottom: 15px;padding: 5px 15px 2px;}
|
|
57
|
-
.logo a {
|
|
58
|
-
font-family:Arial;
|
|
59
|
-
color:#424c56;
|
|
60
|
-
text-decoration:none;
|
|
61
|
-
@include shadow(2px 3px 3px 2px rgba(0,0,0,0.6));
|
|
62
|
-
}
|
|
63
|
-
.logo a:hover {color:#000}
|
|
64
|
-
.top_nav {padding-top:13px;}
|
|
65
|
-
|
|
66
|
-
/* Grids */
|
|
67
|
-
|
|
68
|
-
.line, .last_unit {overflow:hidden;_overflow:visible;_zoom:1; }
|
|
69
|
-
.unit {float:left;_zoom:1;}
|
|
70
|
-
.size_1of1 {float:none;}
|
|
71
|
-
.size_1of2 {width:50%;}
|
|
72
|
-
.size_1of3 {width:33.33333%;}
|
|
73
|
-
.size_2of3 {width:66.66666%;}
|
|
74
|
-
.size_1of4 {width:25%;}
|
|
75
|
-
.size_3of4 {width:75%;}
|
|
76
|
-
.size_1of5 {width:20%;}
|
|
77
|
-
.size_2of5 {width:40%;}
|
|
78
|
-
.size_3of5 {width:60%;}
|
|
79
|
-
.size_4of5 {width:80%;}
|
|
80
|
-
.last_unit {float:none;_position:relative;_left:-3px;_margin-right:-3px;width:auto;}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
/* Page Content */
|
|
84
|
-
|
|
85
|
-
.content_module {margin:0 10px 10px;}
|
|
86
|
-
.content_inner {
|
|
87
|
-
border:1px solid #D7D7D7;
|
|
88
|
-
border-color:#e9e9e9 #cdcdcd #a4a4a4;
|
|
89
|
-
border-width:1px 1px 2px;
|
|
90
|
-
background:#fff;
|
|
91
|
-
@include rounded-corners(10px);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
.content_hd,
|
|
97
|
-
.content_bd,
|
|
98
|
-
.content_ft {overflow:hidden;zoom:1;padding:25px}
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
/* Module */
|
|
103
|
-
|
|
104
|
-
.module {margin:10px;}
|
|
105
|
-
.hd,.bd,.ft {overflow:hidden;_overflow:visible;_zoom:1;}
|
|
106
|
-
.inner {position:relative;}
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
/* Rounded Corners */
|
|
110
|
-
|
|
111
|
-
.tl, .tr, .bl, .br {height:10px; width:10px;position:absolute;}
|
|
112
|
-
.tl {background-position: left top;left:0}
|
|
113
|
-
.tr {background-position: right top;}
|
|
114
|
-
.bl {background-position: left bottom;left:0}
|
|
115
|
-
.br {background-position: right bottom;}
|
|
116
|
-
.br,.tr {right:0}
|
|
117
|
-
.tr,.tl {overflow:hidden;margin-bottom:-32000px;}
|
|
118
|
-
.bl,.br {bottom:0}
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
/* Complex Module */
|
|
122
|
-
|
|
123
|
-
.complex {overflow:visible;margin: 10px 20px 20px 10px; background-position:left top;}
|
|
124
|
-
.complex .inner {right:-10px; bottom:-10px; background-position:right bottom;padding:0 10px 10px 0;}
|
|
125
|
-
.complex .tl, .complex .br {display:none;}
|
|
126
|
-
.complex .bl {bottom:-10px;}
|
|
127
|
-
.complex .tr {right:-10px;}
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
/* Media Block */
|
|
131
|
-
|
|
132
|
-
.media {overflow:auto;zoom:1}
|
|
133
|
-
.media .thumb {width:100px;float:left;}
|
|
134
|
-
.media .desc {margin-left:110px;}
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
/* Clear Floats */
|
|
138
|
-
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
|
|
139
|
-
.clearfix {display: inline-block; }
|
|
140
|
-
/* start commented backslash hack \*/
|
|
141
|
-
* html .clearfix {height: 1%;}
|
|
142
|
-
.clearfix {display:block;}
|
|
143
|
-
/* close commented backslash hack */
|