bootstrap_wizard_rails 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,182 @@
1
+ /* WIZARD GENERAL */
2
+ .wizard {
3
+ display:none;
4
+ }
5
+
6
+ .wizard-dialog {}
7
+ .wizard-content {}
8
+
9
+ .wizard-body {
10
+ padding: 0;
11
+ margin: 0;
12
+ }
13
+
14
+ /* WIZARD HEADER */
15
+ .wizard-header {
16
+ padding: 9px 15px;
17
+ border-bottom: 0;
18
+ }
19
+
20
+ .wizard-header h3 {
21
+ margin: 0;
22
+ line-height: 35px;
23
+ display: inline;
24
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
25
+ font-family: inherit;
26
+ font-weight: bold;
27
+ text-rendering: optimizelegibility;
28
+ color: rgb(51, 51, 51);
29
+ }
30
+
31
+ .wizard-subtitle {
32
+ font-weight:bold;
33
+ color:#AFAFAF;
34
+ padding-left:20px;
35
+ }
36
+
37
+
38
+ /* WIZARD NAVIGATION */
39
+ .wizard-steps {
40
+ width: 28%;
41
+ background-color: #f5f5f5;
42
+ border-bottom-left-radius: 6px;
43
+ position: relative;
44
+ }
45
+
46
+ .wizard-nav-container {
47
+ padding-bottom: 30px;
48
+ }
49
+
50
+ .wizard-nav-list {
51
+ margin-bottom: 0;
52
+ }
53
+
54
+ .wizard-nav-link .glyphicon-chevron-right {
55
+ float:right;
56
+ margin-top:12px;
57
+ margin-right:-6px;
58
+ opacity:.25;
59
+ }
60
+
61
+ li.wizard-nav-item.active .glyphicon-chevron-right {
62
+ opacity:1;
63
+ }
64
+
65
+ li.wizard-nav-item {
66
+ line-height:40px;
67
+ }
68
+
69
+ .wizard-nav-list > li > a {
70
+ background-color:#f5f5f5;
71
+ padding:3px 15px 3px 20px;
72
+ cursor:default;
73
+ color:#B4B4B4;
74
+ }
75
+
76
+ .wizard-nav-list > li > a:hover {
77
+ background-color: transparent;
78
+ }
79
+
80
+ .wizard-nav-list > li.already-visited > a.wizard-nav-link {
81
+ color:#08C;
82
+ cursor:pointer;
83
+ }
84
+
85
+ .wizard-nav-list > li.active > a.wizard-nav-link {
86
+ color:white;
87
+ }
88
+
89
+ .wizard-nav-item .already-visited .active {
90
+ background-color:#08C;
91
+ }
92
+
93
+ .wizard-nav-list li.active > a {
94
+ background-color:#08C;
95
+ }
96
+
97
+
98
+ /* WIZARD CONTENT */
99
+ .wizard-body form {
100
+ padding: 0;
101
+ margin: 0;
102
+ }
103
+
104
+ /* WIZARD PROGRESS BAR */
105
+ .wizard-progress-container {
106
+ margin-top: 20px;
107
+ padding: 15px;
108
+ width: 100%;
109
+ position: absolute;
110
+ bottom: 0;
111
+ }
112
+
113
+ .wizard-card-container {
114
+ margin-left: 28%;
115
+ }
116
+
117
+ /* WIZARD CARDS */
118
+ .wizard-error,
119
+ .wizard-failure,
120
+ .wizard-success,
121
+ .wizard-loading,
122
+ .wizard-card {
123
+ border-top: 1px solid #EEE;
124
+ display:none;
125
+ padding:35px;
126
+ padding-top:20px;
127
+ overflow-y:auto;
128
+
129
+ /*
130
+ position:relative;
131
+ height:300px;
132
+ margin-right: 5px;
133
+ */
134
+ }
135
+
136
+ .wizard-card-overlay {
137
+ overflow-y: initial;
138
+ }
139
+
140
+ .wizard-card > h3 {
141
+ margin-top:0;
142
+ margin-bottom:20px;
143
+ font-size:21px;
144
+ line-height:40px;
145
+ font-weight:normal;
146
+ }
147
+
148
+ /* WIZARD FOOTER */
149
+ .wizard-footer {
150
+ padding:0;
151
+ }
152
+
153
+ .wizard-buttons-container {
154
+ padding:20px;
155
+ }
156
+
157
+ .wizard-cancel {
158
+ margin-left: 12px;
159
+ }
160
+
161
+ /* Inner Card */
162
+ .wizard-input-section {
163
+ margin-bottom:20px;
164
+ }
165
+
166
+ .wizard-dialog .popover.error-popover {
167
+ background-color:#F2DEDE;
168
+ color:#B94A48;
169
+ border-color:#953B39;
170
+ }
171
+
172
+ .wizard-dialog .popover.error-popover .arrow::after {
173
+ border-right-color:#F2DEDE;
174
+ }
175
+
176
+ .wizard-dialog .popover.error-popover .popover-title {
177
+ display:none;
178
+ }
179
+
180
+ .wizard-dialog .popover.error-popover .arrow {
181
+ border-right-color:#953B39;
182
+ }
metadata ADDED
@@ -0,0 +1,76 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bootstrap_wizard_rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Tyler Horan
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2015-05-05 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.8'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.8'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ description: A gemified version of panopta's bootstrap wizard
42
+ email:
43
+ - tylerhoran@gmail.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - lib/bootstrap_wizard_rails.rb
49
+ - vendor/assets/javascripts/bootstrap-wizard.js
50
+ - vendor/assets/stylesheets/bootstrap-wizard.css
51
+ homepage: http://github.com/tylerhoran/bootstrap_wizard_rails
52
+ licenses:
53
+ - MIT
54
+ metadata: {}
55
+ post_install_message:
56
+ rdoc_options: []
57
+ require_paths:
58
+ - lib
59
+ - vendor
60
+ required_ruby_version: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ version: '0'
65
+ required_rubygems_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
70
+ requirements: []
71
+ rubyforge_project:
72
+ rubygems_version: 2.4.6
73
+ signing_key:
74
+ specification_version: 4
75
+ summary: A gemified version of panopta's bootstrap wizard
76
+ test_files: []