vendor/assets/stylesheets/material.css in material_design_lite-rails-1.0.1 vs vendor/assets/stylesheets/material.css in material_design_lite-rails-1.0.2

- old
+ new

@@ -1,8 +1,8 @@ /** * material-design-lite - Material Design Components in CSS, JS and HTML - * @version v1.0.1 + * @version v1.0.2 * @license Apache-2.0 * @copyright 2015 Google, Inc. * @link https://github.com/google/material-design-lite */ @charset "UTF-8"; @@ -6452,9 +6452,11 @@ .mdl-layout__header { min-height: 56px; } } .mdl-layout--fixed-drawer:not(.is-small-screen) > .mdl-layout__header { margin-left: 240px; width: calc(100% - 240px); } + .mdl-layout--fixed-drawer > .mdl-layout__header .mdl-layout__header-row { + padding-left: 40px; } .mdl-layout__header > .mdl-layout-icon { position: absolute; left: 40px; top: 16px; height: 32px;