diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-11-15 07:56:14 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-11-15 07:56:14 +0000 |
commit | 238d3e53f51c4408581b4961924120ac008a2ae4 (patch) | |
tree | 93ac07583b93af5012faaf84df614aa52124e688 /style/postman.css | |
parent | 54b5bf41553746d9a6a9cc3de0c61c654fda8153 (diff) | |
download | Post-SMTP-238d3e53f51c4408581b4961924120ac008a2ae4.zip |
* Fixed: IP detection error in some web hosts
* Fixed: Link open in new page attribute = _blank
* Fixed: Replace deprecated PHP 7 functions.
* Temp: Missconfigured certificate errors
* Updated: Validator TLD's list
Diffstat (limited to 'style/postman.css')
-rw-r--r-- | style/postman.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/style/postman.css b/style/postman.css index 734f783..08cc9de 100644 --- a/style/postman.css +++ b/style/postman.css @@ -97,6 +97,12 @@ p#back_to_main_menu { animation: pulse 2s linear 0s infinite; } +.align-middle { + display: inline-block; + vertical-align: middle; +} + + @keyframes pulse { 0% { opacity: 0; |