patternfly-sass 3.6.0 → 3.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +2 -2
- data/Rakefile +16 -21
- data/assets/stylesheets/_patternfly.scss +1 -0
- data/assets/stylesheets/patternfly/_list-view.scss +2 -0
- data/assets/stylesheets/patternfly/_wizard.scss +242 -0
- data/bower.json +1 -1
- data/lib/patternfly-sass/version.rb +2 -2
- data/patternfly-sass.gemspec +1 -0
- data/spec/compare_spec.rb +4 -3
- data/spec/html/about-modal.html +13 -13
- data/spec/html/accordions.html +11 -12
- data/spec/html/alerts.html +11 -12
- data/spec/html/area-charts.html +11 -12
- data/spec/html/badges.html +11 -12
- data/spec/html/bar-charts.html +11 -12
- data/spec/html/basic.html +12 -12
- data/spec/html/blank-slate.html +11 -12
- data/spec/html/bootstrap-combobox.html +11 -12
- data/spec/html/bootstrap-datepicker.html +19 -20
- data/spec/html/bootstrap-select.html +11 -12
- data/spec/html/bootstrap-switch.html +11 -12
- data/spec/html/bootstrap-touchspin.html +11 -12
- data/spec/html/bootstrap-treeview-2.html +12 -12
- data/spec/html/bootstrap-treeview.html +11 -12
- data/spec/html/breadcrumbs.html +11 -12
- data/spec/html/buttons.html +11 -12
- data/spec/html/cards.html +12 -12
- data/spec/html/code.html +11 -12
- data/spec/html/dashboard.html +12 -12
- data/spec/html/datatables-columns.html +11 -12
- data/spec/html/datatables.html +11 -12
- data/spec/html/dist/css/patternfly-additions.css +223 -0
- data/spec/html/dist/css/patternfly-additions.css.map +1 -1
- data/spec/html/dist/css/patternfly-additions.min.css +1 -1
- data/spec/html/dist/css/patternfly-additions.min.css.map +1 -1
- data/spec/html/donut-charts.html +11 -12
- data/spec/html/dropdowns.html +11 -12
- data/spec/html/form.html +12 -12
- data/spec/html/forms.html +11 -12
- data/spec/html/horizontal-navigation.html +12 -12
- data/spec/html/icons.html +11 -12
- data/spec/html/index.html +14 -12
- data/spec/html/infotip.html +13 -13
- data/spec/html/labels.html +11 -12
- data/spec/html/layout-alt-fixed-inner-scroll.html +12 -12
- data/spec/html/layout-alt-fixed-with-footer-inner-scroll.html +12 -12
- data/spec/html/layout-alt-fixed-with-footer.html +12 -12
- data/spec/html/layout-alt-fixed.html +12 -12
- data/spec/html/line-charts.html +11 -12
- data/spec/html/list-group.html +11 -12
- data/spec/html/list-view.html +11 -12
- data/spec/html/login.html +13 -13
- data/spec/html/modals.html +11 -12
- data/spec/html/navbar.html +36 -37
- data/spec/html/notifications-drawer.html +12 -12
- data/spec/html/pagination.html +11 -12
- data/spec/html/panels.html +11 -12
- data/spec/html/pie-charts.html +11 -12
- data/spec/html/popovers.html +11 -12
- data/spec/html/progress-bars.html +11 -12
- data/spec/html/search.html +11 -12
- data/spec/html/spinner.html +11 -12
- data/spec/html/tab.html +12 -12
- data/spec/html/tables.html +11 -12
- data/spec/html/tabs.html +11 -12
- data/spec/html/time-picker.html +11 -12
- data/spec/html/toast.html +11 -12
- data/spec/html/toolbar.html +13 -14
- data/spec/html/tooltip.html +11 -12
- data/spec/html/typography-2.html +12 -12
- data/spec/html/typography.html +11 -12
- data/spec/html/utilization-bar-charts.html +11 -12
- data/spec/html/vertical-navigation-without-icons.html +12 -12
- data/spec/html/vertical-navigation.html +12 -12
- data/spec/html/wizard.html +472 -0
- data/spec/main.html +2 -2
- data/tasks/converter.rb +12 -6
- metadata +19 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d80af50b669703d875be1d2920cc020c881b1473
|
4
|
+
data.tar.gz: fc28f2f1cc8fffa2ac65fa5d9804ff4621c90c8a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d7e1b06ada7c1f2a37b43e99738c985e6dada18abe53201b80da5ef6ffaea9f84b633c6ebb4e7bd7c1ddcef4fbddf0580d58e15a1014633a62eabe3d8649059
|
7
|
+
data.tar.gz: 7ef42014ce24c89039a6824ac7c96c76cdc98ef2629fa9ba37fbffe55c174b97601781cb23c974ae9c02c17e9514eb288b96b65f04c14d95ec25aab209e71598
|
data/.travis.yml
CHANGED
data/Rakefile
CHANGED
@@ -44,28 +44,23 @@ end
|
|
44
44
|
desc "Start a web server with both the less and the sass version"
|
45
45
|
task :serve => :compile do
|
46
46
|
require 'webrick'
|
47
|
-
server = WEBrick::HTTPServer.new :Port => 9000
|
47
|
+
server = WEBrick::HTTPServer.new :Port => 9000
|
48
48
|
{
|
49
|
-
'/'
|
50
|
-
'/less/dist/css'
|
51
|
-
'/less/dist/fonts'
|
52
|
-
'/less/dist/img'
|
53
|
-
'/less/dist/js'
|
54
|
-
'/less/
|
55
|
-
'/
|
56
|
-
'/
|
57
|
-
|
58
|
-
'/
|
59
|
-
'/sass/dist/
|
60
|
-
'/sass/dist/
|
61
|
-
'/sass/dist/
|
62
|
-
'/sass/dist/
|
63
|
-
'/sass/
|
64
|
-
'/sass/dist/css' => 'tmp',
|
65
|
-
'/sass/components' => 'bower_components',
|
66
|
-
'/sass/components/bootstrap/dist/js' => gem_asset_path('bootstrap-sass', 'assets/javascripts'),
|
67
|
-
'/sass/dist/fonts/font-awesome' => gem_asset_path('font-awesome-sass', 'assets/fonts/font-awesome'),
|
68
|
-
'/sass/patternfly' => 'spec/html'
|
49
|
+
'/' => 'spec/main.html',
|
50
|
+
'/less/dist/css' => 'spec/html/dist/css',
|
51
|
+
'/less/dist/fonts' => 'assets/fonts/patternfly',
|
52
|
+
'/less/dist/img' => 'assets/images/patternfly',
|
53
|
+
'/less/dist/js' => 'assets/javascripts',
|
54
|
+
'/less/pages/patternfly' => 'spec/html',
|
55
|
+
'/sass/dist/fonts' => 'assets/fonts',
|
56
|
+
'/sass/dist/fonts/bootstrap' => gem_asset_path('bootstrap-sass', 'assets/fonts/bootstrap'),
|
57
|
+
|
58
|
+
'/sass/dist/img' => 'assets/images/patternfly',
|
59
|
+
'/sass/dist/images' => 'assets/images',
|
60
|
+
'/sass/dist/js' => 'assets/javascripts',
|
61
|
+
'/sass/dist/css' => 'tmp',
|
62
|
+
'/sass/dist/fonts/font-awesome' => gem_asset_path('font-awesome-sass', 'assets/fonts/font-awesome'),
|
63
|
+
'/sass/pages/patternfly' => 'spec/html',
|
69
64
|
}.each { |http, local| server.mount http, WEBrick::HTTPServlet::FileHandler, local }
|
70
65
|
|
71
66
|
trap('INT') { server.stop }
|
@@ -111,6 +111,7 @@
|
|
111
111
|
display: table-cell; //IE9 fallback
|
112
112
|
-ms-flex: 1; // IE10 prefix
|
113
113
|
flex: 1;
|
114
|
+
min-width: 0;
|
114
115
|
vertical-align: top; //IE9 fallback
|
115
116
|
width: 100%; // IE9 fallback, it extends the cell to size of the container
|
116
117
|
@media (min-width: $screen-md-min) {
|
@@ -205,6 +206,7 @@
|
|
205
206
|
display: flex;
|
206
207
|
-ms-flex: 1; // IE10 prefix
|
207
208
|
flex: 1;
|
209
|
+
min-width: 0;
|
208
210
|
padding-bottom: ($grid-gutter-width/2);
|
209
211
|
padding-top: ($grid-gutter-width/2);
|
210
212
|
@media (min-width: $screen-md-min) {
|
@@ -0,0 +1,242 @@
|
|
1
|
+
//
|
2
|
+
// Wizard
|
3
|
+
// --------------------------------------------------
|
4
|
+
|
5
|
+
// Wizard header
|
6
|
+
// Top section of the wizard w/ title and dismiss
|
7
|
+
|
8
|
+
.wizard-pf-body {
|
9
|
+
padding: 0;
|
10
|
+
}
|
11
|
+
/* styles the sidebard containing the sub-steps */
|
12
|
+
.wizard-pf-sidebar {
|
13
|
+
background: $color-pf-black-100;
|
14
|
+
border-right: 1px solid $color-pf-black-300;
|
15
|
+
bottom: 0;
|
16
|
+
display: table-cell;
|
17
|
+
left: 0;
|
18
|
+
overflow-x: hidden;
|
19
|
+
overflow-y: auto;
|
20
|
+
position: relative;
|
21
|
+
top: 0;
|
22
|
+
vertical-align: top;
|
23
|
+
|
24
|
+
.list-group {
|
25
|
+
border-top: 0;
|
26
|
+
margin-bottom: 0;
|
27
|
+
}
|
28
|
+
.list-group-item {
|
29
|
+
background-color: transparent;
|
30
|
+
border-color: $color-pf-black-200;
|
31
|
+
padding: 0;
|
32
|
+
> a {
|
33
|
+
color: $color-pf-black;
|
34
|
+
cursor: pointer;
|
35
|
+
display: block;
|
36
|
+
font-size: 14px;
|
37
|
+
font-weight: 700;
|
38
|
+
height: 50px;
|
39
|
+
outline: 0;
|
40
|
+
padding-top: 11px;
|
41
|
+
padding-left: 20px;
|
42
|
+
position: relative;
|
43
|
+
white-space: nowrap;
|
44
|
+
width: 18em;
|
45
|
+
&:hover {
|
46
|
+
text-decoration: none;
|
47
|
+
}
|
48
|
+
}
|
49
|
+
&.active {
|
50
|
+
background-color: $color-pf-black-200;
|
51
|
+
|
52
|
+
//override default behavior
|
53
|
+
&:hover {
|
54
|
+
border-color: $color-pf-black-200;
|
55
|
+
}
|
56
|
+
> a {
|
57
|
+
color: $color-pf-blue-300;
|
58
|
+
cursor: default;
|
59
|
+
}
|
60
|
+
// line to left side showing active substep
|
61
|
+
> a:before {
|
62
|
+
background: $color-pf-blue-300;
|
63
|
+
content: " ";
|
64
|
+
height: 100%;
|
65
|
+
left: 0;
|
66
|
+
position: absolute;
|
67
|
+
top: 0;
|
68
|
+
width: 3px;
|
69
|
+
}
|
70
|
+
// caret to right showing active substep
|
71
|
+
> a:after {
|
72
|
+
color: $color-pf-blue-300;
|
73
|
+
content: "\f105"; // right caret
|
74
|
+
display: block;
|
75
|
+
font-family: FontAwesome;
|
76
|
+
font-size: 24px;
|
77
|
+
font-weight: 500;
|
78
|
+
line-height: 30px;
|
79
|
+
padding-top: 10px;
|
80
|
+
position: absolute;
|
81
|
+
right: 23px;
|
82
|
+
top: 0;
|
83
|
+
}
|
84
|
+
}
|
85
|
+
}
|
86
|
+
}
|
87
|
+
.wizard-pf-substep-number {
|
88
|
+
display:inline-block;
|
89
|
+
margin-right: 5px;
|
90
|
+
vertical-align: middle;
|
91
|
+
width: 25px;
|
92
|
+
}
|
93
|
+
.wizard-pf-substep-title {
|
94
|
+
display:inline-block;
|
95
|
+
margin-right: 5px;
|
96
|
+
text-align: left;
|
97
|
+
vertical-align: middle;
|
98
|
+
}
|
99
|
+
/* styles the steps indicator across the top of the wizard */
|
100
|
+
.wizard-pf-steps {
|
101
|
+
border-bottom: solid 1px $color-pf-black-300;
|
102
|
+
text-align:center;
|
103
|
+
}
|
104
|
+
.wizard-pf-steps-indicator {
|
105
|
+
font-size: ceil(($font-size-base * 1.3333));
|
106
|
+
display:inline-block;
|
107
|
+
display: -ms-flexbox; /* for IE 10 */
|
108
|
+
display:flex;
|
109
|
+
height: 120px;
|
110
|
+
justify-content: space-around;
|
111
|
+
list-style: none;
|
112
|
+
padding: 38px 0 0 0;
|
113
|
+
li {
|
114
|
+
counter-increment: section;
|
115
|
+
float:left; /* float for IE9 since it doesn't support flex. If items wrap, they overlap */
|
116
|
+
-ms-flex: 1; /* for IE 10 */
|
117
|
+
flex-grow: 1;
|
118
|
+
flex-basis: 0;
|
119
|
+
line-height: 15px;
|
120
|
+
margin: 0;
|
121
|
+
padding: 0;
|
122
|
+
position: relative;
|
123
|
+
text-align: center;
|
124
|
+
/* draw the line between the circles */
|
125
|
+
&:before {
|
126
|
+
background-color: $color-pf-black-400;
|
127
|
+
content: '';
|
128
|
+
height: 2px;
|
129
|
+
left: 0;
|
130
|
+
position: absolute;
|
131
|
+
right: 0;
|
132
|
+
top: 40px; // needed for IE9/10 calculate 50% of just the li, others calc 50% of the entire thing including the a:before
|
133
|
+
//otherwise, use top: calc(50% - 1px);
|
134
|
+
}
|
135
|
+
/* don't draw the line between the circles on the ends */
|
136
|
+
&:first-child:before {
|
137
|
+
left: 50%;
|
138
|
+
right: 0;
|
139
|
+
}
|
140
|
+
&:last-child:before {
|
141
|
+
left: 0;
|
142
|
+
right: 50%;
|
143
|
+
}
|
144
|
+
&:only-of-type:before {
|
145
|
+
background-color: transparent;
|
146
|
+
}
|
147
|
+
a {
|
148
|
+
color: $color-pf-black;
|
149
|
+
font-size: 16px;
|
150
|
+
cursor: pointer;
|
151
|
+
margin-left:1em;
|
152
|
+
margin-right:1em;
|
153
|
+
text-decoration: none;
|
154
|
+
&:hover {
|
155
|
+
.wizard-pf-step-number {
|
156
|
+
background-color: $color-pf-black-400;
|
157
|
+
border-color: $color-pf-black-400;
|
158
|
+
color: $color-pf-white;
|
159
|
+
}
|
160
|
+
}
|
161
|
+
|
162
|
+
}
|
163
|
+
}
|
164
|
+
/* draw the step number in the circle */
|
165
|
+
.wizard-pf-step-number {
|
166
|
+
background-color: $color-pf-white;
|
167
|
+
border-radius: 50%;
|
168
|
+
border: solid 2px $color-pf-black-400;
|
169
|
+
color: $color-pf-black-400;
|
170
|
+
font-size: $font-size-base;
|
171
|
+
font-weight: 700;
|
172
|
+
height: 25px;
|
173
|
+
left: calc(50% - 13px);
|
174
|
+
line-height: 22px;
|
175
|
+
position: absolute;
|
176
|
+
top: 27px;
|
177
|
+
width: 25px;
|
178
|
+
}
|
179
|
+
.active .wizard-pf-step-number {
|
180
|
+
cursor: default;
|
181
|
+
background-color: $color-pf-blue-300;
|
182
|
+
border-color: $color-pf-blue-300;
|
183
|
+
color: $color-pf-white;
|
184
|
+
}
|
185
|
+
|
186
|
+
.viewed-pf .wizard-pf-step-number {
|
187
|
+
background-color: $color-pf-white;
|
188
|
+
border-color: $color-pf-blue-300;
|
189
|
+
color: $color-pf-black;
|
190
|
+
}
|
191
|
+
}
|
192
|
+
|
193
|
+
/* styles the main content portion of the wizard */
|
194
|
+
.wizard-pf-main {
|
195
|
+
display: table-cell;
|
196
|
+
padding: 3em;
|
197
|
+
vertical-align: top;
|
198
|
+
width: 10000px;
|
199
|
+
.blank-slate-pf {
|
200
|
+
background-color: transparent;
|
201
|
+
border: none;
|
202
|
+
left: 0;
|
203
|
+
right: 0;
|
204
|
+
}
|
205
|
+
}
|
206
|
+
|
207
|
+
/* styles the content of a review page */
|
208
|
+
.wizard-pf-review-page {
|
209
|
+
.treeview .list-group-item {
|
210
|
+
color: $color-pf-black;
|
211
|
+
cursor: pointer;
|
212
|
+
font-size: 16px;
|
213
|
+
margin-left: 20px;
|
214
|
+
padding: .5em .5em;
|
215
|
+
text-decoration: none;
|
216
|
+
a {
|
217
|
+
color: $color-pf-black;
|
218
|
+
text-decoration: none;
|
219
|
+
}
|
220
|
+
}
|
221
|
+
.treeview span.icon {
|
222
|
+
font-size: 24px;
|
223
|
+
font-weight: 500;
|
224
|
+
}
|
225
|
+
}
|
226
|
+
|
227
|
+
.wizard-pf-success-icon {
|
228
|
+
color: $color-pf-green-400;
|
229
|
+
font-size: ($font-size-base * 5.6);
|
230
|
+
line-height: ($font-size-base * 5.6);
|
231
|
+
}
|
232
|
+
|
233
|
+
/* styles the footer */
|
234
|
+
.wizard-pf-footer {
|
235
|
+
border-top: 1px solid $color-pf-black-300;
|
236
|
+
margin-top: 0;
|
237
|
+
padding-bottom: 17px;
|
238
|
+
|
239
|
+
.btn-cancel {
|
240
|
+
margin-right:25px;
|
241
|
+
}
|
242
|
+
}
|
data/bower.json
CHANGED
data/patternfly-sass.gemspec
CHANGED
@@ -20,6 +20,7 @@ Gem::Specification.new do |s|
|
|
20
20
|
s.add_development_dependency 'term-ansicolor'
|
21
21
|
s.add_development_dependency 'rugged', '~> 0.23.2'
|
22
22
|
# Testing dependencies
|
23
|
+
s.add_development_dependency 'jekyll', '~> 3.1.6'
|
23
24
|
s.add_development_dependency 'rspec', '~> 3.2'
|
24
25
|
s.add_development_dependency 'nokogiri', '~> 1.6'
|
25
26
|
s.add_development_dependency 'rmagick', '~> 2.15'
|
data/spec/compare_spec.rb
CHANGED
@@ -7,8 +7,9 @@ RSpec.describe "compare SASS with LESS screenshots" do
|
|
7
7
|
RESOLUTIONS = [[320, 480], [768, 1024], [1280, 1024]]
|
8
8
|
CONTEXTS = %w(less sass)
|
9
9
|
TOLERANCE = ENV['TOLERANCE'].to_f || 0.00
|
10
|
+
BROWSER = (ENV['BROWSER'] || :chrome).to_sym
|
10
11
|
|
11
|
-
before(:all) { @browser = Selenium::WebDriver.for(
|
12
|
+
before(:all) { @browser = Selenium::WebDriver.for(BROWSER) }
|
12
13
|
|
13
14
|
puts "Starting tests with TOLERANCE=#{TOLERANCE}"
|
14
15
|
html = File.read('spec/html/index.html')
|
@@ -22,10 +23,10 @@ RSpec.describe "compare SASS with LESS screenshots" do
|
|
22
23
|
it "#{w}x#{h}" do
|
23
24
|
@browser.manage.window.resize_to(w, h)
|
24
25
|
CONTEXTS.each do |ctx|
|
25
|
-
@browser.navigate.to("#{BASEURL}/#{ctx}/patternfly/#{file}")
|
26
|
+
@browser.navigate.to("#{BASEURL}/#{ctx}/pages/patternfly/#{file}")
|
26
27
|
@browser.execute_script("
|
27
28
|
var style = document.createElement('style');
|
28
|
-
style.innerHTML = '* { -moz-animation: none !important; -moz-transition: none !important;';
|
29
|
+
style.innerHTML = '* { -moz-animation: none !important; -moz-transition: none !important; -webkit-animation: none !important; -webkit-transition: none !important; }';
|
29
30
|
document.body.appendChild(style);
|
30
31
|
")
|
31
32
|
sleep(1)
|
data/spec/html/about-modal.html
CHANGED
@@ -8,27 +8,26 @@
|
|
8
8
|
<meta charset="UTF-8">
|
9
9
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
10
10
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
11
|
-
<link rel="shortcut icon" href="
|
11
|
+
<link rel="shortcut icon" href="../../dist/img/favicon.ico">
|
12
12
|
<!-- iPad retina icon -->
|
13
|
-
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="
|
13
|
+
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="../../dist/img/apple-touch-icon-precomposed-152.png">
|
14
14
|
<!-- iPad retina icon (iOS < 7) -->
|
15
|
-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="
|
15
|
+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../dist/img/apple-touch-icon-precomposed-144.png">
|
16
16
|
<!-- iPad non-retina icon -->
|
17
|
-
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="
|
17
|
+
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="../../dist/img/apple-touch-icon-precomposed-76.png">
|
18
18
|
<!-- iPad non-retina icon (iOS < 7) -->
|
19
|
-
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="
|
19
|
+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/img/apple-touch-icon-precomposed-72.png">
|
20
20
|
<!-- iPhone 6 Plus icon -->
|
21
|
-
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="
|
21
|
+
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="../../dist/img/apple-touch-icon-precomposed-180.png">
|
22
22
|
<!-- iPhone retina icon (iOS < 7) -->
|
23
|
-
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="
|
23
|
+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/img/apple-touch-icon-precomposed-114.png">
|
24
24
|
<!-- iPhone non-retina icon (iOS < 7) -->
|
25
|
-
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="
|
26
|
-
<link rel="stylesheet" href="
|
27
|
-
<link rel="stylesheet" href="
|
28
|
-
<link href="tests.css" rel="stylesheet" media="screen, print">
|
25
|
+
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/img/apple-touch-icon-precomposed-57.png">
|
26
|
+
<link rel="stylesheet" href="../../dist/css/patternfly.min.css" >
|
27
|
+
<link rel="stylesheet" href="../../dist/css/patternfly-additions.min.css" >
|
29
28
|
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
|
30
29
|
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
|
31
|
-
<script src="
|
30
|
+
<script src="../../dist/js/patternfly.min.js"></script>
|
32
31
|
</head>
|
33
32
|
|
34
33
|
<body>
|
@@ -67,11 +66,12 @@
|
|
67
66
|
</div>
|
68
67
|
</div>
|
69
68
|
<div class="modal-footer">
|
70
|
-
<img src="
|
69
|
+
<img src="../../dist/img/logo-alt.svg" alt="Patternfly Symbol">
|
71
70
|
</div>
|
72
71
|
</div>
|
73
72
|
</div>
|
74
73
|
</div>
|
74
|
+
|
75
75
|
</div><!-- /container -->
|
76
76
|
</body>
|
77
77
|
</html>
|
data/spec/html/accordions.html
CHANGED
@@ -8,27 +8,26 @@
|
|
8
8
|
<meta charset="UTF-8">
|
9
9
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
10
10
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
11
|
-
<link rel="shortcut icon" href="
|
11
|
+
<link rel="shortcut icon" href="../../dist/img/favicon.ico">
|
12
12
|
<!-- iPad retina icon -->
|
13
|
-
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="
|
13
|
+
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="../../dist/img/apple-touch-icon-precomposed-152.png">
|
14
14
|
<!-- iPad retina icon (iOS < 7) -->
|
15
|
-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="
|
15
|
+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../dist/img/apple-touch-icon-precomposed-144.png">
|
16
16
|
<!-- iPad non-retina icon -->
|
17
|
-
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="
|
17
|
+
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="../../dist/img/apple-touch-icon-precomposed-76.png">
|
18
18
|
<!-- iPad non-retina icon (iOS < 7) -->
|
19
|
-
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="
|
19
|
+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/img/apple-touch-icon-precomposed-72.png">
|
20
20
|
<!-- iPhone 6 Plus icon -->
|
21
|
-
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="
|
21
|
+
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="../../dist/img/apple-touch-icon-precomposed-180.png">
|
22
22
|
<!-- iPhone retina icon (iOS < 7) -->
|
23
|
-
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="
|
23
|
+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/img/apple-touch-icon-precomposed-114.png">
|
24
24
|
<!-- iPhone non-retina icon (iOS < 7) -->
|
25
|
-
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="
|
26
|
-
<link rel="stylesheet" href="
|
27
|
-
<link rel="stylesheet" href="
|
28
|
-
<link href="tests.css" rel="stylesheet" media="screen, print">
|
25
|
+
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/img/apple-touch-icon-precomposed-57.png">
|
26
|
+
<link rel="stylesheet" href="../../dist/css/patternfly.min.css" >
|
27
|
+
<link rel="stylesheet" href="../../dist/css/patternfly-additions.min.css" >
|
29
28
|
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
|
30
29
|
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
|
31
|
-
<script src="
|
30
|
+
<script src="../../dist/js/patternfly.min.js"></script>
|
32
31
|
</head>
|
33
32
|
|
34
33
|
<body>
|