summaryrefslogtreecommitdiff
path: root/style/postman-email-log.css
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2017-12-05 21:53:16 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2017-12-05 21:53:16 +0000
commit82f78770cb8c6058bf506db617ed95c21e3c7b0a (patch)
treeb33b8a3d3eb8eac9fe6f8272f62e626ea4de0623 /style/postman-email-log.css
parent362ab9579ed96c1ec9b24b9c0f4097081ba3516f (diff)
downloadPost-SMTP-82f78770cb8c6058bf506db617ed95c21e3c7b0a.zip
* Welcome on activation
* email log records per page * email logs trash all * remove gmail hosts for non gmail host
Diffstat (limited to 'style/postman-email-log.css')
-rw-r--r--style/postman-email-log.css28
1 files changed, 21 insertions, 7 deletions
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 {