Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Converted from upstream version 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Jan 16, 2017
1 parent 9e69d42 commit 07069f7
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 17 deletions.
1 change: 0 additions & 1 deletion assets/stylesheets/patternfly/_card-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
border: 2px solid transparent;
.card-pf-heading-kebab {
.dropdown-kebab-pf {
margin-left: 10px;
margin-top: -3px;
}
+ .progress-pf-legend {
Expand Down
4 changes: 3 additions & 1 deletion assets/stylesheets/patternfly/_dropdowns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@
color: $gray-darker;
font-size: ($font-size-base + 4);
line-height: 1;
padding: 4px 0;
padding: 4px ($grid-gutter-width/4);
margin-left: ($grid-gutter-width/(-4));
margin-right: ($grid-gutter-width/(-4));
&:active,
&:focus,
&:hover {
Expand Down
3 changes: 2 additions & 1 deletion assets/stylesheets/patternfly/_list-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
margin-top: ($grid-gutter-width/2);
order: 2;
button,
> a {
> a,
.dropdown-kebab-pf {
margin-left: ($grid-gutter-width/4);
}
.list-view-pf-top-align & {
Expand Down
5 changes: 5 additions & 0 deletions assets/stylesheets/patternfly/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
&:focus,
&:hover { color: $link-color; }
}
.dropdown-kebab-pf .btn-link {
padding: 4px ($grid-gutter-width/4);
margin-left: ($grid-gutter-width/(-4));
margin-right: ($grid-gutter-width/(-4));
}
}
}
.toolbar-pf-actions {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
/*!
* Datetimepicker for Bootstrap 3
* version : 4.17.42
* version : 4.17.45
* https://github.com/Eonasdan/bootstrap-datetimepicker/
*/
.bootstrap-datetimepicker-widget {
list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
display: block;
margin: 2px 0;
padding: 4px;
width: 19em;
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly-sass",
"version": "3.15.0",
"version": "3.17.0",
"license": "Apache-2.0",
"homepage": "https://www.patternfly.org",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions lib/patternfly-sass/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Patternfly
VERSION = '3.15.0'
PATTERNFLY_SHA = '2eda227cf8a967c8a39bba84a631f9a5ff580bfc'
VERSION = '3.17.0'
PATTERNFLY_SHA = 'f01f390c0667096e0a4edeb31a6d2f7d440b5556'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly-sass",
"version": "3.15.0",
"version": "3.17.0",
"author": "Red Hat",
"license": "Apache-2.0",
"dependencies": {
Expand Down
9 changes: 7 additions & 2 deletions spec/html/dist/css/patternfly-additions.css
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,6 @@ fieldset[disabled] .combobox-container .input-group-addon.active {
border: 2px solid transparent;
}
.card-pf-view .card-pf-heading-kebab .dropdown-kebab-pf {
margin-left: 10px;
margin-top: -3px;
}
.card-pf-view .card-pf-heading-kebab + .progress-pf-legend p {
Expand Down Expand Up @@ -3502,7 +3501,8 @@ a.disabled {
order: 2;
}
.list-view-pf-actions button,
.list-view-pf-actions > a {
.list-view-pf-actions > a,
.list-view-pf-actions .dropdown-kebab-pf {
margin-left: 10px;
}
.list-view-pf-top-align .list-view-pf-actions {
Expand Down Expand Up @@ -5567,6 +5567,11 @@ table.dataTable th:active {
.toolbar-pf .form-group .btn-link:hover {
color: #0088ce;
}
.toolbar-pf .form-group .dropdown-kebab-pf .btn-link {
padding: 4px 10px;
margin-left: -10px;
margin-right: -10px;
}
.toolbar-pf-actions {
display: table;
margin-bottom: 10px;
Expand Down
2 changes: 1 addition & 1 deletion spec/html/dist/css/patternfly-additions.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spec/html/dist/css/patternfly-additions.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spec/html/dist/css/patternfly-additions.min.css.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion spec/html/dist/css/patternfly.css
Original file line number Diff line number Diff line change
Expand Up @@ -9260,7 +9260,9 @@ fieldset[disabled] .btn-primary.active {
color: #252525;
font-size: 16px;
line-height: 1;
padding: 4px 0;
padding: 4px 10px;
margin-left: -10px;
margin-right: -10px;
}
.dropdown-kebab-pf .btn-link:active,
.dropdown-kebab-pf .btn-link:focus,
Expand Down
2 changes: 1 addition & 1 deletion spec/html/dist/css/patternfly.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spec/html/dist/css/patternfly.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spec/html/dist/css/patternfly.min.css.map

Large diffs are not rendered by default.

0 comments on commit 07069f7

Please sign in to comment.