From 748e727c2aec25c297be484d6971e6950b9c3851 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 24 Dec 2014 15:36:07 +0000 Subject: [PATCH] CSS formatting tweak (added linebreaks) Makes it easier to see each element's CSS. --- resources/report/css/material.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/report/css/material.css b/resources/report/css/material.css index 23fb2fcf..60835ca1 100644 --- a/resources/report/css/material.css +++ b/resources/report/css/material.css @@ -51,6 +51,7 @@ html /deep/ paper-item::shadow .button-content ::content a { padding: 0 16px; -ms-flex: 1 1 auto; } + /* paper-input-decorator & input */ html /deep/ paper-input-decorator { margin: 0 4px; @@ -75,6 +76,7 @@ html /deep/ :-ms-input-placeholder { html /deep/ input { text-overflow: ellipsis; } + /* paper-dropdown */ html /deep/ paper-dropdown { padding: 8px 0; @@ -83,6 +85,7 @@ html /deep/ paper-dropdown::shadow #scroller { /* The calculated height is too high for the content. */ height: auto !important; } + /* core-menu */ html /deep/ core-menu { margin: 0; @@ -90,10 +93,12 @@ html /deep/ core-menu { html /deep/ core-menu .core-selected { background-color: inherit; } + /* paper-tabs */ html /deep/ paper-tabs::shadow #selectionBar { height: 2px; } + /* core-drawer-panel */ core-drawer-panel::shadow .narrow-layout #drawer { width: calc(100vw - 56px) !important;