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 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Dec 8, 2015
1 parent 7cbd706 commit b90c662
Show file tree
Hide file tree
Showing 96 changed files with 614 additions and 366 deletions.
Binary file modified assets/fonts/patternfly/PatternFlyIcons-webfont.eot
Binary file not shown.
5 changes: 3 additions & 2 deletions assets/fonts/patternfly/PatternFlyIcons-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/fonts/patternfly/PatternFlyIcons-webfont.ttf
Binary file not shown.
Binary file modified assets/fonts/patternfly/PatternFlyIcons-webfont.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/stylesheets/_patternfly.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@import "patternfly/fonts";
// Bootstrap
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/patternfly/_blank-slate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
.blank-slate-pf-secondary-action{
margin-top: $line-height-computed;
}
}
}
2 changes: 1 addition & 1 deletion assets/stylesheets/patternfly/_bootstrap-combobox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
@include box-shadow(inset 0 2px 8px rgba(0,0,0,.2));
}
}
}
}
18 changes: 12 additions & 6 deletions assets/stylesheets/patternfly/_bootstrap-datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,19 @@

.datepicker {
border-radius: $border-radius-base;
.datepicker-switch, tfoot .clear, tfoot .today {
.datepicker-switch,
tfoot .clear,
tfoot .today {
font-size: $font-size-large;
font-weight: 500;
}
.next, .prev {
.next,
.prev {
font-weight: 500;
}
table tr {
td, th {
td,
th {
border-radius: $border-radius-base;
}
td {
Expand All @@ -71,7 +75,8 @@
color: #fff !important;
text-shadow: none;
}
&.day:hover, &.day.focused {
&.day:hover,
&.day.focused {
background: $dropdown-link-hover-bg;
}
&.selected,
Expand All @@ -95,7 +100,8 @@
}
}
}
thead tr:first-child th, tfoot tr th {
thead tr:first-child th,
tfoot tr th {
&:hover {
background: $dropdown-link-hover-bg;
}
Expand All @@ -115,4 +121,4 @@
line-height: $line-height-base;
padding: $padding-base-vertical $padding-base-horizontal;
}
}
}
15 changes: 9 additions & 6 deletions assets/stylesheets/patternfly/_bootstrap-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
}
.dropdown-menu { // Also see navbar.less
> .active > a {
&, &:active {
&,
&:active {
background-color: $dropdown-link-hover-bg !important;
border-color: $dropdown-link-hover-border-color !important;
color: $gray-dark !important;
Expand All @@ -60,7 +61,7 @@
color: #fff !important;
small {
color: #70c8e7 !important;
color:rgba(225, 255, 255, 0.5) !important;
color:rgba(225,255,255,0.5) !important;
}
}
.divider {
Expand All @@ -79,21 +80,23 @@
& a {
&:active small {
color: #70c8e7 !important;
color:rgba(225, 255, 255, 0.5) !important;
color:rgba(225,255,255,0.5) !important;
}
&:hover, &:focus {
&:hover,
&:focus {
small {
color: $gray-light;
}
}
}
&:not(.disabled) {
a:hover, a:focus {
a:hover,
a:focus {
small {
color: $gray-light;
}
}
}
}
}
}
}
2 changes: 1 addition & 1 deletion assets/stylesheets/patternfly/_bootstrap-treeview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
span.indent {
margin-right: 5px;
}
}
}
8 changes: 5 additions & 3 deletions assets/stylesheets/patternfly/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
}

.btn-link {
&, &:active {
&,
&:active {
@include box-shadow(none);
}
}
Expand All @@ -43,6 +44,7 @@
@include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-bg-img-start, $btn-primary-bg-img-stop, $btn-primary-border);
}

