From 82f78770cb8c6058bf506db617ed95c21e3c7b0a Mon Sep 17 00:00:00 2001 From: yehudah Date: Tue, 5 Dec 2017 21:53:16 +0000 Subject: * Welcome on activation * email log records per page * email logs trash all * remove gmail hosts for non gmail host --- style/postman-email-log.css | 28 +++++++++++++++++++++------- style/postman.css | 15 +++++++++++++++ 2 files changed, 36 insertions(+), 7 deletions(-) (limited to 'style') diff --git a/style/postman-email-log.css b/style/postman-email-log.css index 1142767..4804e2a 100644 --- a/style/postman-email-log.css +++ b/style/postman-email-log.css @@ -4,13 +4,6 @@ th#date { width:15%; } -#email-log-filter { - padding: 20px; - display: flex; - justify-content: space-around; - align-items: center; - border-bottom: 1px solid #ddd; -} #email-log-filter label { font-weight: bold; @@ -22,6 +15,27 @@ th#date { border-radius: 5px; } +.postman-log-row { + padding: 20px; + display: flex; + justify-content: space-around; + align-items: center; + border-bottom: 1px solid #ddd; +} + +#postman-log-actions { + border-bottom: 1px solid #ddd; +} + +#postman-log-actions .postman-log-row { + width: 50%; +} + +.postman-no-sep { + border-bottom: none; +} + +#postman-log-actions postman-log-actions /* Date Picker Default Styles */ .ui-datepicker { diff --git a/style/postman.css b/style/postman.css index 08cc9de..3e6358c 100644 --- a/style/postman.css +++ b/style/postman.css @@ -102,6 +102,21 @@ p#back_to_main_menu { vertical-align: middle; } +.post-badge { + position: absolute; + top: 0; + right: 0; + padding-top: 142px; + height: 50px; + width: 173px; + color: #fafafa; + font-weight: bold; + font-size: 14px; + text-align: center; + margin: 0 -5px; + background: url(images/badge.png) no-repeat; +} + @keyframes pulse { 0% { -- cgit v1.2.3