diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-12-05 21:53:16 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-12-05 21:53:16 +0000 |
commit | 82f78770cb8c6058bf506db617ed95c21e3c7b0a (patch) | |
tree | b33b8a3d3eb8eac9fe6f8272f62e626ea4de0623 /style/postman.css | |
parent | 362ab9579ed96c1ec9b24b9c0f4097081ba3516f (diff) | |
download | Post-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.css')
-rw-r--r-- | style/postman.css | 15 |
1 files changed, 15 insertions, 0 deletions
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% { |