.btn-xs, .btn-group-xs .btn {
.btn-xs,
.btn-group-xs .btn {
font-weight: $btn-xs-font-weight;
}
}
3 changes: 2 additions & 1 deletion assets/stylesheets/patternfly/_cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@
.card-pf-aggregate-status & {
font-size: $font-size-large;
margin: ($grid-gutter-width / 4) 0 0;
.fa, .pficon {
.fa,
.pficon {
color: $card-pf-aggregate-status-title-icon-color;
font-size: $font-size-h3;
margin-right: 7px;
Expand Down
3 changes: 2 additions & 1 deletion assets/stylesheets/patternfly/_charts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
padding: 2px 6px;
}

.c3-xgrid, .c3-ygrid {
.c3-xgrid,
.c3-ygrid {
stroke-dasharray: 0 0;
}

Expand Down
4 changes: 2 additions & 2 deletions assets/stylesheets/patternfly/_datatables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
}

.DTCR_clonedTable {
background-color: rgba(255, 255, 255, 0.7);
background-color: rgba(255,255,255,0.7);
z-index: 202;
}

Expand Down Expand Up @@ -219,4 +219,4 @@ table.datatable {
th:active {
outline: none;
}
}
}
7 changes: 5 additions & 2 deletions assets/stylesheets/patternfly/_dropdowns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@

// Hover/Focus state
.dropdown-menu > li > a {
&:hover, &:focus {
&:hover,
&:focus {
border-color: $dropdown-link-hover-border-color;
@include reset-filter;
}
Expand Down Expand Up @@ -88,7 +89,9 @@
}

// Position Menu closer to button
.btn-group, .dropdown, .input-group-btn {
.btn-group,
.dropdown,
.input-group-btn {
> .dropdown-menu {
margin-top: -1px;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/patternfly/_ext-bootstrap-select.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap-select v1.7.5 (http://silviomoreto.github.io/bootstrap-select)
* Bootstrap-select v1.7.7 (http://silviomoreto.github.io/bootstrap-select)
*
* Copyright 2013-2015 bootstrap-select
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/patternfly/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
url(if($bootstrap-sass-asset-helper, twbs-font-path('#{$font-path}/OpenSans-ExtraBold-webfont.woff'), '#{$font-path}/OpenSans-ExtraBold-webfont.woff')) format('woff'),
url(if($bootstrap-sass-asset-helper, twbs-font-path('#{$font-path}/OpenSans-ExtraBold-webfont.ttf'), '#{$font-path}/OpenSans-ExtraBold-webfont.ttf')) format('truetype'),
url(if($bootstrap-sass-asset-helper, twbs-font-path('#{$font-path}/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold'), '#{$font-path}/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold')) format('svg');
}
}
2 changes: 1 addition & 1 deletion assets/stylesheets/patternfly/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
right: 0;
z-index: $zindex-navbar-fixed;
}
}
}
6 changes: 4 additions & 2 deletions assets/stylesheets/patternfly/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
// --------------------------------------------------

.form-control {
&[disabled], &[readonly], fieldset[disabled] & {
&[disabled],
&[readonly],
fieldset[disabled] & {
border-color: $input-border-disabled !important;
@include box-shadow(none);
color: #969696;
Expand All @@ -28,4 +30,4 @@

label {
font-weight: 600;
}
}
6 changes: 5 additions & 1 deletion assets/stylesheets/patternfly/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
font-style: normal;
}

[class^="#{$icon-prefix}-"], [class*=" #{$icon-prefix}-"] {
[class^="#{$icon-prefix}-"],
[class*=" #{$icon-prefix}-"] {
display: inline-block;
font-family: '#{$icon-font-name-pf}';
font-style: normal;
Expand All @@ -31,6 +32,9 @@
.#{$icon-prefix}-add-circle-o:before {
content: $pficon-var-add-circle-o;
}
.#{$icon-prefix}-build:before {
content: $pficon-var-build;
}
.#{$icon-prefix}-builder-image:before {
content: $pficon-var-builder-image;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/patternfly/_infotip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@
right: 1px;
}
}
}
}
9 changes: 7 additions & 2 deletions assets/stylesheets/patternfly/_labels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
border-radius: 0;
font-size: 100%;
font-weight: 600;
h1 &, h2 &, h3 &, h4 &, h5 &, h6 & {
h1 &,
h2 &,
h3 &,
h4 &,
h5 &,
h6 & {
font-size: 75%;
}
}
}
8 changes: 5 additions & 3 deletions assets/stylesheets/patternfly/_layouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
// --------------------------------------------------

.layout-pf-alt {
&, & body {
&,
& body {
min-height: 100%
}
&.layout-pf-alt-fixed {
&.layout-pf-alt-fixed-inner-scroll {
&, & body {
&,
& body {
height: 100%;
min-height: 0;
}
Expand Down Expand Up @@ -42,4 +44,4 @@
padding-bottom: $footer-pf-alt-height;
}
}
}
}
2 changes: 1 addition & 1 deletion assets/stylesheets/patternfly/_list-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

.list-group-item-heading {
font-weight: 700;
}
}
7 changes: 4 additions & 3 deletions assets/stylesheets/patternfly/_login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
margin: 20px auto 70px;
position: relative;
text-align: center;
@media (min-width: $screen-sm-min) {
@media (min-width: $screen-sm-min) {
float: right;
margin-right: 64px;
margin-top: 50px;
Expand All @@ -44,7 +44,7 @@
padding-bottom: 40px;
padding-top: 20px;
width: auto;
@media (min-width: $screen-sm-min) {
@media (min-width: $screen-sm-min) {
bottom: 13%;
padding-left: 80px;
position: absolute;
Expand Down Expand Up @@ -80,7 +80,8 @@
text-align: left;
}
.form-group:last-child {
&, .help-block:last-child {
&,
.help-block:last-child {
margin-bottom: 0;
}
}
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/patternfly/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
margin-left: 5px;
}
}
}
}
6 changes: 4 additions & 2 deletions assets/stylesheets/patternfly/_nav-vertical-alt.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

&.hidden {
display: none;

&.show-mobile-nav {
box-shadow: 0 0 3px rgba(0,0,0,0.15);
display: block !important;
Expand Down Expand Up @@ -135,7 +135,9 @@
}
}

.fa, .glyphicon, .pficon {
.fa,
.glyphicon,
.pficon {
float: left;
font-size: 18px;
line-height: 30px;
Expand Down
Loading

0 comments on commit b90c662

Please sign in to comment.