From 9e6581fa73e9c46176097a4475f98b33fdea2b4c Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 24 Dec 2014 14:54:04 +0000 Subject: [PATCH] Improved toast styling, minor CSS tidy. --- resources/report/css/style.css | 9 ++++----- resources/report/html/loot-plugin-card.html | 5 +---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index 56b33ba0..cfa5f859 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -78,7 +78,9 @@ html /deep/ paper-menu-button paper-checkbox { line-height: 1.714; /*letter-spacing: 0.01em;*/ } -.body1, html /deep/ paper-checkbox { +.body1, +html /deep/ paper-checkbox, +paper-toast { font-weight: 400; font-size: 1rem; line-height: 1.429; @@ -195,10 +197,7 @@ section { margin: 8px; margin-bottom: 0; padding: 16px; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; + border-radius: 2px; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 3px; } section h1 { diff --git a/resources/report/html/loot-plugin-card.html b/resources/report/html/loot-plugin-card.html index 127451b9..b2d61249 100644 --- a/resources/report/html/loot-plugin-card.html +++ b/resources/report/html/loot-plugin-card.html @@ -35,10 +35,7 @@ loot-clear-metadata margin: 8px; margin-bottom: 0; position: relative; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; + border-radius: 2px; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 3px; position: relative; transition: 0.6s;