Update compiled JS/CSS

master
Pascal Hartig 2015-03-17 10:09:00 +00:00
parent 94aa9677da
commit c78b16574a
6 changed files with 50 additions and 36 deletions

View File

@ -2,7 +2,7 @@
* material-design-lite - Material Design Components in CSS, JS and HTML * material-design-lite - Material Design Components in CSS, JS and HTML
* @version v1.0.0 * @version v1.0.0
* @link https://github.com/google/material-design-lite * @link https://github.com/google/material-design-lite
* @license [object Object] * @license Apache-2
*/ */
@charset "UTF-8"; @charset "UTF-8";
/* Material Design Lite */ /* Material Design Lite */
@ -4520,34 +4520,60 @@ dt {
* *
*************/ *************/
.wsk-mini-footer { .wsk-mini-footer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 32px 16px; padding: 32px 16px;
color: #A0A0A0; color: #A0A0A0;
background-color: #454545; } background-color: #454545; }
.wsk-mini-footer:after {
.wsk-mini-footer:after { content: '';
content: ''; display: block; }
display: block; .wsk-mini-footer .wsk-logo {
clear: both; } line-height: 36px; }
.wsk-mini-footer--link-list { .wsk-mini-footer--link-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
list-style: none; list-style: none;
margin: 0; margin: 0;
padding: 0; } padding: 0; }
.wsk-mini-footer--link-list li {
.wsk-mini-footer--link-list li { margin-bottom: 0;
float: left; margin-right: 16px; }
margin-bottom: 0; @media screen and (min-width: 760px) {
margin-right: 16px; } .wsk-mini-footer--link-list li {
line-height: 36px; } }
.wsk-mini-footer--link-list a { .wsk-mini-footer--link-list a {
color: inherit; color: inherit;
text-decoration: none; } text-decoration: none; }
.wsk-mini-footer--left-section { .wsk-mini-footer--left-section {
float: left; } display: inline-block;
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0; }
.wsk-mini-footer--right-section { .wsk-mini-footer--right-section {
float: right; } display: inline-block;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.wsk-mini-footer--social-btn { .wsk-mini-footer--social-btn {
width: 36px; width: 36px;
@ -4557,20 +4583,6 @@ dt {
background-color: #A0A0A0; background-color: #A0A0A0;
border: none; } border: none; }
.wsk-mini-footer .wsk-logo {
float: left;
line-height: 36px; }
.wsk-mini-footer--link-list {
float: left;
clear: left; }
@media screen and (min-width: 760px) {
.wsk-mini-footer--link-list {
clear: none; }
.wsk-mini-footer--link-list li {
line-height: 36px; } }
/** /**
* *
* Material design color palettes. * Material design color palettes.
@ -10802,3 +10814,4 @@ iframe.heightSet {
margin: 24px; } margin: 24px; }
.demo-wrapper iframe { .demo-wrapper iframe {
border: 1px solid rgba(0, 0, 0, 0.5); } border: 1px solid rgba(0, 0, 0, 0.5); }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
* material-design-lite - Material Design Components in CSS, JS and HTML * material-design-lite - Material Design Components in CSS, JS and HTML
* @version v1.0.0 * @version v1.0.0
* @link https://github.com/google/material-design-lite * @link https://github.com/google/material-design-lite
* @license [object Object] * @license Apache-2
*/ */
/** /**
* A component handler interface using the revealing module design pattern. * A component handler interface using the revealing module design pattern.

2
js/material.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long